* Pull request for nanoengine
@ 2010-06-02 23:19 Marcelo Roberto Jimenez
2010-06-02 23:38 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Marcelo Roberto Jimenez @ 2010-06-02 23:19 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
The following is a compilation of all the patches I have done for the
nanoengine. Some of these are also valid for SA11xx based machines
like, e.g, sharp Zaurus.
These are just stable and tested patches, this does not include the
PCI patches. All of them have been previously submitted to LKML and
all critics have been included. The patches should be well commented,
in their changesets, but anyway here goes a quick summary:
1) ARM: mach-sa1100: Put nanoEngine support back in the kernel.
2) ARM: mach-sa1100: Add a defconfig for nanoEngine.
3) ARM: mach-sa1100: Fix for compiler warning of uninitialized variable.
4) ARM: mach-sa1100: Fix checkpatch.pl issues in
arch/arm/mach-sa1100/cpu-sa1100.c.
5) ARM: mach-sa1100: Fix checkpatch.pl issues in
arch/arm/mach-sa1100/cpu-sa1110.c.
6) ARM: mach-sa1100: Fix checkpatch.pl issues in drivers/rtc/rtc-sa1100.c.
7) ARM: mach-sa1100: Print the value of RTSR on /proc/drivers/rtc.
- Self explanatory/trivial patches.
8) ARM: mach-sa1100: Fix for a nasty initialization bug in the RTSR.
- Fixes a bug that could cause the system to hang.
9) ARM: mach-sa1100: Better use of the RTC framework for sa11xx.
- This patch uses the new RTC framework to treat some common ioctl.
10) ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module.
- The symbol soc_pcmcia_debug was not beeing exported.
11) ARM: pcmcia: Fix checkpatch.pl issues in drivers/pcmcia/soc_common.c
- Trivial.
12) ARM: pcmcia: Adds nanoEngine PCMCIA support.
- Adds nanoEngine PCMCIA support for two sockets.
Regards,
Marcelo.
--
The following changes since commit aef4b9aaae1decc775778903922bd0075cce7a88:
Merge branch 'next' of
git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc (2010-06-01
14:13:14 -0700)
are available in the git repository at:
git at github.com:mrjimenez/linux-2.6.git nanoengine
Marcelo Roberto Jimenez (12):
ARM: mach-sa1100: Put nanoEngine support back in the kernel.
ARM: mach-sa1100: Add a defconfig for nanoEngine.
ARM: mach-sa1100: Fix for compiler warning of uninitialized variable.
ARM: mach-sa1100: Fix checkpatch.pl issues in
arch/arm/mach-sa1100/cpu-sa1100.c.
ARM: mach-sa1100: Fix checkpatch.pl issues in
arch/arm/mach-sa1100/cpu-sa1110.c.
ARM: mach-sa1100: Fix checkpatch.pl issues in drivers/rtc/rtc-sa1100.c.
ARM: mach-sa1100: Print the value of RTSR on /proc/drivers/rtc.
ARM: mach-sa1100: Fix for a nasty initialization bug in the RTSR.
ARM: mach-sa1100: Better use of the RTC framework for sa11xx.
ARM: pcmcia: Fix for building DEBUG with sa11xx_base.c as a module.
ARM: pcmcia: Fix checkpatch.pl issues in drivers/pcmcia/soc_common.c
ARM: pcmcia: Adds nanoEngine PCMCIA support.
arch/arm/configs/nanoengine_defconfig | 1396 ++++++++++++++++++++++++
arch/arm/mach-sa1100/Kconfig | 8 +
arch/arm/mach-sa1100/Makefile | 2 +
arch/arm/mach-sa1100/cpu-sa1100.c | 56 +-
arch/arm/mach-sa1100/cpu-sa1110.c | 51 +-
arch/arm/mach-sa1100/include/mach/nanoengine.h | 30 +
arch/arm/mach-sa1100/nanoengine.c | 115 ++
drivers/pcmcia/Makefile | 3 +-
drivers/pcmcia/sa1100_generic.c | 3 +
drivers/pcmcia/sa1100_generic.h | 1 +
drivers/pcmcia/sa1100_nanoengine.c | 219 ++++
drivers/pcmcia/soc_common.c | 129 ++-
drivers/rtc/rtc-sa1100.c | 153 ++-
13 files changed, 2021 insertions(+), 145 deletions(-)
create mode 100644 arch/arm/configs/nanoengine_defconfig
create mode 100644 arch/arm/mach-sa1100/include/mach/nanoengine.h
create mode 100644 arch/arm/mach-sa1100/nanoengine.c
create mode 100644 drivers/pcmcia/sa1100_nanoengine.c
^ permalink raw reply [flat|nested] 3+ messages in thread
* Pull request for nanoengine
2010-06-02 23:19 Pull request for nanoengine Marcelo Roberto Jimenez
@ 2010-06-02 23:38 ` Andrew Morton
2010-06-03 1:22 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2010-06-02 23:38 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 2 Jun 2010 20:19:01 -0300
Marcelo Roberto Jimenez <mroberto@cetuc.puc-rio.br> wrote:
> The following is a compilation of all the patches I have done for the
> nanoengine. Some of these are also valid for SA11xx based machines
> like, e.g, sharp Zaurus.
Which other kernel developer were you hoping would merge this tree?
> arch/arm/configs/nanoengine_defconfig | 1396 ++++++++++++++++++++++++
> arch/arm/mach-sa1100/Kconfig | 8 +
> arch/arm/mach-sa1100/Makefile | 2 +
> arch/arm/mach-sa1100/cpu-sa1100.c | 56 +-
> arch/arm/mach-sa1100/cpu-sa1110.c | 51 +-
> arch/arm/mach-sa1100/include/mach/nanoengine.h | 30 +
> arch/arm/mach-sa1100/nanoengine.c | 115 ++
> drivers/pcmcia/Makefile | 3 +-
> drivers/pcmcia/sa1100_generic.c | 3 +
> drivers/pcmcia/sa1100_generic.h | 1 +
> drivers/pcmcia/sa1100_nanoengine.c | 219 ++++
> drivers/pcmcia/soc_common.c | 129 ++-
> drivers/rtc/rtc-sa1100.c | 153 ++-
I can only think it must have been Russell.
I've rather lost track of what's happening with ARM subtrees. I
_think_ it's now the case the relevant maintainers are putting their
trees into linux-next directly and are asking Linus to pull them
directly. But maybe that's a misconception.
Can someone please explain the current state of play?
Thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Pull request for nanoengine
2010-06-02 23:38 ` Andrew Morton
@ 2010-06-03 1:22 ` Randy Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2010-06-03 1:22 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, 2 Jun 2010 16:38:44 -0700 Andrew Morton wrote:
> On Wed, 2 Jun 2010 20:19:01 -0300
> Marcelo Roberto Jimenez <mroberto@cetuc.puc-rio.br> wrote:
>
> > The following is a compilation of all the patches I have done for the
> > nanoengine. Some of these are also valid for SA11xx based machines
> > like, e.g, sharp Zaurus.
>
> Which other kernel developer were you hoping would merge this tree?
>
> > arch/arm/configs/nanoengine_defconfig | 1396 ++++++++++++++++++++++++
> > arch/arm/mach-sa1100/Kconfig | 8 +
> > arch/arm/mach-sa1100/Makefile | 2 +
> > arch/arm/mach-sa1100/cpu-sa1100.c | 56 +-
> > arch/arm/mach-sa1100/cpu-sa1110.c | 51 +-
> > arch/arm/mach-sa1100/include/mach/nanoengine.h | 30 +
> > arch/arm/mach-sa1100/nanoengine.c | 115 ++
> > drivers/pcmcia/Makefile | 3 +-
> > drivers/pcmcia/sa1100_generic.c | 3 +
> > drivers/pcmcia/sa1100_generic.h | 1 +
> > drivers/pcmcia/sa1100_nanoengine.c | 219 ++++
> > drivers/pcmcia/soc_common.c | 129 ++-
> > drivers/rtc/rtc-sa1100.c | 153 ++-
>
> I can only think it must have been Russell.
>
> I've rather lost track of what's happening with ARM subtrees. I
> _think_ it's now the case the relevant maintainers are putting their
> trees into linux-next directly and are asking Linus to pull them
> directly. But maybe that's a misconception.
>
> Can someone please explain the current state of play?
Check this from about 2 hours before your question:
http://lkml.org/lkml/2010/6/2/472 (Linus)
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-03 1:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 23:19 Pull request for nanoengine Marcelo Roberto Jimenez
2010-06-02 23:38 ` Andrew Morton
2010-06-03 1:22 ` Randy Dunlap
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).