Age | Commit message (Expand) | Author | Files | Lines |
2020-12-09 | uio: uio_dmem_genirq: finalize conversion of probe to devm_ handlers | Alexandru Ardelean | 1 | -18/+10 |
2020-12-09 | uio: uio_dmem_genirq: convert simple allocations to device-managed | Alexandru Ardelean | 1 | -26/+8 |
2020-07-03 | uio: disable lazy irq disable to avoid double fire | Thommy Jakobsson | 1 | -0/+19 |
2020-04-28 | uio: remove unneeded variable "ret" in uio_dmem_genirq_open | Jason Yan | 1 | -2/+1 |
2020-01-14 | uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() | Jia-Ju Bai | 1 | -2/+4 |
2019-11-14 | uio: fix irq init with dt support & irq not defined | Alexandru Ardelean | 1 | -10/+4 |
2019-07-30 | uio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-10-02 | uio: Convert a few more users to using %pOFn instead of device_node.name | Rob Herring | 1 | -1/+2 |
2016-08-31 | uio: fix dmem_region_start computation | Jan Viktorin | 1 | -1/+1 |
2014-10-20 | uio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-05-27 | drivers: uio_dmem_genirq: Fix memory leak in uio_dmem_genirq_probe() | Daeseok Youn | 1 | -2/+2 |
2013-08-30 | drivers: uio_dmem_genirq: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
2013-06-24 | drivers: uio_dmem_genirq: Use of_match_ptr() macro | Sachin Kamat | 1 | -3/+1 |
2012-11-21 | drivers: uio: Only allocate new private data when probing device tree node | Damian Hobson-Garcia | 1 | -1/+1 |
2012-11-21 | drivers: uio_dmem_genirq: Allow partial success when opening device | Damian Hobson-Garcia | 1 | -6/+6 |
2012-11-21 | drivers: uio_dmem_genirq: Don't use DMA_ERROR_CODE to indicate unmapped regions | Damian Hobson-Garcia | 1 | -2/+4 |
2012-11-21 | drivers: uio_dmem_genirq: Don't mix address spaces for dynamic region vaddr | Damian Hobson-Garcia | 1 | -3/+6 |
2012-10-24 | Add new uio device for dynamic memory allocation | Damian Hobson-Garcia | 1 | -0/+354 |