aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio_pdrv_genirq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-10-02uio: Convert a few more users to using %pOFn instead of device_node.nameRob Herring1-1/+2
2014-10-20uio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek1-24/+10
2013-08-30drivers: uio_pdrv_genirq: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-25drivers: uio_pdrv_genirq: Use of_match_ptr() macroSachin Kamat1-4/+1
2013-06-24UIO: Fix concurrency issueVitalii Demianets1-5/+13
2013-06-18UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek1-15/+10
2013-06-18UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek1-2/+6
2012-11-21drivers: uio: Only allocate new private data when probing device tree nodeDamian Hobson-Garcia1-1/+1
2012-11-15uio_pdrv: set memory mapping nameManuel Traut1-0/+1
2012-05-15uio_pdrv_genirq: get irq through platform resource if not set otherwiseBenedikt Spranger1-0/+8
2011-11-26uio: convert drivers/uio/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-31uio: Add module.h to implicit drivers/uio usersPaul Gortmaker1-0/+1
2011-08-22drivers:uio:fix section mismatch in uio_pdrv_genirq.cWanlong Gao1-1/+1
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-0/+43
2011-07-08uio: uio_pdrv_genirq: Add OF supportHans J. Koch1-0/+43
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-04-19uio: clean uioinfo when uninstall uio driverJie Zhou1-0/+4
2010-08-05uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.cHans J. Koch1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-11-13uio: pm_runtime_disable is needed if failedKuninori Morimoto1-0/+1
2009-08-23uio: Runtime PM for UIO devicesMagnus Damm1-0/+54
2009-01-06UIO: uio_pdrv_genirq: allow custom irq_flagsMike Frysinger1-2/+3
2008-08-21UIO: generic irq handling for some uio platform devicesMagnus Damm1-0/+188