| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-12-14 | 18 | -168/+3202 |
|\ |
|
| * | i2c: sh_mobile: remove unneeded DMA mask | Wolfram Sang | 2014-12-11 | 1 | -3/+0 |
| * | i2c: rcar: add slave support | Wolfram Sang | 2014-12-11 | 1 | -9/+115 |
| * | i2c: davinci: switch to use platform_get_irq | Grygorii Strashko | 2014-12-04 | 1 | -8/+12 |
| * | i2c: sh_mobile: optimize irq entry | Wolfram Sang | 2014-12-04 | 1 | -5/+4 |
| * | i2c: pxa: add support for SCCB devices | Petr Cvek | 2014-11-25 | 1 | -7/+12 |
| * | omap: i2c: don't check bus state IP rev3.3 and earlier | Alexander Kochetkov | 2014-11-25 | 1 | -3/+5 |
| * | i2c: s3c2410: Handle i2c sys_cfg register in i2c driver | Pankaj Dubey | 2014-11-24 | 1 | -0/+29 |
| * | i2c: rk3x: add Kconfig dependency on COMMON_CLK | Max Schwarz | 2014-11-24 | 1 | -1/+1 |
| * | i2c: omap: add notes related to i2c multimaster mode | Alexander Kochetkov | 2014-11-23 | 1 | -1/+11 |
| * | i2c: omap: don't reset controller if Arbitration Lost detected | Alexander Kochetkov | 2014-11-23 | 1 | -2/+4 |
| * | i2c: omap: implement workaround for handling invalid BB-bit values | Alexander Kochetkov | 2014-11-23 | 1 | -0/+103 |
| * | i2c: omap: cleanup register definitions | Alexander Kochetkov | 2014-11-23 | 1 | -3/+7 |
| * | i2c: rk3x: handle dynamic clock rate changes correctly | Max Schwarz | 2014-11-23 | 1 | -35/+118 |
| * | i2c: at91: enable probe deferring on dma channel request | Ludovic Desroches | 2014-11-23 | 1 | -11/+14 |
| * | i2c: at91: remove legacy DMA support | Arnd Bergmann | 2014-11-21 | 1 | -34/+3 |
| * | i2c: sh_mobile: use proper device for mapping DMA memory | Wolfram Sang | 2014-11-19 | 1 | -9/+14 |
| * | i2c: imx: simplify i2c_imx_dma_write() a little | Wolfram Sang | 2014-11-19 | 1 | -5/+1 |
| * | i2c: img-scb: Allow building for MIPS | Andrew Bresticker | 2014-11-19 | 1 | -2/+2 |
| * | i2c: add support for Amlogic Meson I2C controller | Beniamino Galvani | 2014-11-18 | 3 | -0/+500 |
| * | i2c: imx: add DMA support for freescale i2c driver | Yao Yuan | 2014-11-18 | 1 | -2/+333 |
| * | i2c: imx: Sort include headers alphabetically | Yao Yuan | 2014-11-18 | 1 | -10/+10 |
| * | i2c: img-scb: Add Imagination Technologies I2C SCB driver | James Hogan | 2014-11-17 | 3 | -0/+1423 |
| * | i2c: xiic: Fix big-endian register access | Thomas Gessler | 2014-11-17 | 1 | -5/+53 |
| * | i2c: i801: Add DeviceIDs for SunrisePoint LP | Devin Ryles | 2014-11-12 | 2 | -0/+4 |
| * | i2c: sh_mobile: improve success message | Wolfram Sang | 2014-11-12 | 1 | -3/+3 |
| * | i2c: sh_mobile: add DMA support | Wolfram Sang | 2014-11-12 | 1 | -10/+185 |
| * | i2c: sh_mobile: sort includes alphabetically | Wolfram Sang | 2014-11-12 | 1 | -9/+9 |
| * | i2c: at91: adopt pinctrl support | Wenyou Yang | 2014-11-12 | 1 | -0/+5 |
| * | i2c: mpc: report correct I2C error return codes | Danielle Costantino | 2014-11-12 | 1 | -9/+9 |
| * | i2c: i801: Drop useless debug message | Jean Delvare | 2014-11-12 | 1 | -3/+0 |
| * | i2c: i801: Check if interrupts are disabled | Jean Delvare | 2014-11-12 | 1 | -0/+20 |
| * | i2c: i801: Fallback to polling if request_irq() fails | Jean Delvare | 2014-11-12 | 1 | -3/+3 |
| * | i2c: i801: Use wait_event_timeout to wait for interrupts | Jean Delvare | 2014-11-12 | 1 | -3/+22 |
| * | i2c: rk3x: adjust the LOW divison based on characteristics of SCL | addy ke | 2014-11-10 | 1 | -9/+153 |
| * | i2c: davinci: don't use interruptible completion | Mike Looijmans | 2014-11-10 | 1 | -3/+1 |
| * | i2c: at91: add support for system PM | Wenyou Yang | 2014-11-10 | 1 | -0/+26 |
| * | i2c: at91: add support for runtime PM | Wenyou Yang | 2014-11-10 | 1 | -6/+32 |
| * | i2c: exynos5: use proper errno for timeout | Wolfram Sang | 2014-11-10 | 1 | -2/+2 |
| * | i2c: sh_mobile: Add support for r8a73a4 and sh73a0 | Geert Uytterhoeven | 2014-11-10 | 1 | -6/+8 |
| * | i2c: imx+mxs: Use the preferred form for passing a size of a struct | Fabio Estevam | 2014-11-10 | 2 | -3/+2 |
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-10 | 3 | -4/+2 |
|\ \ |
|
| * \ | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-12-08 | 3 | -4/+2 |
| |\ \ |
|
| | * | | i2c-omap / PM: Drop CONFIG_PM_RUNTIME from i2c-omap.c | Rafael J. Wysocki | 2014-12-05 | 1 | -2/+0 |
| | * | | PM: Merge the SET*_RUNTIME_PM_OPS() macros | Rafael J. Wysocki | 2014-12-04 | 2 | -2/+2 |
| | |/ |
|
* | | | Merge tag 'mfd-for-linus-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2014-12-08 | 3 | -0/+273 |
|\ \ \
| |/ /
|/| | |
|
| * | | i2c: dln2: Simplify return flow for dln2_i2c_enable | Octavian Purdila | 2014-11-19 | 1 | -6/+1 |
| * | | i2c: add support for Diolan DLN-2 USB-I2C adapter | Laurentiu Palcu | 2014-11-10 | 3 | -0/+278 |
* | | | i2c: cadence: Set the hardware time-out register to maximum value | Vishnu Motghare | 2014-12-04 | 1 | -0/+11 |
* | | | i2c: davinci: generate STP always when NACK is received | Grygorii Strashko | 2014-12-04 | 1 | -5/+3 |