summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: i2c-s3c2410: deprecate class based instantiationWolfram Sang2014-03-121-1/+1
* i2c: at91: Add device tree property to set clock-frequencyMarek Roszko2014-03-121-2/+8
* i2c: designware-pci: set ideal HCNT, LCNT and SDA hold time valueChew, Chiau Ee2014-03-121-0/+28
* i2c: st: Fix return in case of arbitration lostMaxime COQUELIN2014-03-101-1/+1
* i2c: mv64xxx: refactor initialization for new msgsWolfram Sang2014-03-101-10/+6
* i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang2014-03-101-7/+1
* i2c: mv64xxx: refactor send_startWolfram Sang2014-03-101-14/+13
* i2c: designware-pci: add 10-bit addressing mode functionality for BYT I2CChew, Chiau Ee2014-03-101-6/+11
* i2c: mxs: Use devm_ioremap_resource()Jingoo Han2014-03-101-12/+6
* i2c: bcm2835: Use devm_ioremap_resource()Jingoo Han2014-03-091-20/+4
* i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2014-03-092-0/+4
* i2c: designware-pci: Add Baytrail PCI IDsMika Westerberg2014-03-091-2/+19
* i2c: designware-pci: Cleanup driver power managementMika Westerberg2014-03-091-50/+7
* i2c: designware: make SCL and SDA falling time configurableRomain Baeriswyl2014-03-093-11/+25
* i2c: bfin-twi: remove unnecessary Blackfin SSYNC from the driverSonic Zhang2014-03-091-14/+0
* i2c: bfin-twi: move bits macros and structs in header from arch include to ge...Sonic Zhang2014-03-091-2/+2
* i2c: mv64xxx: fix circular Kconfig dependencyWolfram Sang2014-03-061-2/+1
* i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard2014-03-051-0/+11
* i2c: mv64xxx: Add reset deassert callMaxime Ripard2014-03-052-2/+20
* i2c: i2c-rcar: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-tegra: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-stu300: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-ocores: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-nomadik: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-bfin-twi: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-at91: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: i2c-omap: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: add deprecation warning for class based instantiationWolfram Sang2014-03-051-0/+7
* i2c: nomadik: Remove busy check for transfers at suspend lateUlf Hansson2014-03-051-13/+0
* i2c: nomadik: Convert to late and early system PM callbacksUlf Hansson2014-03-051-14/+4
* i2c: nomadik: Fixup deployment of runtime PMUlf Hansson2014-03-051-26/+51
* i2c: nomadik: Remove redundant call to pm_runtime_disableUlf Hansson2014-03-051-1/+0
* i2c: nomadik: Convert to devm functionsUlf Hansson2014-03-051-21/+10
* i2c: nomadik: factor platform data into state containerLinus Walleij2014-03-051-73/+42
* i2c: rcar: add compatible entry for r8a7791Wolfram Sang2014-02-261-0/+1
* Merge tag 'regulator-v3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-02-234-5/+10
|\
| *---. Merge remote-tracking branches 'regulator/fix/da9063', 'regulator/fix/max1457...Mark Brown2014-02-233-4/+9
| |\ \ \
| | | | * regulator: s5m8767: Add missing of_node_putSachin Kamat2014-02-131-0/+2
| | | | * regulator: s5m8767: Use of_get_child_by_nameSachin Kamat2014-02-131-1/+1
| | | * | regulator: max14577: Fix invalid return value on DT parse successKrzysztof Kozlowski2014-02-221-2/+3
| | * | | regulator: da9063: Bug fix when setting max voltage on LDOs 5-11Steve Twiss2014-02-121-1/+3
| | | |/ | | |/|
| * | | Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown2014-02-231-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | regulator: core: Change dummy supplies error message to a warningShuah Khan2014-02-211-1/+1
| | |/
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-231-3/+19
|\ \ \
| * \ \ Merge tag 'irqchip-mvebu-fixes-3.14' of git://git.infradead.org/linux-mvebu i...Thomas Gleixner2014-02-211-3/+19
| |\ \ \
| | * | | irqchip: orion: Fix getting generic chip pointer.Andrew Lunn2014-02-211-1/+2
| | * | | irqchip: orion: clear stale interrupts in irq_startupSebastian Hesselbarth2014-02-061-0/+14
| | * | | irqchip: orion: use handle_edge_irq on bridge irqsSebastian Hesselbarth2014-02-061-1/+1
| | * | | irqchip: orion: clear bridge cause register on initSebastian Hesselbarth2014-02-061-1/+2
| | | |/ | | |/|
* | | | Merge tag 'usb-3.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-02-2319-111/+159
|\ \ \ \