summaryrefslogtreecommitdiff
path: root/drivers/mux
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus 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/g...Linus 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