summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-gpio.c
AgeCommit message (Expand)Author
2024-10-21i2c: i2c-gpio: add support for i2c-gpio,sda-output-onlyAlex Shumsky
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-07-31i2c: i2c-gpio: Correctly handle new {sda, scl}-gpios bindingsChris Packham
2022-11-14i2c: i2c-gpio: add newlineSergei Antonov
2021-08-22i2c: i2c-gpio: Support the named GPIO bindingSamuel Holland
2021-04-12gpio: i2c-gpio: Drop use of dm_gpio_set_dir()Simon Glass
2021-02-21i2c: i2c-gpio: Fix GPIO outputHarm Berntsen
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-10-23i2c: i2c-gpio: Convert to use APIs which support live DTPatrick Delaunay
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-16dm: i2c-gpio: add support for clock stretchingHeiko Schocher
2020-03-16dm: i2c-gpio: rework gpio get/set functionsMichael Auchter
2020-03-16i2c: gpio: Run deblock sequence on probeMarek Vasut
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2015-05-05dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin
2015-04-18dm: i2c: add i2c-gpio driverPrzemyslaw Marczak