| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'i2c/for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 2015-09-09 | 26 | -485/+1906 |
|\ |
|
| * | i2c: mux: reg Change ioread endianness for readback | York Sun | 2015-09-03 | 1 | -14/+14 |
| * | i2c: mux: reg: fix compilation warnings | Mike Rapoport | 2015-09-03 | 1 | -1/+1 |
| * | i2c: mux: reg: simplify register size checking | Wolfram Sang | 2015-09-03 | 1 | -11/+6 |
| * | i2c: muxes: fix leaked i2c adapter device node references | Vladimir Zapolskiy | 2015-08-31 | 4 | -0/+4 |
| * | i2c: allow specifying separate wakeup interrupt in device tree | Dmitry Torokhov | 2015-08-26 | 1 | -9/+42 |
| * | i2c: xgene-slimpro: dma_mapping_error() doesn't return an error code | Dan Carpenter | 2015-08-24 | 1 | -4/+4 |
| * | i2c: Replace I2C_CROS_EC_TUNNEL dependency | Javier Martinez Canillas | 2015-08-24 | 1 | -1/+1 |
| * | i2c: core: Add support for best effort block read emulation | Irina Tirdea | 2015-08-24 | 1 | -0/+57 |
| * | i2c: lpc2k: add driver | Joachim Eastwood | 2015-08-24 | 3 | -0/+524 |
| * | i2c: mux: Add register-based mux i2c-mux-reg | York Sun | 2015-08-24 | 3 | -0/+306 |
| * | i2c: slave: print warning if slave flag not set | Wolfram Sang | 2015-08-24 | 1 | -0/+4 |
| * | i2c: support 10 bit and slave addresses in sysfs 'new_device' | Wolfram Sang | 2015-08-24 | 1 | -1/+11 |
| * | i2c: take address space into account when checking for used addresses | Wolfram Sang | 2015-08-24 | 1 | -4/+4 |
| * | i2c: apply DT flags when probing | Wolfram Sang | 2015-08-24 | 1 | -5/+18 |
| * | i2c: make address check indpendent from client struct | Wolfram Sang | 2015-08-24 | 1 | -6/+5 |
| * | i2c: rename address check functions | Wolfram Sang | 2015-08-24 | 1 | -6/+6 |
| * | i2c: apply address offset for slaves, too | Wolfram Sang | 2015-08-24 | 1 | -3/+19 |
| * | i2c: mediatek: Fixup i2c ack error interrupt handling | Eddie Huang | 2015-08-11 | 1 | -4/+11 |
| * | i2c: mediatek: Reset DMA engine in hardware init function | Eddie Huang | 2015-08-11 | 1 | -0/+6 |
| * | i2c: viperboard: clean up inconsistent indenting | Colin Ian King | 2015-08-10 | 1 | -5/+5 |
| * | i2c: cadence: set THIS_MODULE to the owner of the adapter | Masahiro Yamada | 2015-08-10 | 1 | -0/+1 |
| * | i2c: designware: Make debug print in i2c_dw_isr() shorter | Jarkko Nikula | 2015-08-10 | 1 | -2/+1 |
| * | i2c: arb-gpio-challenge: use of_get_i2c_adapter_by_node interface | Vladimir Zapolskiy | 2015-08-10 | 1 | -1/+1 |
| * | i2c: core: add and export of_get_i2c_adapter_by_node() interface | Vladimir Zapolskiy | 2015-08-10 | 1 | -0/+18 |
| * | i2c: core: manage i2c bus device refcount in i2c_[get|put]_adapter | Vladimir Zapolskiy | 2015-08-10 | 1 | -3/+12 |
| * | i2c: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 2015-08-10 | 3 | -3/+0 |
| * | i2c: designware-pci: use IRQF_COND_SUSPEND flag | Andy Shevchenko | 2015-08-10 | 1 | -2/+2 |
| * | i2c: parport: Add VCT-jig adapter | Ondrej Zary | 2015-08-10 | 1 | -0/+8 |
| * | i2c: removed work arounds in i2c driver for Zynq Ultrascale+ MPSoC | Anurag Kumar Vulisha | 2015-08-10 | 1 | -11/+57 |
| * | i2c: tegra: add support for fast plus (FM+) mode clock rate | Laxman Dewangan | 2015-08-10 | 1 | -2/+15 |
| * | i2c: tegra: update CONFIG_LOAD for new conifiguration | Laxman Dewangan | 2015-08-10 | 1 | -0/+35 |
| * | i2c: omap: fix cleanup regression | Wolfram Sang | 2015-08-10 | 1 | -1/+1 |
| * | i2c: xiic: Do not continue in case of errors in Rx | Shubhrajyoti Datta | 2015-08-10 | 1 | -0/+2 |
| * | i2c: xiic: Service all interrupts in isr | Shubhrajyoti Datta | 2015-08-10 | 1 | -14/+10 |
| * | i2c: xiic: Remove the Addressed as slave interrupt | Shubhrajyoti Datta | 2015-08-10 | 1 | -1/+1 |
| * | i2c: xiic: Remove busy loop while waiting for bus busy | Shubhrajyoti Datta | 2015-08-10 | 1 | -1/+1 |
| * | i2c: xiic: Remove the disabling of interrupts | Shubhrajyoti Datta | 2015-08-10 | 1 | -7/+0 |
| * | i2c: xiic: Do not reset controller before every transfer | Shubhrajyoti Datta | 2015-08-10 | 1 | -1/+0 |
| * | i2c: xiic: move the xiic_process to thread context | Shubhrajyoti Datta | 2015-08-10 | 1 | -13/+20 |
| * | i2c: xiic: Remove the disabling of interrupts | Shubhrajyoti Datta | 2015-08-10 | 1 | -3/+0 |
| * | i2c: pxa: Use devm_ variants in probe function | Vaibhav Hiremath | 2015-08-10 | 1 | -51/+26 |
| * | i2c: pxa: Update debug function to dump more info on error | Vaibhav Hiremath | 2015-08-10 | 1 | -7/+15 |
| * | i2c: pxa: Fix compile warning in 64bit mode | Yipeng Yao | 2015-08-10 | 1 | -1/+3 |
| * | i2c: pxa: Return I2C_RETRY when timeout in pio mode | Shouming Wang | 2015-08-10 | 1 | -1/+3 |
| * | i2c: pxa: No need to set slave addr for i2c master mode reset | Vaibhav Hiremath | 2015-08-10 | 1 | -1/+1 |
| * | i2c: pxa: keep i2c irq ON in suspend | Leilei Shang | 2015-08-10 | 1 | -2/+3 |
| * | i2c: emev2: add driver | Wolfram Sang | 2015-08-10 | 3 | -0/+340 |
| * | i2c: omap: on ->remove() call pm_runtime_put_sync() | Felipe Balbi | 2015-08-10 | 1 | -1/+1 |
| * | i2c: omap: abolish variable name confusion | Felipe Balbi | 2015-08-10 | 1 | -299/+299 |