aboutsummaryrefslogtreecommitdiff
path: root/drivers/parisc
AgeCommit message (Expand)AuthorFilesLines
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsGravatar Suren Baghdasaryan 2-2/+2
2024-03-08parisc: led: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2024-01-07parisc/power: Fix power soft-off button emulation on qemuGravatar Helge Deller 1-1/+1
2023-11-18parisc/power: Fix power soft-off when running on qemuGravatar Helge Deller 1-1/+1
2023-10-30parisc/power: Trivial whitespace cleanups and license updateGravatar Helge Deller 1-38/+13
2023-10-30parisc/power: Add power soft-off when running on qemuGravatar Helge Deller 1-1/+15
2023-10-30parisc: sba-iommu: Fix comment when calculating IOC numberGravatar Helge Deller 1-1/+1
2023-08-31parisc: iosapic.c: Fix sparse warningsGravatar Helge Deller 2-4/+4
2023-08-31parisc: ccio-dma: Fix sparse warningsGravatar Helge Deller 2-11/+11
2023-08-31parisc: sba-iommu: Fix sparse warnigsGravatar Helge Deller 2-16/+16
2023-08-31parisc: sba_iommu: Fix build warning if procfs if disabledGravatar Helge Deller 1-8/+2
2023-08-28parisc: ccio-dma: Create private runway procfs root entryGravatar Helge Deller 2-5/+8
2023-08-28parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemGravatar Helge Deller 2-566/+340
2023-08-27parisc: lasi: Initialize LASI driver via arch_initcall()Gravatar Helge Deller 2-12/+8
2023-08-27parisc: asp: Initialize asp driver via arch_initcall()Gravatar Helge Deller 2-4/+9
2023-08-27parisc: wax: Initialize wax driver via arch_initcall()Gravatar Helge Deller 2-7/+9
2023-08-27parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Gravatar Helge Deller 1-4/+4
2023-08-27parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Gravatar Helge Deller 1-2/+3
2023-08-27parisc: led: Move register_led_regions() to late_initcall()Gravatar Helge Deller 1-1/+3
2023-08-27parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Gravatar Helge Deller 1-2/+3
2023-08-27parisc: gsc: Convert GSC bus driver to use arch_initcall()Gravatar Helge Deller 1-1/+3
2023-08-27parisc: ccio: Convert CCIO driver to use arch_initcall()Gravatar Helge Deller 1-11/+3
2023-08-27parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Gravatar Helge Deller 1-2/+3
2023-08-27parisc: hppb: Convert HP PB bus driver to use arch_initcall()Gravatar Helge Deller 1-3/+4
2023-08-27parisc: dino: Convert dino PCI bus driver to use arch_initcall()Gravatar Helge Deller 1-3/+3
2023-08-27parisc: Makefile: Adjust order in which drivers should be loadedGravatar Helge Deller 1-7/+9
2023-08-26parisc: led: Reduce CPU overhead for disk & lan LED computationGravatar Helge Deller 1-2/+2
2023-08-22parisc: Avoid ioremap() for same addresss in iosapic_register()Gravatar Helge Deller 2-3/+4
2023-08-20parisc: lasi: Register LASI power-off feature as sys_off_handlerGravatar Helge Deller 1-17/+11
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuGravatar Helge Deller 1-0/+6
2023-06-30parisc: Move init function declarations into header fileGravatar Helge Deller 4-9/+1
2023-06-30parisc: dino: Make dino_init() returning voidGravatar Helge Deller 1-2/+1
2023-06-30parisc: lba_pci: Mark two variables __maybe_unusedGravatar Helge Deller 1-2/+2
2023-06-30parisc: ccio-dma: Fix kdoc and compiler warningsGravatar Helge Deller 1-6/+12
2023-06-30parisc: pdc_stable: Fix kdoc and compiler warningsGravatar Helge Deller 1-1/+35
2023-06-30parisc: sba_iommu: Fix kdoc warningsGravatar Helge Deller 1-12/+18
2023-05-03parisc: Replace regular spinlock with spin_trylock on panic pathGravatar Guilherme G. Piccoli 1-6/+10
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryGravatar Niklas Schnelle 1-0/+1
2023-01-09parisc: pdc_stable: use strscpy() to instead of strncpy()Gravatar Xu Panda 1-6/+3
2022-12-17parisc: led: Fix potential null-ptr-deref in start_task()Gravatar Shang XiaoJing 1-0/+3
2022-10-27parisc: Export iosapic_serial_irq() symbol for serial port driverGravatar Helge Deller 1-0/+1
2022-10-21parisc: Use signed char for hardware path in pdc.hGravatar Helge Deller 1-17/+17
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+4
2022-10-14parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverGravatar Colin Ian King 1-4/+4
2022-10-06Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2022-09-15parisc: remove obsolete manual allocation aligning in iosapicGravatar Rolf Eike Beer 1-10/+1
2022-09-13parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Gravatar Yang Yingliang 1-0/+1
2022-09-10parisc: Remove 64bit access on 32bit machinesGravatar Linus Walleij 1-0/+6
2022-08-22parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()Gravatar Li Qiong 1-3/+8
2022-08-22parisc: led: Move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1