summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistentlyLuca Ceresoli2020-01-291-12/+12
* docs: i2c: fix typoLuca Ceresoli2020-01-291-1/+1
* docs: i2c: call it "I2C" consistentlyLuca Ceresoli2020-01-298-53/+53
* docs: i2c: summary: rewrite the "terminology" sectionLuca Ceresoli2020-01-292-14/+1363
* docs: i2c: summary: extend introductionLuca Ceresoli2020-01-291-6/+12
* docs: i2c: sort index logicallyLuca Ceresoli2020-01-291-11/+47
* Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2020-01-293-37/+63
|\
| * i2c: mux: pca954x: support property idle-stateBiwen Li2020-01-031-23/+46
| * dt-bindings: i2c: support property idle-stateBiwen Li2020-01-031-0/+2
| * i2c: mux: pca9541: use the BIT macroPeter Rosin2020-01-031-14/+15
* | Merge tag 'at24-updates-for-v5.6' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang2020-01-297-27/+91
|\ \
| * | misc: eeprom: at24: support pm_runtime controlBibby Hsieh2020-01-231-0/+39
| * | dt-binding: eeprom: at24: add vcc-supply propertyBibby Hsieh2020-01-231-0/+4
| * | dt-bindings: at25: add reference for the wp-gpios propertyKhouloud Touil2020-01-141-0/+2
| * | nvmem: fix a 'makes pointer from integer without a cast' build warningBartosz Golaszewski2020-01-101-1/+1
| * | eeprom: at24: remove the write-protect pin supportKhouloud Touil2020-01-091-9/+0
| * | dt-bindings: at24: make wp-gpios a reference to the property defined by nvmemKhouloud Touil2020-01-091-4/+1
| * | nvmem: add support for the write-protect pinKhouloud Touil2020-01-093-2/+22
| * | dt-bindings: nvmem: new optional property wp-gpiosKhouloud Touil2020-01-091-0/+11
| * | eeprom: at24: sort headers alphabeticallyBartosz Golaszewski2020-01-021-12/+12
| * | eeprom: at24: update the license tagBartosz Golaszewski2020-01-021-1/+1
* | | i2c: xiic: fix indentation issueColin Ian King2020-01-291-1/+1
* | | i2c: parport: fix spelling mistake: "Atmost" -> "At most"Colin Ian King2020-01-291-1/+1
* | | i2c: exynos: Update Kconfig documentationKrzysztof Kozlowski2020-01-231-4/+4
* | | i2c: Enable compile testing for more driversKrzysztof Kozlowski2020-01-231-28/+33
* | | i2c: xiic: Fix the clocking across bind unbindShubhrajyoti Datta2020-01-151-5/+7
* | | i2c: xiic: defer the probe if clock is not foundVenkatesh Yadav Abbarapu2020-01-151-1/+2
* | | i2c: xiic: Add timeout to the rx fifo wait loopShubhrajyoti Datta2020-01-151-10/+42
* | | i2c: highlander: Use proper printk format for size_tKrzysztof Kozlowski2020-01-151-1/+1
* | | i2c: pnx: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-151-2/+2
* | | i2c: pmcmsp: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-151-3/+3
* | | docs: i2c: use the new API in 'writing-clients'Wolfram Sang2020-01-151-10/+10
* | | docs: i2c: use the new API in 'instantiating-devices.rst'Wolfram Sang2020-01-151-4/+4
* | | i2c: i2c-core-of: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-4/+3
* | | i2c: i2c-core-base: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-7/+6
* | | i2c: i2c-core-acpi: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-8/+4
* | | i2c: xiic: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-1/+1
* | | i2c: taos-evm: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-2/+2
* | | i2c: powermac: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-4/+4
* | | i2c: ocores: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-1/+1
* | | i2c: nvidia-gpu: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* | | i2c: i801: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* | | i2c: cht-wc: convert to use i2c_new_client_device()Wolfram Sang2020-01-151-3/+3
* | | i2c: stu300: Use proper printk format for iomem pointerKrzysztof Kozlowski2020-01-151-1/+1
* | | i2c: tegra: Check DMA completion status in addition to left timeDmitry Osipenko2020-01-151-1/+1
* | | i2c: tegra: Always terminate DMA transferDmitry Osipenko2020-01-151-8/+4
* | | i2c: tegra: Use relaxed versions of readl/writelDmitry Osipenko2020-01-151-10/+11
* | | i2c: tegra: Rename I2C_PIO_MODE_MAX_LEN to I2C_PIO_MODE_PREFERRED_LENDmitry Osipenko2020-01-151-5/+6
* | | i2c: tegra: Support atomic transfersDmitry Osipenko2020-01-151-15/+69
* | | i2c: tegra: Prevent interrupt triggering after transfer timeoutDmitry Osipenko2020-01-151-34/+36