summaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-gpio.c
AgeCommit message (Expand)Author
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