aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/drivers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-31parisc: Avoid printing the hardware path twiceHelge Deller1-8/+6
2022-08-01parisc: Fix device names in /proc/iomemHelge Deller1-5/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-01-14parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski1-2/+2
2019-12-15parisc: add missing __init annotationSven Schnelle1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-10parisc: Use __ro_after_init in drivers.cHelge Deller1-1/+1
2019-05-03parisc: Use per-pagetable spinlockMikulas Patocka1-0/+25
2018-06-28parisc: Convert printk(KERN_LEVEL) to pr_lvl()Andy Shevchenko1-16/+9
2018-05-18parisc: Move find_pa_parent_type() out of init sectionHelge Deller1-1/+1
2018-05-02parisc: drivers.c: Fix section mismatchesHelge Deller1-3/+4
2018-03-27parisc: Fix out of array access in match_pci_device()Helge Deller1-0/+4
2018-03-27parisc: Add code generator for Qemu/SeaBIOS machine infoHelge Deller1-0/+171
2018-03-27parisc: Move various functions and strings to init sectionHelge Deller1-11/+11
2018-01-02parisc: Show unhashed hardware inventoryHelge Deller1-1/+1
2017-06-09parisc: parisc_bus_type: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-10/+13
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-11-02parisc: use KERN_CONT when printing device inventoryHelge Deller1-3/+3
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig1-1/+1
2013-12-11parisc/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-17/+5
2013-06-01parisc: memory overflow, 'name' length is too short for usingChen Gang1-1/+1
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2009-01-05parisc: add uevent helper for parisc busHelge Deller1-6/+34
2008-11-26parisc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+4
2007-02-17[PARISC] display parisc device modalias in sysfsKyle McMartin1-0/+11
2006-12-08[PARISC] avoid compiler warnings when compiling 64bitHelge Deller1-3/+5
2006-10-07[PA-RISC] Fix boot breakageMatthew Wilcox1-3/+3
2006-10-05[PA-RISC] Fix must_check warnings in drivers.cMatthew Wilcox1-3/+8
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-2/+1
2006-01-13[PATCH] Add parisc_bus_type probe and remove methodsRussell King1-2/+2
2006-01-10[PARISC] Fix GSC graphics cards with 64MB regionsMatthew Wilcox1-3/+8
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-1/+1
2005-11-17[PARISC] Improve the error message when we get a clashing mod pathMatthew Wilcox1-2/+6
2005-10-21[PARISC] Convert parisc_device tree to use struct device klistsMatthew Wilcox1-86/+187
2005-06-20[PATCH] Driver Core: arch: update device attribute callbacksYani Ioannou1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+765