summaryrefslogtreecommitdiffstats
path: root/drivers/parisc
Commit message (Expand)AuthorAgeFilesLines
* parisc: led: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
* parisc/power: Fix power soft-off button emulation on qemuHelge Deller2024-01-071-1/+1
* parisc/power: Fix power soft-off when running on qemuHelge Deller2023-11-181-1/+1
* parisc/power: Trivial whitespace cleanups and license updateHelge Deller2023-10-301-38/+13
* parisc/power: Add power soft-off when running on qemuHelge Deller2023-10-301-1/+15
* parisc: sba-iommu: Fix comment when calculating IOC numberHelge Deller2023-10-301-1/+1
* parisc: iosapic.c: Fix sparse warningsHelge Deller2023-08-312-4/+4
* parisc: ccio-dma: Fix sparse warningsHelge Deller2023-08-312-11/+11
* parisc: sba-iommu: Fix sparse warnigsHelge Deller2023-08-312-16/+16
* parisc: sba_iommu: Fix build warning if procfs if disabledHelge Deller2023-08-311-8/+2
* parisc: ccio-dma: Create private runway procfs root entryHelge Deller2023-08-282-5/+8
* parisc: led: Rewrite LED/LCD driver to utilizize Linux LED subsystemHelge Deller2023-08-282-566/+340
* parisc: lasi: Initialize LASI driver via arch_initcall()Helge Deller2023-08-272-12/+8
* parisc: asp: Initialize asp driver via arch_initcall()Helge Deller2023-08-272-4/+9
* parisc: wax: Initialize wax driver via arch_initcall()Helge Deller2023-08-272-7/+9
* parisc: iosapic: Convert I/O Sapic driver to use arch_initcall()Helge Deller2023-08-271-4/+4
* parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall()Helge Deller2023-08-271-2/+3
* parisc: led: Move register_led_regions() to late_initcall()Helge Deller2023-08-271-1/+3
* parisc: lba: Convert LBA PCI bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
* parisc: gsc: Convert GSC bus driver to use arch_initcall()Helge Deller2023-08-271-1/+3
* parisc: ccio: Convert CCIO driver to use arch_initcall()Helge Deller2023-08-271-11/+3
* parisc: eisa: Convert HP EISA bus driver to use arch_initcall()Helge Deller2023-08-271-2/+3
* parisc: hppb: Convert HP PB bus driver to use arch_initcall()Helge Deller2023-08-271-3/+4
* parisc: dino: Convert dino PCI bus driver to use arch_initcall()Helge Deller2023-08-271-3/+3
* parisc: Makefile: Adjust order in which drivers should be loadedHelge Deller2023-08-271-7/+9
* parisc: led: Reduce CPU overhead for disk & lan LED computationHelge Deller2023-08-261-2/+2
* parisc: Avoid ioremap() for same addresss in iosapic_register()Helge Deller2023-08-222-3/+4
* parisc: lasi: Register LASI power-off feature as sys_off_handlerHelge Deller2023-08-201-17/+11
* parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuHelge Deller2023-08-101-0/+6
* parisc: Move init function declarations into header fileHelge Deller2023-06-304-9/+1
* parisc: dino: Make dino_init() returning voidHelge Deller2023-06-301-2/+1
* parisc: lba_pci: Mark two variables __maybe_unusedHelge Deller2023-06-301-2/+2
* parisc: ccio-dma: Fix kdoc and compiler warningsHelge Deller2023-06-301-6/+12
* parisc: pdc_stable: Fix kdoc and compiler warningsHelge Deller2023-06-301-1/+35
* parisc: sba_iommu: Fix kdoc warningsHelge Deller2023-06-301-12/+18
* parisc: Replace regular spinlock with spin_trylock on panic pathGuilherme G. Piccoli2023-05-031-6/+10
* Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
* parisc: pdc_stable: use strscpy() to instead of strncpy()Xu Panda2023-01-091-6/+3
* parisc: led: Fix potential null-ptr-deref in start_task()Shang XiaoJing2022-12-171-0/+3
* parisc: Export iosapic_serial_irq() symbol for serial port driverHelge Deller2022-10-271-0/+1
* parisc: Use signed char for hardware path in pdc.hHelge Deller2022-10-211-17/+17
* Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-141-4/+4
|\
| * parisc: Fix spelling mistake "mis-match" -> "mismatch" in eisa driverColin Ian King2022-10-141-4/+4
* | Merge tag 'asm-generic-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-0/+6
|\ \ | |/ |/|
| * parisc: Remove 64bit access on 32bit machinesLinus Walleij2022-09-101-0/+6
* | parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer2022-09-151-10/+1
* | parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang2022-09-131-0/+1
|/
* parisc: ccio-dma: Handle kmalloc failure in ccio_init_resources()Li Qiong2022-08-221-3/+8
* parisc: led: Move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-1/+1
* parisc: ccio-dma: Fix typo in commentJason Wang2022-08-221-1/+1