summaryrefslogtreecommitdiffstats
path: root/drivers/mux
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-02-05mux: mmio: fix regmap leak on probe failureJohan Hovold-1/+1
2026-01-16mux: mmio: Fix IS_ERR() vs NULL check in probe()Dan Carpenter-4/+4
2025-11-26mux: mmio: Add suspend and resume supportThomas Richard (TI.com)-9/+73
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+3
2025-07-04mux: mmio: Fix missing CONFIG_REGMAP_MMIOKrzysztof Kozlowski-0/+1
2025-06-18mux: Convert mux_control_ops to a flex array member in mux_chipThorsten Blum-4/+3
2025-05-08mux: adgs1408: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2025-05-08mux: gpio: add optional regulator supportSrinivas Kandagatla-0/+5
2025-05-01mux: mmio: Do not use syscon helper to build regmapAndrew Davis-1/+12
2025-05-01mux: adg792a: remove incorrect of_match_ptr annotationArnd Bergmann-1/+1
2025-05-01mux: adgs1408: simplify with spi_get_device_match_data()Krzysztof Kozlowski-3/+1
2025-05-01mux: mmio: Add missing word in error messageThorsten Blum-1/+1
2025-02-17mux: gpio: use gpiod_multi_set_value_cansleepDavid Lechner-3/+1
2025-01-10mux: constify mux classBartosz Golaszewski-1/+1
2024-04-29mux: remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET-2/+2
2024-01-04mux: mmio: use reg property when parent device is not a sysconAndrew Davis-7/+12
2023-08-28mux: Explicitly include correct DT includesRob Herring-2/+1
2023-06-15mux: adg792a: Switch back to use i2c_driver's .probe()Uwe Kleine-König-1/+1
2023-06-01mux: mmio: drop obsolete dependency on COMPILE_TESTJean Delvare-2/+2
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2022-02-04mux: Fix struct mux_state kernel-doc commentYang Li-1/+1
2022-02-04mux: fix grammar, missing "is".Peter Rosin-1/+1
2022-02-04mux: add missing mux_state_getPeter Rosin-11/+29
2022-02-04mux: Add support for reading mux state from consumer DT nodeAswath Govindraju-21/+198
2021-10-21mux: add support for delay after muxingVincent Whitchurch-6/+32
2021-04-02mux: gpio: Simplify code by using dev_err_probe()Andy Shevchenko-6/+3
2021-04-02mux: gpio: Make it OF independentAndy Shevchenko-2/+2
2021-04-02mux: gpio: Use bitmap API instead of direct assignmentAndy Shevchenko-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-29mux: adgs1408: Add mod_devicetable.h and remove of_match_ptrAndy Shevchenko-3/+3
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose-6/+1
2019-06-21mux: mmio: add generic regmap bitfield-based multiplexerPankaj Bansal-7/+11
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-8/+4
2018-10-12mux: adgs1408: use the correct MODULE_LICENSEPeter Rosin-1/+1
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik-1/+2
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik-9/+4
2018-08-02mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxMircea Caprioru-0/+143
2018-04-23mux: adg792a: switch to using .probe_newPeter Rosin-3/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-16/+6
2018-01-09mux: add SPDX identifiers to all mux source filesPeter Rosin-16/+6
2018-01-09mux: core: fix double get_device()Hans de Goede-1/+3
2017-08-29mux: make device_type constBhumika Goyal-1/+1
2017-08-28mux: zap mux- prefix from the source filesPeter Rosin-0/+5
2017-08-28mux: convert to using %pOF instead of full_nameRob Herring-6/+6
2017-07-17mux: mux-core: unregister mux_class in mux_exit()Kuppuswamy Sathyanarayanan-1/+1
2017-07-17mux: remove the Kconfig question for the subsystemPeter Rosin-14/+5
2017-06-09mux: adg792a: always require I2C supportArnd Bergmann-1/+1
2017-06-03mux: mmio-based syscon mux controllerPhilipp Zabel-0/+155