summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* misc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-109-9/+0
* i2c: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-103-3/+0
* i2c: designware-pci: use IRQF_COND_SUSPEND flagAndy Shevchenko2015-08-101-2/+2
* i2c: parport: Add VCT-jig adapterOndrej Zary2015-08-101-0/+8
* i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoCAnurag Kumar Vulisha2015-08-101-11/+57
* i2c: tegra: add support for fast plus (FM+) mode clock rateLaxman Dewangan2015-08-101-2/+15
* i2c: tegra: update CONFIG_LOAD for new conifigurationLaxman Dewangan2015-08-101-0/+35
* i2c: omap: fix cleanup regressionWolfram Sang2015-08-101-1/+1
* i2c: xiic: Do not continue in case of errors in RxShubhrajyoti Datta2015-08-101-0/+2
* i2c: xiic: Service all interrupts in isrShubhrajyoti Datta2015-08-101-14/+10
* i2c: xiic: Remove the Addressed as slave interruptShubhrajyoti Datta2015-08-101-1/+1
* i2c: xiic: Remove busy loop while waiting for bus busyShubhrajyoti Datta2015-08-101-1/+1
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-7/+0
* i2c: xiic: Do not reset controller before every transferShubhrajyoti Datta2015-08-101-1/+0
* i2c: xiic: move the xiic_process to thread contextShubhrajyoti Datta2015-08-101-13/+20
* i2c: xiic: Remove the disabling of interruptsShubhrajyoti Datta2015-08-101-3/+0
* i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath2015-08-101-51/+26
* i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath2015-08-101-7/+15
* i2c: pxa: Fix compile warning in 64bit modeYipeng Yao2015-08-101-1/+3
* i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang2015-08-101-1/+3
* i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath2015-08-101-1/+1
* i2c: pxa: keep i2c irq ON in suspendLeilei Shang2015-08-101-2/+3
* i2c: emev2: add driverWolfram Sang2015-08-103-0/+340
* clk: shmobile: emev2: deassert reset for IIC0/1Wolfram Sang2015-08-101-0/+6
* i2c: omap: on ->remove() call pm_runtime_put_sync()Felipe Balbi2015-08-101-1/+1
* i2c: omap: abolish variable name confusionFelipe Balbi2015-08-101-299/+299
* i2c: omap: switch to dev_get_drvdata()Felipe Balbi2015-08-101-4/+2
* i2c: parport: start using pr_fmtSudip Mukherjee2015-08-101-8/+8
* i2c: parport: use dev_*Sudip Mukherjee2015-08-101-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-08-096-6/+31
|\
| * Input: elantech - add special check for fw_version 0x470f01 touchpadDuson Lin2015-08-072-2/+21
| * Input: twl4030-vibra - fix ERROR: Bad of_node_put() warningMarek Belisko2015-08-051-1/+2
| * Input: alps - only Dell laptops have separate button bits for v2 dualpoint st...Hans de Goede2015-08-031-2/+6
| * Input: axp20x-pek - add module aliasChen-Yu Tsai2015-08-031-0/+1
| * Input: turbografx - fix potential out of bound accessDmitry Torokhov2015-08-031-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-08-092-2/+2
|\ \
| * | MIPS: SMP: Don't increment irq_count multiple times for call function IPIsAlex Smith2015-08-031-1/+1
| * | CPUFREQ: Loongson2: Fix broken build due to incorrect include.Ralf Baechle2015-08-031-1/+1
* | | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2015-08-095-15/+20
|\ \ \
| * \ \ Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Zhang Rui2015-08-034-14/+20
| |\ \ \
| | * | | thermal: exynos: Remove unused code related to platform_data on probe()Chanwoo Choi2015-08-031-3/+0
| | * | | thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OFChanwoo Choi2015-08-031-1/+1
| | * | | thermal: exynos: Disable the regulator on probe failureKrzysztof Kozlowski2015-08-031-0/+2
| | * | | thermal: power_allocator: trace the real requested powerJavi Merino2015-08-031-10/+16
| | * | | thermal: remove dangling 'weight_attr' device fileViresh Kumar2015-08-031-0/+1
| | |/ /
| * / / thermal: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-08-031-1/+0
| |/ /
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-08-081-0/+4
|\ \ \
| * | | virtio-input: reset device and detach unused during removeJason Wang2015-08-061-0/+4
| |/ /
* | | Merge tag 'dm-4.2-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-08-082-17/+11
|\ \ \
| * | | dm btree remove: fix bug in remove_one()Joe Thornber2015-08-071-0/+1