Age | Commit message (Expand) | Author | Files | Lines |
2021-07-04 | Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 16 | -134/+341 |
2021-07-02 | i2c: ali1535: mention that the device should not be disabled | Wolfram Sang | 1 | -0/+5 |
2021-07-02 | i2c: mpc: Restore reread of I2C status register | Chris Packham | 1 | -0/+2 |
2021-06-29 | Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -4/+4 |
2021-06-29 | Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables' | Rafael J. Wysocki | 1 | -4/+4 |
2021-06-25 | i2c: core-smbus: Expose PEC calculate function for generic use | Quan Nguyen | 1 | -2/+10 |
2021-06-24 | i2c: robotfuzz-osif: fix control-request directions | Johan Hovold | 1 | -2/+2 |
2021-06-24 | i2c: core: Disable client irq on reboot/shutdown | Dmitry Torokhov | 1 | -0/+3 |
2021-06-24 | i2c: imx: Fix some checkpatch warnings | Kwon Tae-young | 1 | -14/+5 |
2021-06-24 | i2c: dev: Add __user annotation | Andreas Hecht | 1 | -1/+1 |
2021-06-23 | i2c: davinci: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+1 |
2021-06-23 | i2c: cadence: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -5/+4 |
2021-06-23 | i2c: xiic: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -5/+4 |
2021-06-23 | i2c: cadence: Clear HOLD bit before xfer_size register rolls over | Raviteja Narayanam | 1 | -7/+41 |
2021-06-21 | i2c: cp2615: check for allocation failure in cp2615_i2c_recv() | Dan Carpenter | 1 | -4/+10 |
2021-06-20 | i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_access | Heiner Kallweit | 1 | -0/+3 |
2021-06-20 | i2c: i801: Improve i801_setup_hstcfg | Heiner Kallweit | 1 | -6/+4 |
2021-06-20 | i2c: i801: Use driver name constant instead of function dev_driver_string | Heiner Kallweit | 1 | -5/+5 |
2021-06-20 | i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s... | Heiner Kallweit | 1 | -4/+4 |
2021-06-20 | i2c: i801: Improve status polling | Heiner Kallweit | 1 | -23/+13 |
2021-06-20 | i2c: cht-wc: Replace of_node by NULL | Andy Shevchenko | 1 | -2/+1 |
2021-06-20 | i2c: riic: Add RZ/G2L support | Biju Das | 1 | -1/+22 |
2021-06-07 | ACPI: scan: Extend acpi_walk_dep_device_list() | Daniel Scally | 1 | -4/+4 |
2021-06-04 | i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops | Roja Rani Yarubandi | 1 | -1/+11 |
2021-06-04 | i2c: qcom-geni: Add shutdown callback for i2c | Roja Rani Yarubandi | 1 | -0/+9 |
2021-06-03 | i2c: tegra-bpmp: Demote kernel-doc abuses | Lee Jones | 1 | -2/+2 |
2021-06-03 | i2c: altera: Fix formatting issue in struct and demote unworthy kernel-doc he... | Lee Jones | 1 | -5/+4 |
2021-05-28 | i2c: mediatek: mt65xx: add optional vbus-supply | Hsin-Yi Wang | 1 | -0/+7 |
2021-05-28 | i2c: core: support bus regulator controlling in adapter | Bibby Hsieh | 1 | -0/+95 |
2021-05-28 | i2c: core: Make debug message even more debuggish | Andy Shevchenko | 1 | -3/+7 |
2021-05-28 | i2c: s3c2410: fix possible NULL pointer deref on read message after write | Krzysztof Kozlowski | 1 | -0/+3 |
2021-05-28 | i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset | Qii Wang | 1 | -0/+5 |
2021-05-28 | i2c: rcar: Drop "renesas,i2c-rcar" | Geert Uytterhoeven | 1 | -1/+0 |
2021-05-27 | i2c: mediatek: Rename i2c irq name | Qii Wang | 1 | -1/+1 |
2021-05-27 | i2c: i801: Use standard PCI constants instead of own ones | Heiner Kallweit | 1 | -14/+6 |
2021-05-27 | i2c: i801: Replace waitqueue with completion API | Heiner Kallweit | 1 | -29/+19 |
2021-05-27 | i2c: i801: Remove unneeded warning after wait_event_timeout timeout | Heiner Kallweit | 1 | -8/+4 |
2021-05-27 | i2c: i801: Don't generate an interrupt on bus reset | Jean Delvare | 1 | -4/+2 |
2021-05-27 | i2c: mpc: implement erratum A-004447 workaround | Chris Packham | 1 | -2/+79 |
2021-05-27 | i2c: aspeed: disable additional device addresses on ast2[56]xx | Zev Weiss | 1 | -4/+8 |
2021-05-27 | i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-st: Fix copy/paste function misnaming issues | Lee Jones | 1 | -2/+2 |
2021-05-27 | i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure | Lee Jones | 1 | -4/+4 |
2021-05-27 | i2c: busses: i2c-ocores: Place the expected function names into the documenta... | Lee Jones | 1 | -4/+4 |
2021-05-27 | i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msg... | Lee Jones | 1 | -1/+2 |
2021-05-27 | i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc | Lee Jones | 1 | -1/+1 |
2021-05-27 | i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers | Lee Jones | 1 | -2/+2 |
2021-05-27 | i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' | Lee Jones | 1 | -1/+1 |