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