summaryrefslogtreecommitdiffstats
path: root/drivers/mux
Commit message (Expand)AuthorAgeFilesLines
* mux: add support for delay after muxingVincent Whitchurch2021-10-211-6/+32
* mux: gpio: Simplify code by using dev_err_probe()Andy Shevchenko2021-04-021-6/+3
* mux: gpio: Make it OF independentAndy Shevchenko2021-04-021-2/+2
* mux: gpio: Use bitmap API instead of direct assignmentAndy Shevchenko2021-04-021-2/+4
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mux: adgs1408: Add mod_devicetable.h and remove of_match_ptrAndy Shevchenko2020-06-291-3/+3
* drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* mux: mmio: add generic regmap bitfield-based multiplexerPankaj Bansal2019-06-212-7/+11
* Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-10-231-8/+4
|\
| * gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik2018-09-131-1/+2
| * gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik2018-09-131-9/+4
* | mux: adgs1408: use the correct MODULE_LICENSEPeter Rosin2018-10-121-1/+1
|/
* mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxMircea Caprioru2018-08-023-0/+143
* mux: adg792a: switch to using .probe_newPeter Rosin2018-04-231-3/+2
* Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-016-16/+6
|\
| * mux: add SPDX identifiers to all mux source filesPeter Rosin2018-01-096-16/+6
* | mux: core: fix double get_device()Hans de Goede2018-01-091-1/+3
|/
* mux: make device_type constBhumika Goyal2017-08-291-1/+1
* mux: zap mux- prefix from the source filesPeter Rosin2017-08-285-0/+5
* mux: convert to using %pOF instead of full_nameRob Herring2017-08-281-6/+6
* mux: mux-core: unregister mux_class in mux_exit()Kuppuswamy Sathyanarayanan2017-07-171-1/+1
* mux: remove the Kconfig question for the subsystemPeter Rosin2017-07-171-14/+5
* mux: adg792a: always require I2C supportArnd Bergmann2017-06-091-1/+1
* mux: mmio-based syscon mux controllerPhilipp Zabel2017-06-033-0/+155
* mux: adg792a: add mux controller driver for ADG792A/GPeter Rosin2017-06-033-0/+170
* mux: gpio: add mux controller driver for gpio based multiplexersPeter Rosin2017-06-033-0/+133
* mux: minimal mux subsystemPeter Rosin2017-06-033-0/+568