| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: i2c: i2c-protocol: remove unneeded colons from table | Luca Ceresoli | 2020-01-29 | 1 | -9/+9 |
* | docs: i2c: i2c-protocol: properly name start and stop conditions | Luca Ceresoli | 2020-01-29 | 1 | -7/+8 |
* | docs: i2c: i2c-protocol: fix kernel-doc function syntax | Luca Ceresoli | 2020-01-29 | 1 | -3/+3 |
* | docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently | Luca Ceresoli | 2020-01-29 | 1 | -12/+12 |
* | docs: i2c: fix typo | Luca Ceresoli | 2020-01-29 | 1 | -1/+1 |
* | docs: i2c: call it "I2C" consistently | Luca Ceresoli | 2020-01-29 | 8 | -53/+53 |
* | docs: i2c: summary: rewrite the "terminology" section | Luca Ceresoli | 2020-01-29 | 2 | -14/+1363 |
* | docs: i2c: summary: extend introduction | Luca Ceresoli | 2020-01-29 | 1 | -6/+12 |
* | docs: i2c: sort index logically | Luca Ceresoli | 2020-01-29 | 1 | -11/+47 |
* | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 2020-01-29 | 3 | -37/+63 |
|\ |
|
| * | i2c: mux: pca954x: support property idle-state | Biwen Li | 2020-01-03 | 1 | -23/+46 |
| * | dt-bindings: i2c: support property idle-state | Biwen Li | 2020-01-03 | 1 | -0/+2 |
| * | i2c: mux: pca9541: use the BIT macro | Peter Rosin | 2020-01-03 | 1 | -14/+15 |
* | | Merge tag 'at24-updates-for-v5.6' of git://git.kernel.org/pub/scm/linux/kerne... | Wolfram Sang | 2020-01-29 | 7 | -27/+91 |
|\ \ |
|
| * | | misc: eeprom: at24: support pm_runtime control | Bibby Hsieh | 2020-01-23 | 1 | -0/+39 |
| * | | dt-binding: eeprom: at24: add vcc-supply property | Bibby Hsieh | 2020-01-23 | 1 | -0/+4 |
| * | | dt-bindings: at25: add reference for the wp-gpios property | Khouloud Touil | 2020-01-14 | 1 | -0/+2 |
| * | | nvmem: fix a 'makes pointer from integer without a cast' build warning | Bartosz Golaszewski | 2020-01-10 | 1 | -1/+1 |
| * | | eeprom: at24: remove the write-protect pin support | Khouloud Touil | 2020-01-09 | 1 | -9/+0 |
| * | | dt-bindings: at24: make wp-gpios a reference to the property defined by nvmem | Khouloud Touil | 2020-01-09 | 1 | -4/+1 |
| * | | nvmem: add support for the write-protect pin | Khouloud Touil | 2020-01-09 | 3 | -2/+22 |
| * | | dt-bindings: nvmem: new optional property wp-gpios | Khouloud Touil | 2020-01-09 | 1 | -0/+11 |
| * | | eeprom: at24: sort headers alphabetically | Bartosz Golaszewski | 2020-01-02 | 1 | -12/+12 |
| * | | eeprom: at24: update the license tag | Bartosz Golaszewski | 2020-01-02 | 1 | -1/+1 |
* | | | i2c: xiic: fix indentation issue | Colin Ian King | 2020-01-29 | 1 | -1/+1 |
* | | | i2c: parport: fix spelling mistake: "Atmost" -> "At most" | Colin Ian King | 2020-01-29 | 1 | -1/+1 |
* | | | i2c: exynos: Update Kconfig documentation | Krzysztof Kozlowski | 2020-01-23 | 1 | -4/+4 |
* | | | i2c: Enable compile testing for more drivers | Krzysztof Kozlowski | 2020-01-23 | 1 | -28/+33 |
* | | | i2c: xiic: Fix the clocking across bind unbind | Shubhrajyoti Datta | 2020-01-15 | 1 | -5/+7 |
* | | | i2c: xiic: defer the probe if clock is not found | Venkatesh Yadav Abbarapu | 2020-01-15 | 1 | -1/+2 |
* | | | i2c: xiic: Add timeout to the rx fifo wait loop | Shubhrajyoti Datta | 2020-01-15 | 1 | -10/+42 |
* | | | i2c: highlander: Use proper printk format for size_t | Krzysztof Kozlowski | 2020-01-15 | 1 | -1/+1 |
* | | | i2c: pnx: Use proper printk format for resource_size_t | Krzysztof Kozlowski | 2020-01-15 | 1 | -2/+2 |
* | | | i2c: pmcmsp: Use proper printk format for resource_size_t | Krzysztof Kozlowski | 2020-01-15 | 1 | -3/+3 |
* | | | docs: i2c: use the new API in 'writing-clients' | Wolfram Sang | 2020-01-15 | 1 | -10/+10 |
* | | | docs: i2c: use the new API in 'instantiating-devices.rst' | Wolfram Sang | 2020-01-15 | 1 | -4/+4 |
* | | | i2c: i2c-core-of: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -4/+3 |
* | | | i2c: i2c-core-base: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -7/+6 |
* | | | i2c: i2c-core-acpi: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -8/+4 |
* | | | i2c: xiic: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -1/+1 |
* | | | i2c: taos-evm: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -2/+2 |
* | | | i2c: powermac: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -4/+4 |
* | | | i2c: ocores: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -1/+1 |
* | | | i2c: nvidia-gpu: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -3/+3 |
* | | | i2c: i801: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -3/+3 |
* | | | i2c: cht-wc: convert to use i2c_new_client_device() | Wolfram Sang | 2020-01-15 | 1 | -3/+3 |
* | | | i2c: stu300: Use proper printk format for iomem pointer | Krzysztof Kozlowski | 2020-01-15 | 1 | -1/+1 |
* | | | i2c: tegra: Check DMA completion status in addition to left time | Dmitry Osipenko | 2020-01-15 | 1 | -1/+1 |
* | | | i2c: tegra: Always terminate DMA transfer | Dmitry Osipenko | 2020-01-15 | 1 | -8/+4 |
* | | | i2c: tegra: Use relaxed versions of readl/writel | Dmitry Osipenko | 2020-01-15 | 1 | -10/+11 |