Age | Commit message (Expand) | Author |
2020-07-10 | Merge branch 'char-misc-linus' into 'char-misc-next' | Greg Kroah-Hartman |
2020-07-03 | uio: disable lazy irq disable to avoid double fire | Thommy Jakobsson |
2020-07-03 | uio_pdrv_genirq: Allow use with non-page-aligned memory resources | Esben Haabendal |
2020-07-03 | uio_pdrv_genirq: fix use without device tree and no interrupt | Esben Haabendal |
2020-07-03 | uio_pdrv_genirq: Remove warning when irq is not specified | Esben Haabendal |
2020-03-18 | uio: uio_pdrv_genirq: use new devm_uio_register_device() function | Alexandru Ardelean |
2020-01-14 | uio: uio_pdrv_genirq: Do not log an error when deferring probe routine. | Oscar Ravadilla |
2019-09-04 | uio: uio_pdrv_genirq: Make UIO name controllable via DT node property | Daniel Mack |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2018-10-02 | uio: Convert a few more users to using %pOFn instead of device_node.name | Rob Herring |
2014-10-20 | uio: drop owner assignment from platform_drivers | Wolfram Sang |
2013-09-26 | uio: Simplify uio error path by using devres functions | Michal Simek |
2013-08-30 | drivers: uio_pdrv_genirq: use dev_get_platdata() | Jingoo Han |
2013-06-25 | drivers: uio_pdrv_genirq: Use of_match_ptr() macro | Sachin Kamat |
2013-06-24 | UIO: Fix concurrency issue | Vitalii Demianets |
2013-06-18 | UIO: fix uio_pdrv_genirq with device tree but no interrupt | Pavel Machek |
2013-06-18 | UIO: allow binding uio_pdrv_genirq.c to devices using command line option | Pavel Machek |
2012-11-21 | drivers: uio: Only allocate new private data when probing device tree node | Damian Hobson-Garcia |
2012-11-15 | uio_pdrv: set memory mapping name | Manuel Traut |
2012-05-15 | uio_pdrv_genirq: get irq through platform resource if not set otherwise | Benedikt Spranger |
2011-11-26 | uio: convert drivers/uio/* to use module_platform_driver() | Axel Lin |
2011-10-31 | uio: Add module.h to implicit drivers/uio users | Paul Gortmaker |
2011-08-22 | drivers:uio:fix section mismatch in uio_pdrv_genirq.c | Wanlong Gao |
2011-07-25 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-07-08 | uio: uio_pdrv_genirq: Add OF support | Hans J. Koch |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-04-19 | uio: clean uioinfo when uninstall uio driver | Jie Zhou |
2010-08-05 | uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.c | Hans J. Koch |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2009-12-15 | const: constify remaining dev_pm_ops | Alexey Dobriyan |
2009-11-13 | uio: pm_runtime_disable is needed if failed | Kuninori Morimoto |
2009-08-23 | uio: Runtime PM for UIO devices | Magnus Damm |
2009-01-06 | UIO: uio_pdrv_genirq: allow custom irq_flags | Mike Frysinger |
2008-08-21 | UIO: generic irq handling for some uio platform devices | Magnus Damm |