aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman1-2/+3
2021-08-10i2c: iproc: fix race between client unreg and taskletDhananjay Phadke1-2/+2
2021-07-20i2c: mpc: Poll for MCFChris Packham1-2/+2
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds16-134/+341
2021-07-02i2c: ali1535: mention that the device should not be disabledWolfram Sang1-0/+5
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham1-0/+2
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+4
2021-06-29Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki1-4/+4
2021-06-25i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen1-2/+10
2021-06-24i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-24i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov1-0/+3
2021-06-24i2c: imx: Fix some checkpatch warningsKwon Tae-young1-14/+5
2021-06-24i2c: dev: Add __user annotationAndreas Hecht1-1/+1
2021-06-23i2c: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+1
2021-06-23i2c: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+4
2021-06-23i2c: xiic: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+4
2021-06-23i2c: cadence: Clear HOLD bit before xfer_size register rolls overRaviteja Narayanam1-7/+41
2021-06-20i2c: cp2615: check for allocation failure in cp2615_i2c_recv()Dan Carpenter1-4/+10
2021-06-20i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit1-0/+3
2021-06-20i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit1-6/+4
2021-06-20i2c: i801: Use driver name constant instead of function dev_driver_stringHeiner Kallweit1-5/+5
2021-06-20i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_slavesHeiner Kallweit1-4/+4
2021-06-20i2c: i801: Improve status pollingHeiner Kallweit1-23/+13
2021-06-20i2c: cht-wc: Replace of_node by NULLAndy Shevchenko1-2/+1
2021-06-20i2c: riic: Add RZ/G2L supportBiju Das1-1/+22
2021-06-07ACPI: scan: Extend acpi_walk_dep_device_list()Daniel Scally1-4/+4
2021-06-04i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM opsRoja Rani Yarubandi1-1/+11
2021-06-04i2c: qcom-geni: Add shutdown callback for i2cRoja Rani Yarubandi1-0/+9
2021-06-03i2c: tegra-bpmp: Demote kernel-doc abusesLee Jones1-2/+2
2021-06-03i2c: altera: Fix formatting issue in struct and demote unworthy kernel-doc headersLee Jones1-5/+4
2021-05-28i2c: mediatek: mt65xx: add optional vbus-supplyHsin-Yi Wang1-0/+7
2021-05-28i2c: core: support bus regulator controlling in adapterBibby Hsieh1-0/+95
2021-05-28i2c: core: Make debug message even more debuggishAndy Shevchenko1-3/+7
2021-05-28i2c: s3c2410: fix possible NULL pointer deref on read message after writeKrzysztof Kozlowski1-0/+3
2021-05-28i2c: mediatek: Disable i2c start_en and clear intr_stat brfore resetQii Wang1-0/+5
2021-05-28i2c: rcar: Drop "renesas,i2c-rcar"Geert Uytterhoeven1-1/+0
2021-05-27i2c: mediatek: Rename i2c irq nameQii Wang1-1/+1
2021-05-27i2c: i801: Use standard PCI constants instead of own onesHeiner Kallweit1-14/+6
2021-05-27i2c: i801: Replace waitqueue with completion APIHeiner Kallweit1-29/+19
2021-05-27i2c: i801: Remove unneeded warning after wait_event_timeout timeoutHeiner Kallweit1-8/+4
2021-05-27i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-05-27i2c: mpc: implement erratum A-004447 workaroundChris Packham1-2/+79
2021-05-27i2c: aspeed: disable additional device addresses on ast2[56]xxZev Weiss1-4/+8
2021-05-27i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function nameLee Jones1-1/+1
2021-05-27i2c: busses: i2c-st: Fix copy/paste function misnaming issuesLee Jones1-2/+2
2021-05-27i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones1-4/+4
2021-05-27i2c: busses: i2c-ocores: Place the expected function names into the documentation headersLee Jones1-4/+4
2021-05-27i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' paramLee Jones1-1/+2
2021-05-27i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'Lee Jones1-1/+1
2021-05-27i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'Lee Jones1-1/+1