Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1668658
| From | Andreas Färber <afaerber@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 06/28] ARM: Prepare Actions Semi S500 |
| Date | 2017-06-18 23:30 +0200 |
| Message-ID | <tTPVD-1XC-7@gated-at.bofh.it> (permalink) |
| References | <tPb0J-1BU-7@gated-at.bofh.it> <tPbaq-1V1-17@gated-at.bofh.it> |
| Organization | SUSE Linux GmbH |
Am 06.06.2017 um 02:54 schrieb Andreas Färber: > Add ARCH_ACTIONS and mach-actions/owl.c for "actions,s500". > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v3 -> v4: Unchanged > > v2 -> v3: > * Selected AMBA, global timer, TWD drivers > * Fixed copy&paste in machine definition (Alberto) > > v1 -> v2: > * Renamed ARCH_OWL to ARCH_ACTION (Arnd) > * Renamed mach-owl to mach-actions, leaving owl.c > * Adopted "actions" vendor prefix > * Selected new clocksource driver > > arch/arm/Kconfig | 2 ++ > arch/arm/Makefile | 1 + > arch/arm/mach-actions/Kconfig | 15 +++++++++++++++ > arch/arm/mach-actions/Makefile | 1 + > arch/arm/mach-actions/owl.c | 28 ++++++++++++++++++++++++++++ > 5 files changed, 47 insertions(+) > create mode 100644 arch/arm/mach-actions/Kconfig > create mode 100644 arch/arm/mach-actions/Makefile > create mode 100644 arch/arm/mach-actions/owl.c Applied to linux-actions.git v4.13/arm branch: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.13/arm There have been no more comments - I believe we could simplify it with a Makefile hack as seen in mach-uniphier, but since no one asked for dropping owl.c in 4 patch revisions, I'll consider that as follow-up. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v4 06/28] ARM: Prepare Actions Semi S500 Andreas Färber <afaerber@suse.de> - 2017-06-18 23:30 +0200
csiph-web