summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-11-01i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch3-0/+782
2013-11-01i2c: rcar: fixup rcar type namingKuninori Morimoto1-11/+11
2013-11-01i2c: scmi: remove some bogus NULL checksDan Carpenter1-3/+3
2013-10-31i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart1-2/+2
2013-10-31i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart1-4/+4
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu1-2/+2
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu1-2/+2
2013-10-30i2c: Include linux/of.h headerSachin Kamat5-0/+5
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut1-11/+29
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut1-102/+176
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert1-6/+34
2013-10-04i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen2-13/+18
2013-10-04drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen1-1/+2
2013-10-04drm: encoder_slave: Don't use i2c_client->driverLars-Peter Clausen1-4/+4
2013-10-04media: core: Don't use i2c_client->driverLars-Peter Clausen2-8/+8
2013-10-04media: exynos4-is: Don't use i2c_client->driverLars-Peter Clausen1-3/+3
2013-10-04media: s5c73m3: Don't use i2c_client->driverLars-Peter Clausen1-1/+1
2013-10-04i2c: remove redundant of_match_ptrSachin Kamat4-4/+4
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot1-1/+1
2013-09-30i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-09-30i2c: xiic: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-30i2c: rcar: use per-device clockGuennadi Liakhovetski1-1/+1
2013-09-30i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski1-3/+3
2013-09-30i2c: rcar: add Device Tree supportGuennadi Liakhovetski1-2/+19
2013-09-30i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski1-7/+13
2013-09-30i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski1-1/+1
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck1-9/+10
2013-09-30Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds21-107/+201
2013-09-30Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-13/+10
2013-09-30Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-14/+18
2013-09-30Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2013-09-30Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-48/+111
2013-09-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-77/+264
2013-09-29Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l...Dave Airlie3-13/+4
2013-09-29Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds4-2/+14
2013-09-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-15/+32
2013-09-29Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-12/+23
2013-09-29PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark2-8/+1
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark1-2/+2
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel1-2/+0
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer1-1/+1
2013-09-28Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie17-57/+228
2013-09-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+10
2013-09-27Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-30/+15
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0