summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-09-09parisc: pdc_stable: Constify struct kobj_typeHongbo Li-1/+1
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan-2/+2
2024-03-08parisc: led: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-01-07parisc/power: Fix power soft-off button emulation on qemuHelge Deller-1/+1
2023-11-18parisc/power: Fix power soft-off when running on qemuHelge Deller-1/+1
2023-10-30parisc/power: Trivial whitespace cleanups and license updateHelge Deller-38/+13
2023-10-30parisc/power: Add power soft-off when running on qemuHelge Deller-1/+15
2023-10-30parisc: sba-iommu: Fix comment when calculating IOC numberHelge Deller-1/+1
2023-08-31parisc: iosapic.c: Fix sparse warningsHelge Deller-4/+4
2023-08-31parisc: ccio-dma: Fix sparse warningsHelge Deller-11/+11
2023-08-31parisc: sba-iommu: Fix sparse warnigsHelge Deller-16/+16
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller-8/+2
2023-08-28parisc: ccio-dma: Create private runway procfs root entryHelge Deller-5/+8
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller-566/+340
2023-08-27parisc: lasi: Initialize LASI driver via arch_initcall()Helge Deller-12/+8
2023-08-27parisc: asp: Initialize asp driver via arch_initcall()Helge Deller-4/+9
2023-08-27parisc: wax: Initialize wax driver via arch_initcall()Helge Deller-7/+9
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller-4/+4
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller-2/+3
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Helge Deller-1/+3
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller-2/+3
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller-1/+3
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller-11/+3
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller-2/+3
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller-3/+4
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller-3/+3
2023-08-27parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller-7/+9
2023-08-26parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller-2/+2
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller-3/+4
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller-17/+11
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller-0/+6
2023-06-30parisc: Move init function declarations into header fileHelge Deller-9/+1
2023-06-30parisc: dino: Make dino_init() returning voidHelge Deller-2/+1
2023-06-30parisc: lba_pci: Mark two variables __maybe_unusedHelge Deller-2/+2
2023-06-30parisc: ccio-dma: Fix kdoc and compiler warningsHelge Deller-6/+12
2023-06-30parisc: pdc_stable: Fix kdoc and compiler warningsHelge Deller-1/+35
2023-06-30parisc: sba_iommu: Fix kdoc warningsHelge Deller-12/+18
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli-6/+10
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle-0/+1
2023-01-09parisc: pdc_stable: use strscpy() to instead of strncpy()Xu Panda-6/+3
2022-12-17parisc: led: Fix potential null-ptr-deref in start_task()Shang XiaoJing-0/+3
2022-10-27parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller-0/+1
2022-10-21parisc: Use signed char for hardware path in pdc.hHelge Deller-17/+17
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+4
2022-10-14parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverColin Ian King-4/+4
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+6
2022-09-15parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer-10/+1
2022-09-13parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang-0/+1
2022-09-10parisc: Remove 64bit access on 32bit machinesLinus Walleij-0/+6