linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] unicore32 subsystem: 6 patches for 2.6.39
@ 2011-05-26 11:36 GuanXuetao
  2011-05-26 11:36 ` [PATCH 1/6] unicore32: move rtc-puv3.c to drivers/rtc directory GuanXuetao
                   ` (6 more replies)
  0 siblings, 7 replies; 28+ messages in thread
From: GuanXuetao @ 2011-05-26 11:36 UTC (permalink / raw)
  To: arnd; +Cc: GuanXuetao, linux-kernel, linux-arch, greg

Two patches for PKUnity v3 SoC drivers:
	add mac driver, and move rtc driver to appropriate place
Two patches for new 2.6.39 updates:
	using generic-y and modify PERCPU macro
Other two patches are small fixes.

---
Guan Xuetao (6):
  unicore32: move rtc-puv3.c to drivers/rtc directory
  unicore32: add pkunity-v3 mac/net driver (umal)
  unicore32: change zImage physical address, though it's PIC codes
  unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old
    debug_defconfig)
  unicore32: change PERCPU to PERCPU_SECTION
  unicore32: using generic-y format for one line asm-generic files

 MAINTAINERS                                |    2 +
 arch/unicore32/Kconfig                     |    4 -
 arch/unicore32/Makefile                    |   38 +-
 arch/unicore32/boot/compressed/Makefile    |    2 +-
 arch/unicore32/configs/debug_defconfig     |  215 ---
 arch/unicore32/configs/unicore32_defconfig |  215 +++
 arch/unicore32/include/asm/Kbuild          |   59 +
 arch/unicore32/kernel/Makefile             |    1 -
 arch/unicore32/kernel/rtc.c                |  371 ------
 arch/unicore32/kernel/vmlinux.lds.S        |    2 +-
 drivers/net/Kconfig                        |    5 +
 drivers/net/Makefile                       |    1 +
 drivers/net/mac-puv3.c                     | 1942 ++++++++++++++++++++++++++++
 drivers/rtc/Kconfig                        |    9 +
 drivers/rtc/Makefile                       |    1 +
 drivers/rtc/rtc-puv3.c                     |  359 +++++
 16 files changed, 2597 insertions(+), 629 deletions(-)
 delete mode 100644 arch/unicore32/configs/debug_defconfig
 create mode 100644 arch/unicore32/configs/unicore32_defconfig
 delete mode 100644 arch/unicore32/kernel/rtc.c
 create mode 100644 drivers/net/mac-puv3.c
 create mode 100644 drivers/rtc/rtc-puv3.c

-- 
1.7.5.2

^ permalink raw reply	[flat|nested] 28+ messages in thread

end of thread, other threads:[~2011-05-28  2:53 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 11:36 [PATCH 0/6] unicore32 subsystem: 6 patches for 2.6.39 GuanXuetao
2011-05-26 11:36 ` [PATCH 1/6] unicore32: move rtc-puv3.c to drivers/rtc directory GuanXuetao
2011-05-26 12:40   ` Arnd Bergmann
2011-05-27  3:04     ` Guan Xuetao
2011-05-26 11:36 ` [PATCH 2/6] unicore32: add pkunity-v3 mac/net driver (umal) GuanXuetao
2011-05-26 11:36   ` GuanXuetao
2011-05-26 12:43   ` Arnd Bergmann
2011-05-27  3:08     ` Guan Xuetao
2011-05-27  3:08       ` Guan Xuetao
2011-05-26 17:56   ` Ben Hutchings
2011-05-27  4:27     ` Guan Xuetao
2011-05-27  9:19   ` Arnd Bergmann
2011-05-28  2:52     ` Guan Xuetao
2011-05-26 11:36 ` [PATCH 3/6] unicore32: change zImage physical address, though it's PIC codes GuanXuetao
2011-05-26 11:36   ` GuanXuetao
2011-05-26 12:44   ` Arnd Bergmann
2011-05-26 11:36 ` [PATCH 4/6] unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig) GuanXuetao
2011-05-26 11:36   ` GuanXuetao
2011-05-26 12:45   ` Arnd Bergmann
2011-05-26 11:36 ` [PATCH 5/6] unicore32: change PERCPU to PERCPU_SECTION GuanXuetao
2011-05-26 11:46   ` Tejun Heo
2011-05-26 11:36 ` [PATCH 6/6] unicore32: using generic-y format for one line asm-generic files GuanXuetao
2011-05-26 11:36   ` GuanXuetao
2011-05-26 12:45   ` Arnd Bergmann
2011-05-26 12:45     ` Arnd Bergmann
2011-05-27  3:24     ` Guan Xuetao
2011-05-26 12:50 ` [PATCH 0/6] unicore32 subsystem: 6 patches for 2.6.39 Arnd Bergmann
2011-05-27  2:58   ` Guan Xuetao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).