summaryrefslogtreecommitdiff
path: root/drivers/i2c/muxes/i2c-mux-gpio.c
AgeCommit message (Expand)Author
2023-11-05Merge tag 'i2c-for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-10-13i2c: mux: gpio: don't fiddle with GPIOLIB internalsBartosz Golaszewski
2023-09-22i2c: mux: gpio: adhere to coding styleWolfram Sang
2023-09-21i2c: mux: gpio: Add missing fwnode_handle_put()Liang He
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko
2021-01-17i2c: i2c-mux-gpio: Enable this driver in ACPI landEvan Green
2021-01-17i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()Evan Green
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik
2018-06-14Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-05-17i2c: mux: gpio: move header to platform_dataWolfram Sang
2017-04-03i2c: mux: gpio: stop double error reportingPeter Rosin
2016-11-29i2c: i2c-mux-gpio: update mux with gpiod_set_array_value_cansleepPeter Rosin
2016-05-04i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin
2016-04-22i2c: i2c-mux-gpio: convert to use an explicit i2c mux corePeter Rosin
2015-08-31i2c: muxes: fix leaked i2c adapter device node referencesVladimir Zapolskiy
2015-04-03i2c: i2c-mux-gpio: remove error messages for probe deferralsIoan Nicu
2014-10-20i2c: muxes: drop owner assignment from platform_driversWolfram Sang
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu
2013-10-10i2c: i2c-mux-gpio: use deferred probingIonut Nicu
2013-10-10i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-03-27i2c: mux: gpio: Check gpio_direction_output return valueJean Delvare
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-11-16i2c: mux: Add dt support to i2c-mux-gpio driverMaxime Ripard
2012-10-05i2c-mux-gpio: Add support for dynamically allocated GPIO pinsJean Delvare
2012-10-05i2c-mux-gpio: Use devm_kzalloc instead of kzallocMaxime Ripard
2012-10-05i2c-mux: Add support for device auto-detectionJean Delvare
2012-05-12i2c: Rename last mux driver to standard patternJean Delvare