Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-03uio: Convert a few more users to using %pOFn instead of device_node.nameRob Herring
2014-10-20uio: drop owner assignment from platform_driversWolfram Sang
2013-09-26uio: Simplify uio error path by using devres functionsMichal Simek
2013-08-30drivers: uio_pdrv_genirq: use dev_get_platdata()Jingoo Han
2013-06-26drivers: uio_pdrv_genirq: Use of_match_ptr() macroSachin Kamat
2013-06-25UIO: Fix concurrency issueVitalii Demianets
2013-06-19UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek
2013-06-19UIO: allow binding uio_pdrv_genirq.c to devices using command line optionPavel Machek
2012-11-22drivers: uio: Only allocate new private data when probing device tree nodeDamian Hobson-Garcia
2012-11-16uio_pdrv: set memory mapping nameManuel Traut
2012-05-15uio_pdrv_genirq: get irq through platform resource if not set otherwiseBenedikt Spranger
2011-11-27uio: convert drivers/uio/* to use module_platform_driver()Axel Lin
2011-11-01uio: Add module.h to implicit drivers/uio usersPaul Gortmaker
2011-08-23drivers:uio:fix section mismatch in uio_pdrv_genirq.cWanlong Gao
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-07-09uio: uio_pdrv_genirq: Add OF supportHans J. Koch
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-04-20uio: clean uioinfo when uninstall uio driverJie Zhou
2010-08-06uio: Remove IRQF_DISABLED flag from uio_pdrv_genirq.cHans J. Koch
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-11-13uio: pm_runtime_disable is needed if failedKuninori Morimoto
2009-08-23uio: Runtime PM for UIO devicesMagnus Damm
2009-01-06UIO: uio_pdrv_genirq: allow custom irq_flagsMike Frysinger
2008-08-21UIO: generic irq handling for some uio platform devicesMagnus Damm