| Commit message (Expand) | Author | Age | Files | Lines |
| * | gpiobus_release_pin: remove incorrect prefix from error messages | Andriy Gapon | 2020-06-22 | 1 | -2/+2 |
| * | gpioiic_attach: fix a NULL pointer crash on hints-based systems | Andriy Gapon | 2020-05-07 | 1 | -1/+11 |
| * | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+1 |
| * | [gpioths] Fix GPIOTHS_DEBUG | Brad Davis | 2019-12-27 | 1 | -2/+2 |
| * | Revert r355806: kbd drivers: don't double register keyboard drivers | Kyle Evans | 2019-12-26 | 1 | -3/+0 |
| * | kbd drivers: don't double register keyboard drivers | Kyle Evans | 2019-12-16 | 1 | -0/+3 |
| * | kbd: provide default implementations of get_fkeystr/diag | Kyle Evans | 2019-12-16 | 1 | -2/+0 |
| * | kbd drivers: use kbdd_* indirection for diag invocation | Kyle Evans | 2019-12-16 | 1 | -1/+1 |
| * | Switch gpioths(4) from using a callout to a taskqueue for periodic polling | Ian Lepore | 2019-12-09 | 1 | -10/+17 |
| * | Paste things correctly so that I'm added to the *end* of the copyright list. | Ian Lepore | 2019-12-09 | 1 | -1/+1 |
| * | Add myself to the copyright list. Also add an SPDX tag. And finally, fix | Ian Lepore | 2019-12-09 | 1 | -3/+5 |
| * | Add FDT support to the gpioths driver. It now uses the newer gpio_pin_*() | Ian Lepore | 2019-12-09 | 1 | -104/+131 |
| * | Add a MODULE_DEPEND() for the gpioths driver. Also, note that the prior commit | Ian Lepore | 2019-12-08 | 1 | -2/+3 |
| * | Add support for more chips to the gpioths driver. | Ian Lepore | 2019-12-08 | 1 | -6/+49 |
| * | Simplify sysctl stuff in the gpioths driver. There is no need to use local | Ian Lepore | 2019-12-08 | 1 | -87/+8 |
| * | Several small fixes for the gpioths (temp/humidity sensor) driver. | Ian Lepore | 2019-12-08 | 1 | -4/+15 |
| * | Implement bus_rescan for gpiobus(4). This allows on-the-fly reconfiguration | Ian Lepore | 2019-12-06 | 1 | -0/+20 |
| * | Add a GPIO based MDIO bit-banging bus driver. | Luiz Otavio O Souza | 2019-12-06 | 1 | -0/+243 |
| * | Remove "all rights reserved" from copyright for the file that Jared McNeill | Emmanuel Vadot | 2019-12-03 | 1 | -1/+0 |
| * | Do not initialize the flags field in struct gpiobus_pin from the flags in | Ian Lepore | 2019-12-02 | 1 | -2/+12 |
| * | Remove "all rights reserved" from copyright after getting a response from | Ian Lepore | 2019-12-02 | 1 | -1/+1 |
| * | Fix leading whitespace (spaces->tabs) in comments; no functional change. | Ian Lepore | 2019-12-02 | 1 | -2/+2 |
| * | Rewrite gpioiic(4) to use the gpio_pin_* API, and to conform to the modern | Ian Lepore | 2019-12-01 | 1 | -140/+216 |
| * | Move most of the gpio_pin_* functions from ofw_gpiobus.c to gpiobus.c so | Ian Lepore | 2019-12-01 | 3 | -84/+127 |
| * | Remove more needless <sys/tty.h> includes | Kyle Evans | 2019-12-01 | 1 | -1/+0 |
| * | Ignore "gpio-hog" nodes when instantiating ofw_gpiobus children. Also, | Ian Lepore | 2019-11-29 | 1 | -1/+3 |
| * | gpioiic: set output after switching to output mode if presetting it failed | Andriy Gapon | 2019-10-25 | 1 | -25/+33 |
| * | gpioiic: add the detach method | Andriy Gapon | 2019-10-18 | 1 | -1/+10 |
| * | o Add support for multi-port instances of Synopsys DesignWare APB GPIO | Ruslan Bukin | 2019-09-04 | 3 | -0/+643 |
| * | Add PNP_INFO to the gpiopps driver. | Ian Lepore | 2019-08-13 | 1 | -0/+1 |
| * | Follow r349460 to complete removing "flags" in struct gpiobus_ivar | Li-Wen Hsu | 2019-06-27 | 1 | -3/+1 |
| * | gpiobus: provide a new hint, pin_list | Andriy Gapon | 2019-06-27 | 2 | -26/+173 |
| * | Zero the GPIO regulator pins memory. | Luiz Otavio O Souza | 2019-06-06 | 1 | -1/+1 |
| * | gpioled: add a new hint for initial state | Andriy Gapon | 2019-05-23 | 1 | -0/+3 |
| * | Fix typo: the 4th argument to GPIO_PIN_ACCESS_32 is the set of pins to | Ian Lepore | 2019-04-25 | 1 | -1/+1 |
| * | Distinguish _CID match and _HID match and make lower priority probe | Takanori Watanabe | 2018-10-26 | 2 | -11/+14 |
| * | Align OF_getencprop_alloc API with OF_getencprop and OF_getprop_alloc | Oleksandr Tymoshenko | 2018-04-09 | 2 | -2/+2 |
| * | Clean up OF_getprop_alloc API | Oleksandr Tymoshenko | 2018-04-08 | 2 | -5/+5 |
| * | Add SPDX tags for chvgpio driver sources | Oleksandr Tymoshenko | 2018-02-24 | 2 | -1/+5 |
| * | [chvgpio] add GPIO driver for Intel Z8xxx SoC family | Oleksandr Tymoshenko | 2018-02-22 | 2 | -0/+858 |
| * | Provide a public function to acquire a gpio pin by giving the property name | Ian Lepore | 2018-02-18 | 2 | -4/+6 |
| * | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -3/+3 |
| * | dev: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-13 | 1 | -3/+3 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 6 | -0/+12 |
| * | Add gpio methods to read/write/configure up to 32 pins simultaneously. | Ian Lepore | 2017-09-10 | 2 | -0/+47 |
| * | [gpioths] new driver for temperature/humidity sensor DHT11 | Michael Zhilin | 2017-01-16 | 1 | -0/+405 |
| * | Convert gpioc to use the make_dev_s(9) KPI. This fix a possible race where | Luiz Otavio O Souza | 2017-01-08 | 1 | -5/+12 |
| * | Only write to *active once, even when GPIO_ACTIVE_LOW is set. | Ian Lepore | 2017-01-07 | 1 | -2/+3 |
| * | [gpiospi] add clock delay to avoid smashing of bits | Michael Zhilin | 2016-12-13 | 1 | -0/+2 |
| * | Remove a too strict test and instead, just filter the passed flags with the | Luiz Otavio O Souza | 2016-12-13 | 1 | -3/+3 |