aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02mux: gpio: Simplify code by using dev_err_probe()Andy Shevchenko1-6/+3
2021-04-02mux: gpio: Make it OF independentAndy Shevchenko1-2/+2
2021-04-02mux: gpio: Use bitmap API instead of direct assignmentAndy Shevchenko1-2/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29mux: adgs1408: Add mod_devicetable.h and remove of_match_ptrAndy Shevchenko1-3/+3
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose1-6/+1
2019-06-21mux: mmio: add generic regmap bitfield-based multiplexerPankaj Bansal2-7/+11
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-8/+4
2018-10-12mux: adgs1408: use the correct MODULE_LICENSEPeter Rosin1-1/+1
2018-09-13gpiolib: Pass array info to get/set array functionsJanusz Krzysztofik1-1/+2
2018-09-13gpiolib: Pass bitmaps, not integer arrays, to get/set arrayJanusz Krzysztofik1-9/+4
2018-08-02mux: adgs1408: new driver for Analog Devices ADGS1408/1409 muxMircea Caprioru3-0/+143
2018-04-23mux: adg792a: switch to using .probe_newPeter Rosin1-3/+2
2018-02-01Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-16/+6
2018-01-09mux: add SPDX identifiers to all mux source filesPeter Rosin6-16/+6
2018-01-09mux: core: fix double get_device()Hans de Goede1-1/+3
2017-08-29mux: make device_type constBhumika Goyal1-1/+1
2017-08-28mux: zap mux- prefix from the source filesPeter Rosin5-0/+5
2017-08-28mux: convert to using %pOF instead of full_nameRob Herring1-6/+6
2017-07-17mux: mux-core: unregister mux_class in mux_exit()Kuppuswamy Sathyanarayanan1-1/+1
2017-07-17mux: remove the Kconfig question for the subsystemPeter Rosin1-14/+5
2017-06-09mux: adg792a: always require I2C supportArnd Bergmann1-1/+1
2017-06-03mux: mmio-based syscon mux controllerPhilipp Zabel3-0/+155
2017-06-03mux: adg792a: add mux controller driver for ADG792A/GPeter Rosin3-0/+170
2017-06-03mux: gpio: add mux controller driver for gpio based multiplexersPeter Rosin3-0/+133
2017-06-03mux: minimal mux subsystemPeter Rosin3-0/+568