summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-11-14i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston
2013-11-14i2c: exynos5: Remove incorrect clk_disable_unprepareSachin Kamat
2013-11-14i2c: i2c-st: Add ST I2C controllerMaxime COQUELIN
2013-11-01i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch
2013-11-01i2c: rcar: fixup rcar type namingKuninori Morimoto
2013-11-01i2c: scmi: remove some bogus NULL checksDan Carpenter
2013-10-31i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart
2013-10-31i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu
2013-10-30i2c: Include linux/of.h headerSachin Kamat
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert
2013-10-03i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen
2013-10-03drm: nouveau: Don't use i2c_client->driverLars-Peter Clausen
2013-10-03drm: encoder_slave: Don't use i2c_client->driverLars-Peter Clausen
2013-10-03media: core: Don't use i2c_client->driverLars-Peter Clausen
2013-10-03media: exynos4-is: Don't use i2c_client->driverLars-Peter Clausen
2013-10-03media: s5c73m3: Don't use i2c_client->driverLars-Peter Clausen
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat
2013-09-30misc: (at24) move header to linux/platform_data/Vivien Didelot
2013-09-30i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han
2013-09-30i2c: xiic: Remove casting the return value which is a void pointerJingoo Han
2013-09-30i2c: rcar: use per-device clockGuennadi Liakhovetski
2013-09-30i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski
2013-09-30i2c: rcar: add Device Tree supportGuennadi Liakhovetski
2013-09-30i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski
2013-09-30i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck
2013-09-29Merge tag 'usb-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-09-29Merge tag 'tty-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2013-09-29Merge tag 'staging-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-29Merge tag 'driver-core-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-29Merge tag 'char-misc-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-09-29Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-09-29Merge branch 'msm-fixes-3.12-rc2' of git://people.freedesktop.org/~robclark/l...Dave Airlie
2013-09-28Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-u...Linus Torvalds
2013-09-28Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-09-28Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston
2013-09-28drm/msm: use drm_gem_dumb_destroy helperRob Clark
2013-09-28drm/msm: deal with mach/iommu.h removalRob Clark
2013-09-28drm/msm: Remove iommu include from mdp4_kms.cJoerg Roedel
2013-09-28drm/msm: Odd PTR_ERR usageThomas Meyer
2013-09-28Merge branch 'drm-fixes-3.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2013-09-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-09-27Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee