summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-10-29i2c-eg20t: Add initialize processing in case i2c-error occursTomoya MORINAGA1-0/+3
2011-10-29i2c-eg20t: Fix flag setting issueTomoya MORINAGA1-0/+2
2011-10-29i2c-eg20t: add stop sequence in case wait-event timeout occursTomoya MORINAGA1-0/+3
2011-10-29i2c-eg20t: Separate error processingTomoya MORINAGA1-58/+115
2011-10-29i2c-eg20t: Fix 10bit access issueTomoya MORINAGA1-2/+63
2011-10-29i2c-eg20t: Modify returned value s32 to longTomoya MORINAGA1-5/+1
2011-10-29i2c-eg20t: Fix bus-idle waiting issueTomoya MORINAGA1-9/+9
2011-10-29i2c-designware: Fix PCI core warning on suspend/resumeOctavian Purdila1-21/+8
2011-10-29i2c-designware: Add runtime power management supportDirk Brandewie3-2/+98
2011-10-29i2c-designware: Add support for Designware core behind PCI devices.Dirk Brandewie4-0/+329
2011-10-29i2c-designware: Push all register reads/writes into the core code.Dirk Brandewie3-102/+143
2011-10-29i2c-designware: Support multiple cores using same ISRDirk Brandewie1-2/+8
2011-10-29i2c-designware: move controller config to bus specific portion of driverDirk Brandewie3-4/+5
2011-10-29i2c-designware: move i2c functionality bit field to be adapter specificDirk Brandewie3-6/+11
2011-10-29i2c-designware: Move retriveving the clock speed out of core code.Dirk Brandewie3-1/+10
2011-10-29i2c-designware: split of i2c-designware.c into core and bus specific partsDirk Brandewie5-343/+412
2011-10-29i2c-designware: Move checking of IP core version to i2c_dw_init()Dirk Brandewie1-11/+19
2011-10-29i2c-designware: Allow mixed endianness accessesJean-Hugues Deschenes1-2/+15
2011-10-29i2c-designware: Check component type registerJean-Hugues Deschenes1-4/+13
2011-10-29i2c-designware: Use local version of readl & writelJean-Hugues Deschenes1-39/+49
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang10-11/+11
2011-10-29I2C: OMAP: remove dev->idle, use usage counting provided by runtime PMKevin Hilman1-20/+39
2011-10-29I2C: OMAP: remove unneccesary use of pdevKevin Hilman1-15/+7
2011-10-29OMAP4: I2C: Enable the wakeup in I2C_WEShubhrajyoti D1-3/+2
2011-10-29I2C: OMAP1/OMAP2+: prepend I2C IP version to probed version shown in dev_infoAndy Green1-2/+2
2011-10-29I2C: OMAP2+: Convert omap I2C driver to use feature implementation flags from...Andy Green1-17/+23
2011-10-29I2C: OMAP2+: address confused probed version namingAndy Green1-9/+12
2011-10-29I2C: OMAP2+: Solve array bounds overflow error on i2c idleAndy Green1-1/+1
2011-10-29I2C: OMAP2+: use platform_data ip revision to select register mapAndy Green1-5/+5
2011-10-29I2C: OMAP2+: Name registers in I2C IP V2 only accordinglyAndy Green1-11/+12
2011-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds144-3194/+13248
2011-10-29Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds1-1/+1
2011-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds5-31/+161
2011-10-29Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds16-245/+749
2011-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds59-944/+2855
2011-10-29i825xx: Fix incorrect dependency for BVME6000_NETGeert Uytterhoeven1-1/+1
2011-10-29agp: iommu_gfx_mapped only available if CONFIG_INTEL_IOMMU is setKeith Packard1-2/+3
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds1-6/+0
2011-10-28IB/mlx4: Configure extended active speedsMarcel Apfelbaum1-1/+38
2011-10-28mlx4_core: Add extended port capabilities supportMarcel Apfelbaum3-0/+50
2011-10-28drm/i915: fix if statement (bogus semi-colon)Dan Carpenter1-1/+1
2011-10-28drm/i915: intel_choose_pipe_bpp_dither messages should be DRM_DEBUG_KMSAdam Jackson1-7/+7
2011-10-28drm/i915: only match on PCI_BASE_CLASS_DISPLAYDaniel Vetter1-1/+1
2011-10-28drm/i915: disable temporal dithering on the internal panelDaniel Vetter1-1/+1
2011-10-28HID: hid-apple: add device ID of another wireless aluminiumAndreas Krist3-0/+5
2011-10-28HID: Add device IDs for Macbook Pro 8 keyboardsGökçen Eraslan3-0/+15
2011-10-28Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds187-5484/+18194
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+21
2011-10-28Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+4
2011-10-28Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-102/+0