aboutsummaryrefslogtreecommitdiff
path: root/drivers/parport/parport_sunbpp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07parport: sunbpp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-08-28parport: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICEGravatar Leon Romanovsky 1-1/+0
2020-04-23parport: Convert printk(KERN_<LEVEL> to pr_<level>(Gravatar Joe Perches 1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2018-07-15parport: sunbpp: fix error return codeGravatar Julia Lawall 1-2/+6
2014-10-20parport: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2013-03-25parport: use kmemdup instead of kmalloc + memcpyGravatar Silviu-Mihai Popescu 1-3/+2
2013-01-03Drivers: parport: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-3/+3
2012-04-20parport: remove unused dead code from lowlevel driversGravatar Matt Porter 1-21/+0
2011-11-30parport: convert drivers/parport/* to use module_platform_driver()Gravatar Axel Lin 1-12/+1
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-4/+4
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-1/+1
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.Gravatar David S. Miller 1-1/+1
2008-08-29parport_sunbpp: Convert to pure OF driver.Gravatar David S. Miller 1-27/+20
2007-10-23[PARPORT] Consolidate code copies into a single generic irq handlerGravatar Jeff Garzik 1-7/+1
2007-05-08parport->dev driver model supportGravatar David Brownell 1-0/+1
2007-04-23[PARPORT] SUNBPP: Fix OOPS when debugging is enabled.Gravatar David S. Miller 1-4/+6
2006-10-08[PATCH] sparc32 pt_regs fixesGravatar Al Viro 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-25[PARPORT] sunbpp: Fix typo.Gravatar David S. Miller 1-1/+1
2006-06-23[PARPORT] sunbpp: Convert to new SBUS device framework.Gravatar David S. Miller 1-64/+70
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+412