index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
serial_mctrl_gpio.c
Age
Commit message (
Expand
)
Author
2020-11-06
serial: mctrl_gpio: Fix passing zero to 'ERR_PTR' warning
YueHaibing
2019-10-07
serial: mctrl_gpio: Check for NULL pointer
Adam Ford
2019-09-04
serial: mctrl_gpio: Use gpiod flags directly
Andy Shevchenko
2019-06-21
serial: mctrl_gpio: Check if GPIO property exisits before requesting it
Stefan Roese
2018-09-13
gpiolib: Pass array info to get/set array functions
Janusz Krzysztofik
2018-09-13
gpiolib: Pass bitmaps, not integer arrays, to get/set array
Janusz Krzysztofik
2017-11-08
tty: serial: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2016-06-25
serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct
Yegor Yefremov
2016-06-25
serial: mctrl_gpio: add modem control read routine
Yegor Yefremov
2016-05-01
serial: mctrl_gpio: Drop support for out1-gpios and out2-gpios
Geert Uytterhoeven
2016-05-01
serial: mctrl_gpio: add IRQ locking
Yegor Yefremov
2016-03-07
serial: mctrl_gpio: Add missing module license
Romain Izard
2015-12-13
serial: mctrl_gpio: export mctrl_gpio_disable_ms and mctrl_gpio_init
Uwe Kleine-König
2015-10-04
serial: mctrl_gpio: implement interrupt handling
Uwe Kleine-König
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
2015-06-26
Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2015-06-01
gpiolib: rename gpiod_set_array to gpiod_set_array_value
Rojhalat Ibrahim
2015-05-24
serial: mctrl-gpio: drop usages of IS_ERR_OR_NULL
Uwe Kleine-König
2015-03-11
serial: mctrl_gpio: Fix build warnings
Fabio Estevam
2015-03-07
serial: mctrl-gpio: simplify init routine
Uwe Kleine-König
2015-03-07
serial: mctrl-gpio: don't check for struct mctrl_gpios * to be invalid
Uwe Kleine-König
2014-12-02
serial: mctrl_gpio: use gpiod_set_array function
Rojhalat Ibrahim
2014-09-20
tty: serial_mctrl_gpio: Fix COMPILE_TEST build for architectures with custom ...
Alexander Shiyan
2014-05-28
tty/serial: Add GPIOLIB helpers for controlling modem lines
Richard Genoud