summaryrefslogtreecommitdiffstats
path: root/lib/logic_pio.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Fix pci_register_io_range() memory leakGeert Uytterhoeven2021-02-171-0/+3
* logic_pio: Use _inX() and _outX()John Garry2020-05-071-2/+2
* logic_pio: Improve macro argument nameJohn Garry2020-05-071-11/+11
* lib: logic_pio: Enforce LOGIC_PIO_INDIRECT region ops are set at registrationJohn Garry2019-11-051-6/+8
* lib: logic_pio: Add logic_pio_unregister_range()John Garry2019-08-131-0/+14
* lib: logic_pio: Avoid possible overlap for unregistering regionsJohn Garry2019-08-131-5/+5
* lib: logic_pio: Fix RCU usageJohn Garry2019-08-131-14/+35
* lib: Add generic PIO mapping methodZhichang Yuan2018-03-211-0/+280