Age | Commit message (Expand) | Author | Files | Lines |
2016-04-09 | i2c: jz4780: really prevent potential division by zero | Wolfram Sang | 1 | -1/+6 |
2016-04-09 | Revert "i2c: jz4780: prevent potential division by zero" | Wolfram Sang | 1 | -1/+1 |
2016-04-07 | i2c: jz4780: prevent potential division by zero | Wolfram Sang | 1 | -1/+1 |
2016-04-01 | i2c: mux: demux-pinctrl: Clean up sysfs attributes | Ben Hutchings | 1 | -10/+29 |
2016-03-30 | i2c: prevent endless uevent loop with CONFIG_I2C_DEBUG_CORE | Wolfram Sang | 1 | -8/+2 |
2016-03-22 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 24 | -367/+1717 |
2016-03-18 | i2c: octeon: Support I2C_M_RECV_LEN | David Daney | 1 | -5/+17 |
2016-03-18 | i2c: octeon: Cleanup resource allocation code | Jan Glauber | 1 | -15/+3 |
2016-03-18 | i2c: octeon: Cleanup i2c-octeon driver | Jan Glauber | 1 | -106/+84 |
2016-03-14 | i2c: immediately mark ourselves as registered | Wolfram Sang | 1 | -1/+4 |
2016-03-12 | i2c: i801: sort IDs alphabetically | Andy Shevchenko | 1 | -4/+4 |
2016-03-12 | i2c: octeon: Cleanup kerneldoc comments | Jan Glauber | 1 | -50/+39 |
2016-03-12 | i2c: do not use internal data from driver core | Sudip Mukherjee | 1 | -2/+4 |
2016-03-12 | i2c: cadence: Fix the kernel-doc warnings | Shubhrajyoti Datta | 1 | -6/+8 |
2016-03-10 | i2c: designware: Add device HID for future AMD I2C controller | Xiangliang Yu | 1 | -0/+1 |
2016-03-04 | i2c: imx: remove extra spaces. | Dmitriy Baranov | 1 | -6/+6 |
2016-03-04 | i2c: rcar: don't open code of_device_get_match_data() | Wolfram Sang | 1 | -1/+1 |
2016-03-04 | i2c: qup: Fix fifo handling after adding V2 support | Sricharan R | 1 | -7/+39 |
2016-03-04 | i2c: xiic: Implement power management | Shubhrajyoti Datta | 1 | -7/+81 |
2016-03-01 | i2c: brcmstb: allocate correct amount of memory for regmap | Wolfram Sang | 1 | -2/+1 |
2016-02-24 | i2c: piix4: Pre-shift the port number | Jean Delvare | 1 | -5/+5 |
2016-02-24 | i2c: piix4: Always use the same type for port | Jean Delvare | 1 | -2/+2 |
2016-02-24 | i2c: piix4: Support alternative port selection register | Jean Delvare | 1 | -4/+32 |
2016-02-24 | i2c: tegra: don't open code of_device_get_match_data() | Wolfram Sang | 1 | -3/+1 |
2016-02-24 | i2c: riic, sh_mobile, rcar: Use ARCH_RENESAS | Simon Horman | 1 | -3/+3 |
2016-02-24 | i2c: qup: Add bam dma capabilities | Sricharan R | 1 | -14/+459 |
2016-02-21 | i2c: i2c-stub: sort includes | Wolfram Sang | 1 | -4/+4 |
2016-02-21 | i2c: i2c-smbus: sort includes | Wolfram Sang | 1 | -4/+4 |
2016-02-21 | i2c: i2c-mux: sort includes | Wolfram Sang | 1 | -4/+4 |
2016-02-21 | i2c: i2c-dev: sort includes | Wolfram Sang | 1 | -7/+7 |
2016-02-21 | i2c: i2c-core: sort includes | Wolfram Sang | 1 | -15/+15 |
2016-02-21 | i2c: i2c-boardinfo: sort includes | Wolfram Sang | 1 | -3/+3 |
2016-02-18 | i2c: i801: Adding Intel Lewisburg support for iTCO | Alexandra Yates | 1 | -0/+2 |
2016-02-13 | i2c: iproc: Support larger TX transfer | Ray Jui | 1 | -9/+75 |
2016-02-13 | i2c: iproc: Fix typo in the driver | Ray Jui | 1 | -2/+2 |
2016-02-13 | i2c: iproc: Add recovery mechanism in error case | Ray Jui | 1 | -43/+48 |
2016-02-12 | i2c: uniphier: add COMPILE_TEST option | Masahiro Yamada | 1 | -2/+2 |
2016-02-12 | i2c: mt65xx: add 4GB DMA mode support in i2c driver | Liguo Zhang | 1 | -0/+42 |
2016-02-12 | i2c: designware: Prevent runtime suspend during adapter registration | Jarkko Nikula | 1 | -0/+8 |
2016-02-12 | i2c: designware-platform: Drop duplicate module information | Jean Delvare | 1 | -5/+0 |
2016-02-12 | i2c: designware: remove redundant lock | Baruch Siach | 2 | -10/+6 |
2016-02-12 | i2c: uniphier: fix typos in error messages | Masahiro Yamada | 2 | -2/+2 |
2016-02-12 | i2c: omap: Fix PM regression with deferred probe for pm_runtime_reinit | Tony Lindgren | 1 | -1/+3 |
2016-02-12 | i2c: qup: Transfer each i2c_msg in i2c_msgs without a stop bit | Sricharan R | 1 | -8/+26 |
2016-02-12 | i2c: qup: Add V2 tags support | Sricharan R | 1 | -29/+386 |
2016-02-12 | i2c: qup: Change qup_wait_writeready function to use for all timeouts | Sricharan R | 1 | -19/+48 |
2016-02-12 | i2c: mux: demux-pinctrl: add driver | Wolfram Sang | 3 | -0/+283 |
2016-01-29 | i2c: piix4: don't regress on bus names | Jean Delvare | 1 | -5/+8 |
2016-01-26 | i2c: designware-pci: use IRQF_COND_SUSPEND flag | Andy Shevchenko | 1 | -1/+2 |
2016-01-26 | i2c: piix4: Fully initialize SB800 before it is registered | Jean Delvare | 1 | -10/+9 |