aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sh/maple (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-17maple: fix wrong return value of maple_bus_init().Lu Wei1-1/+4
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-08-02sh: introduce a sh_cacheop_vaddr helperChristoph Hellwig1-3/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-10-19sh: make dma_cache_sync a no-opChristoph Hellwig1-3/+2
2011-10-31sh: Add module.h to arch/sh specific files as required.Paul Gortmaker1-0/+1
2010-10-27sh: maple: ctrl_in/outX to __raw_read/writeX conversion.Paul Mundt1-10/+10
2009-10-13sh: maple: PHYSADDR() -> virt_to_phys() conversion.Paul Mundt1-2/+2
2009-03-29maple: fix Error in kernel-doc notationRandy Dunlap1-1/+1
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+0
2009-03-24sh: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2009-03-03sh: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-6/+5
2009-02-27sh: maple: Support block reads and writes.Adrian McMenamin1-228/+235
2008-12-16sh: maple: Do not pass SLAB_POISON to kmem_cache_create()Matt Fleming1-1/+1
2008-08-04sh: Fix up broken kerneldoc comments.Paul Mundt1-13/+14
2008-08-04maple: Kill useless private_data pointer.Paul Mundt1-0/+1
2008-08-04maple: Clean up maple_driver_register/unregister routines.Paul Mundt1-11/+26
2008-07-29sh/maple: clean maple bus codeAdrian McMenamin1-81/+184
2008-02-26maple: fix device detectionAdrian McMenamin1-23/+43
2008-02-14maple: improve detection of attached peripheralsAdrian McMenamin1-2/+1
2008-02-14maple: more robust device detection.Adrian McMenamin1-97/+105
2008-02-14maple: fix up whitespace damage.Adrian McMenamin1-486/+492
2007-10-30maple: Fix maple bus compiler warningAdrian McMenamin1-2/+1
2007-09-21sh: Add maple bus support for the SEGA Dreamcast.Adrian McMenamin2-0/+738