diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-17 13:11:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-17 13:11:25 -0400 |
commit | 7b7adc4a016a1decb806eb71ecab98721fa7f146 (patch) | |
tree | 0a6f9a6e5659faa94604fbc575382a18f143c657 /MAINTAINERS | |
parent | 31598e8713ef501c8f6aad2e2ec8a9457e8877c1 (diff) | |
parent | 289d6b0e287e0acd85f3e6b7ea6c2cb5c234909a (diff) |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32: (40 commits)
unicore32: rewrite arch-specific tlb.h to use asm-generic version
unicore32: modify io_p2v and io_v2p macros, and adjust PKUNITY_mmio_BASEs
unicore32: replace unicore32-specific iomap functions with generic lib implementation
unicore32 machine related: add frame buffer driver for pkunity-v3 soc
unicore32 machine related files: add i2c bus drivers for pkunity-v3 soc
unicore32 io: redefine __REG(x) and re-use readl/writel funcs
unicore32 i8042 upgrade and bugfix: adjust resource request region type
unicore32 upgrade to v2.6.38-rc5: add one more paramter for pte_alloc_map call
unicore32 i8042: adjust io funcs of i8042-unicore32io.h
unicore32: rename PKUNITY_IOSPACE_BASE to PKUNITY_MMIO_BASE
unicore32: modify function names and parameters for irq_chips
unicore32: remove unused lines in arch/unicore32/include/asm/irq.h
unicore32 time.c: change calculate method for clock_event_device
unicore32: ADD MAINTAINER for unicore32 architecture
unicore32 machine related files: ps2 driver
unicore32 machine related files: pci bus handling
unicore32 machine related files: hardware registers
unicore32 machine related files: core files
unicore32 additional architecture files: boot process
unicore32 additional architecture files: low-level lib: misc
...
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index caec208de1ae..c07b1d7bb02e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4907,6 +4907,15 @@ S: Maintained | |||
4907 | F: drivers/block/pktcdvd.c | 4907 | F: drivers/block/pktcdvd.c |
4908 | F: include/linux/pktcdvd.h | 4908 | F: include/linux/pktcdvd.h |
4909 | 4909 | ||
4910 | PKUNITY SOC DRIVERS | ||
4911 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> | ||
4912 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | ||
4913 | S: Maintained | ||
4914 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git | ||
4915 | F: drivers/input/serio/i8042-unicore32io.h | ||
4916 | F: drivers/i2c/busses/i2c-puv3.c | ||
4917 | F: drivers/video/fb-puv3.c | ||
4918 | |||
4910 | PMC SIERRA MaxRAID DRIVER | 4919 | PMC SIERRA MaxRAID DRIVER |
4911 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> | 4920 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> |
4912 | L: linux-scsi@vger.kernel.org | 4921 | L: linux-scsi@vger.kernel.org |
@@ -6270,6 +6279,13 @@ F: drivers/uwb/ | |||
6270 | F: include/linux/uwb.h | 6279 | F: include/linux/uwb.h |
6271 | F: include/linux/uwb/ | 6280 | F: include/linux/uwb/ |
6272 | 6281 | ||
6282 | UNICORE32 ARCHITECTURE: | ||
6283 | M: Guan Xuetao <gxt@mprc.pku.edu.cn> | ||
6284 | W: http://mprc.pku.edu.cn/~guanxuetao/linux | ||
6285 | S: Maintained | ||
6286 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git | ||
6287 | F: arch/unicore32/ | ||
6288 | |||
6273 | UNIFDEF | 6289 | UNIFDEF |
6274 | M: Tony Finch <dot@dotat.at> | 6290 | M: Tony Finch <dot@dotat.at> |
6275 | W: http://dotat.at/prog/unifdef | 6291 | W: http://dotat.at/prog/unifdef |