lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 23 Jan 2009 19:57:21 +0900
From:	Magnus Damm <magnus.damm@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	akpm@...ux-foundation.org, lethal@...ux-sh.org,
	johnstul@...ibm.com, gregkh@...e.de, roel.kluin@...il.com,
	mingo@...hat.com, Magnus Damm <magnus.damm@...il.com>,
	tglx@...utronix.de
Subject: [PATCH 000/011] early platform patches

early platform patches

[PATCH 001/011] early platform driver V3
[PATCH 002/011] sh: add plat_early_device_setup() function
[PATCH 003/011] sh: plat_early_device_setup() for sh2
[PATCH 004/011] sh: plat_early_device_setup() for sh2a
[PATCH 005/011] sh: plat_early_device_setup() for sh3
[PATCH 006/011] sh: plat_early_device_setup() for sh4
[PATCH 007/011] sh: plat_early_device_setup() for sh4a
[PATCH 008/011] sh: add early platform support for earlyprintk
[PATCH 009/011] sh-sci: add early platform support
[PATCH 010/011] sh: add early platform support for earlytimer
[PATCH 011/011] sh_cmt: add early platform support

These patches add early platform driver support to the serial port
driver and the CMT timer driver on the SuperH architecture.

The following patch sets posted to linuxsh-dev are required:

- [PATCH 000/013] sh-sci: platform device, clock and console changes
- [PATCH 00/05] sh: timer patches

The early platform driver V3 patch is a replacement for V2 in -mm.

Thanks for the feedback so far, more is always welcome. =)

Signed-off-by: Magnus Damm <damm@...l.co.jp>
---

 Documentation/driver-model/platform.txt |   59 +++++++
 arch/sh/Kconfig.debug                   |   27 ---
 arch/sh/include/asm/device.h            |    2 
 arch/sh/kernel/cpu/sh2/setup-sh7619.c   |    5 
 arch/sh/kernel/cpu/sh2a/setup-mxg.c     |    5 
 arch/sh/kernel/cpu/sh2a/setup-sh7201.c  |    5 
 arch/sh/kernel/cpu/sh2a/setup-sh7203.c  |    5 
 arch/sh/kernel/cpu/sh2a/setup-sh7206.c  |    5 
 arch/sh/kernel/cpu/sh3/setup-sh7705.c   |    5 
 arch/sh/kernel/cpu/sh3/setup-sh770x.c   |    5 
 arch/sh/kernel/cpu/sh3/setup-sh7710.c   |    5 
 arch/sh/kernel/cpu/sh3/setup-sh7720.c   |    5 
 arch/sh/kernel/cpu/sh4/setup-sh4-202.c  |    5 
 arch/sh/kernel/cpu/sh4/setup-sh7750.c   |    5 
 arch/sh/kernel/cpu/sh4/setup-sh7760.c   |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7343.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7366.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7722.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7723.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7763.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7770.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7780.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-sh7785.c  |    5 
 arch/sh/kernel/cpu/sh4a/setup-shx3.c    |    5 
 arch/sh/kernel/early_printk.c           |  142 ------------------
 arch/sh/kernel/setup.c                  |   10 +
 arch/sh/kernel/time_32.c                |   11 +
 drivers/base/platform.c                 |  239 +++++++++++++++++++++++++++++++
 drivers/clocksource/sh_cmt.c            |   18 ++
 drivers/serial/sh-sci.c                 |   49 +++++-
 include/linux/init.h                    |    1 
 include/linux/platform_device.h         |   42 +++++
 init/main.c                             |    7 
 33 files changed, 533 insertions(+), 179 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ