aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
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...Linus 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/...Linus 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
2022-08-05Merge tag 'for-5.20/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2022-08-01parisc: Check the return value of ioremap() in lba_driver_probe()William Dean1-1/+5
2022-07-07genirq: Add and use an irq_data_update_affinity helperSamuel Holland1-1/+1
2022-03-29parisc: Fix CPU affinity for Lasi, WAX and Dino chipsHelge Deller5-16/+71
2022-01-28parisc: Fix sglist access in ccio-dma.cJohn David Anglin1-1/+2
2022-01-28parisc: Fix data TLB miss in sba_unmap_sgJohn David Anglin1-1/+2
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2022-01-21parisc: pdc_stable: Fix memory leak in pdcs_register_pathentriesMiaoqian Lin1-1/+3
2022-01-07parisc: pdc_stable: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2021-09-09parisc: Move pci_dev_is_behind_card_dino to where it is usedGuenter Roeck1-9/+9
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-49/+49
2021-09-01parisc: ccio-dma.c: Added tab instead of spacesShubhankar Kuranagatti1-43/+43
2021-08-30parisc: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-4/+4
2021-08-30parisc: Replace symbolic permissions with octal permissionsJinchao Wang1-2/+2
2021-08-09parisc: return error code from .map_sg() opsMartin Oliveira2-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-0/+2
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2-0/+4
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2-4/+2
2020-08-12Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-08-12parisc: mask out enable and reserved bits from sba imaskSven Schnelle1-1/+1
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-7/+7
2020-04-05parisc: Replace setup_irq() by request_irq()afzal mohammed1-6/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig6-11/+11
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle1-8/+0
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-0/+2
2019-09-08parisc: Disable HP HSC-PCI Cards to prevent kernel crashHelge Deller1-0/+24
2019-09-06parisc: Save some bytes in dino driverHelge Deller1-3/+3
2019-09-05parisc: Convert eisa_enumerator to use pr_cont()Helge Deller1-5/+5
2019-09-05parisc: Avoid warning when loading hppb driverHelge Deller1-6/+5
2019-09-04parisc: don't set ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig2-2/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2-0/+4
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-14/+1
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+4
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2-2/+2
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin2-5/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 217Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2-30/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner14-66/+14
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-03parisc: Skip registering LED when running in QEMUHelge Deller1-0/+3
2019-04-06Revert: parisc: Use F_EXTEND() macro in iosapic codeHelge Deller1-1/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2019-02-21parisc: Use F_EXTEND() macro in iosapic codeHelge Deller1-16/+1
2019-02-21parisc: remove the HBA_DATA macroChristoph Hellwig2-6/+9
2019-02-21parisc/lba_pci: use container_of in LBA_DEVChristoph Hellwig1-6/+4
2019-02-21parisc/dino: use container_of in DINO_DEVChristoph Hellwig1-6/+4
2019-02-21parisc: properly type the return value of parisc_walk_treeChristoph Hellwig1-1/+1
2019-02-21parisc: turn GET_IOC into an inline functionChristoph Hellwig1-4/+8
2019-02-21parisc: move internal implementation details out of <asm/dma-mapping.h>Christoph Hellwig7-0/+62
2019-02-21parisc: Hide built-in serial aux port of Tosca GSP cardHelge Deller1-0/+12
2019-02-20ccio: allow large DMA masksChristoph Hellwig1-2/+2
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-23/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2-4/+4
2018-12-06parisc/sba_iommu: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-12-06parisc/ccio: remove the mapping_error dma_map_ops methodChristoph Hellwig1-9/+1
2018-11-23eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig1-10/+1
2018-11-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig1-2/+0
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-11/+0
2018-10-17parisc: Add alternative coding infrastructureHelge Deller2-19/+10
2018-10-17parisc: Ratelimit dino stuck interrupt warningsHelge Deller1-2/+1
2018-10-17parisc: dino: Utilize DINO_MASK_IRQ() macroHelge Deller1-1/+1
2018-10-17parisc: remove the dead ccio-rm-dma driverChristoph Hellwig2-205/+0
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds3-9/+0
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-60/+6
2018-05-18parisc: Move ccio_cujo20_fixup() into init sectionHelge Deller1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-60/+6
2018-05-09iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig1-5/+0
2018-05-07PCI: remove PCI_DMA_BUS_IS_PHYSChristoph Hellwig2-4/+0
2018-05-02parisc: Fix section mismatchesHelge Deller1-1/+1
2018-03-27parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail modeHelge Deller1-1/+19
2018-03-27parisc: Directly call machine_power_off() in power button driverHelge Deller1-2/+1
2018-03-27parisc/led: Fix sparse warningsHelge Deller1-2/+2
2018-01-02parisc: Show unhashed EISA EEPROM addressHelge Deller1-1/+1
2018-01-02parisc: Show unhashed HPA of Dino chipHelge Deller1-5/+5
2017-12-17parisc: Hide Diva-built-in serial aux and graphics cardHelge Deller1-0/+33
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-24parisc: Fix up devices below a PCI-PCI MegaRAID controller bridgeHelge Deller1-3/+39
2017-08-22parisc: Fix section mismatches in parisc core driversHelge Deller11-25/+25
2017-08-16parisc: pci memory bar assignment fails with 64bit kernels on dino/cujoThomas Bogendoerfer1-1/+1
2017-07-31parisc: pdc_stable: Fix locking when creating sysfs linksJames Bottomley1-3/+3
2017-07-23parisc: pdc_stable: constify attribute_group structures.Arvind Yadav1-1/+1
2017-07-05parisc: ->mapping_errorChristoph Hellwig2-2/+18
2017-07-03parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devsThomas Bogendoerfer4-3/+34
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-55/+73
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+1
2017-02-25parisc: ccio-dma: Handle return NULL error from ioremap_nocacheArvind Yadav1-1/+5
2017-02-25parisc: eisa: Fix resource leaks in error pathsArvind Yadav1-2/+16
2017-02-25parisc: eisa: Remove coding style errorsArvind Yadav1-52/+52
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds6-6/+6
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2-16/+16
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas1-2/+0
2016-01-30drivers: Initialize resource entry to zeroToshi Kani1-2/+2
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig2-49/+60
2016-01-12parisc: Initialize PCI bridge cache line and default latencyHelge Deller2-2/+6
2015-12-12parisc iommu: fix panic due to trying to allocate too large regionMikulas Patocka1-7/+8
2015-11-10pci: remove pci_dma_supportedChristoph Hellwig1-2/+0
2015-10-22parisc: reduce syslog debug outputHelge Deller1-6/+6
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2-0/+4
2015-09-10parisc: use seq_hex_dump() to dump buffersAndy Shevchenko2-17/+5
2015-09-08PCI,parisc: Enable 64-bit bus addresses on PA-RISCHelge Deller1-2/+5
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-07-31parisc/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-1/+1
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2-4/+0
2015-04-24parisc: %pf is only for function pointersScott Wood1-1/+1
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox3-19/+20
2015-04-15parisc: remove use of seq_printf return valueJoe Perches2-72/+68
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-03-06treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-01-16parisc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-3/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2014-10-01parisc: Fix serial console for machines with serial port on superio chipHelge Deller1-1/+2
2014-09-21parisc: pdc_stable.c: Avoid potential stack overflowsHelge Deller1-5/+7
2014-09-21parisc: pdc_stable.c: Cleaning up unnecessary use of memset in conjunction wi...Rickard Strandqvist1-2/+3
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai1-1/+0
2014-08-27parisc: dino: fix %d confusingly prefixed with 0x in format stringHans Wennborg1-1/+1
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+0
2013-07-31parisc: Fix interrupt routing for C8000 serial portsThomas Bogendoerfer1-11/+27
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-1/+0
2013-07-09parisc: fix LMMIO mismatch between PAT length and MASK registerHelge Deller1-0/+56
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+2
2013-06-29eisa_eeprom: switch to fixed_size_llseek()Al Viro1-13/+2
2013-06-18parisc: fix serial ports on C8000 workstationThomas Bogendoerfer1-0/+66
2013-06-01parisc/PCI: lba: fix: convert to pci_create_root_bus() for correct root bus r...Helge Deller1-4/+4
2013-06-01parisc/PCI: Set type for LBA bus_num resourceBjorn Helgaas1-0/+1
2013-05-24parisc/superio: Use module_pci_driver to register driverPeter Huewe1-12/+1
2013-05-06parisc: fix partly 16/64k PAGE_SIZE bootHelge Deller1-4/+15
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-20parisc: led driver requires CONFIG_VM_EVENT_COUNTERSHelge Deller1-0/+1
2013-02-20parisc: remove IRQF_DISABLEDPeter Zijlstra1-1/+1
2013-02-20drivers/parisc/pdc_stable.c: use WARNJulia Lawall1-4/+2
2013-02-20drivers/parisc: Use printf extension %pR for struct resourceJoe Perches2-12/+7
2013-01-03Drivers: misc: remove __dev* attributes.Greg Kroah-Hartman2-2/+2
2012-08-22parisc/PCI: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2-12/+5
2012-08-22parisc/PCI: Enable PERR/SERR on all devicesBjorn Helgaas1-1/+3
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-17/+27
2012-06-13parisc/PCI: register busn_res for root busesYinghai Lu2-4/+14
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu3-17/+17
2012-06-05parisc: cleanup quoted includePaul Bolle1-1/+1
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-05-10parisc: move definition of PAGE0 to asm/page.hRolf Eike Beer1-0/+1
2012-04-08Merge branch 'master' into for-nextJiri Kosina4-49/+14