aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/ps3/system-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-03-09powerpc/ps3: remove unneeded semicolonsjing yangyang1-2/+2
2021-09-02Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2021-08-09powerpc/iommu: return error code from .map_sg() opsMartin Oliveira1-1/+1
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand1-4/+5
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König1-3/+2
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+4
2019-09-04dma-mapping: provide a better default ->get_required_maskChristoph Hellwig1-7/+0
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner1-13/+1
2019-02-03Move static keyword at beginning of declarationMathieu Malaterre1-2/+2
2017-06-09powerpc: ps3: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-9/+9
2012-03-28PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-6/+7
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-09-20powerpc: Use the newly added get_required_mask dma_map_ops hookMilton Miller1-0/+7
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-1/+0
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-28powerpc: use dma_map_ops structFUJITA Tomonori1-2/+2
2009-08-20powerpc/cell: Move CBE_IOPTE_* to <asm/cell-regs.h>Geert Uytterhoeven1-1/+1
2009-07-08powerpc: Remove unnecessary semicolonsJoe Perches1-1/+0
2009-06-15powerpc/cell: Extract duplicated IOPTE_* to <asm/iommu.h>Geert Uytterhoeven1-6/+9
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-24PS3: replace bus_id usageGreg Kroah-Hartman1-2/+2
2009-01-16powerpc/ps3: Printing fixups for l64 to ll64 conversion arch/powerpcStephen Rothwell1-3/+3
2009-01-16powerpc/ps3: The lv1_ routines have u64 parametersStephen Rothwell1-1/+3
2009-01-16powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell1-2/+2
2008-12-16powerpc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-16/+12
2008-12-16powerpc/ps3: Add sub-match id modalias supportGeert Uytterhoeven1-4/+6
2008-10-31powerpc: Update remaining dma_mapping_ops to use map/unmap_pageMark Nelson1-17/+19
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce1-1/+1
2008-07-22powerpc/ps3: Add a sub-match id to ps3_system_busMasakazu Mokuno1-7/+14
2008-07-09powerpc/dma: implement new dma_*map*_attrs() interfacesMark Nelson1-7/+10
2008-07-09powerpc/ps3: Quiet system bus match outputGeoff Levand1-8/+13
2008-01-25[POWERPC] PS3: Add logical performance monitor device supportGeoff Levand1-0/+5
2008-01-25[POWERPC] PS3: Make bus_id and dev_id u64Geert Uytterhoeven1-7/+7
2007-10-22Update arch/ to use sg helpersJens Axboe1-3/+2
2007-10-16PS3: sg chaining supportJens Axboe1-3/+4
2007-10-15PS3 system bus add_uevent_var() falloutGeert Uytterhoeven1-1/+0
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-7/+2
2007-06-28[POWERPC] PS3: System-bus modinfo attributeDavid Woodhouse1-0/+15
2007-06-28[POWERPC] PS3: System-bus ueventDavid Woodhouse1-0/+16
2007-06-28[POWERPC] PS3: System-bus reworkGeoff Levand1-81/+452
2007-05-12[POWERPC] Trivial ps3 warning fixesStephen Rothwell1-3/+3