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