Andriy Gapon
ed3f0b8a21
amdgpio: small formatting cleanup
...
MFC after: 2 weeks
2019-05-24 06:07:33 +00:00
Andriy Gapon
cada7eafac
amdgpio: fix reading status of input pins
...
AMD FCH GPIO controller uses different bits for setting the output level
and for reporting the input level.
MFC after: 2 weeks
2019-05-24 06:06:42 +00:00
Andriy Gapon
cfdb42f880
amdgpio: remove new line symbols from pin names
...
That made, for example, gpioc -l output quite hard to read and parse.
Also, fix formatting of a nearby statement with too long lines.
MFC after: 2 weeks
2019-05-24 06:02:51 +00:00
Takanori Watanabe
5efca36fbd
Distinguish _CID match and _HID match and make lower priority probe
...
when _CID match.
Reviewed by: jhb, imp
Differential Revision:https://reviews.freebsd.org/D16468
2018-10-26 00:05:46 +00:00
Oleksandr Tymoshenko
8ce574de3b
Add amdgpio, driver for GPIO controller on AMD-based x86_64 platforms
...
Submitted by: Rajesh Kumar <rajbsd@gmail.com>
Differential Revision: https://reviews.freebsd.org/D16865
2018-10-21 04:52:37 +00:00