[PATCH v2 0/6] SystemACE: rework and of_platform bus binding patches

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>, <linuxppc-dev@...>, <paulus@...>, <axboe@...>
Date: Sunday, September 30, 2007 - 6:56 pm

Here is a set of rework patches on the Xilinx SystemACE driver which ends
in the addition of an of_platform bus binding.  The of_platform bus binding
is needed to use the driver from arch/powerpc.  SystemACE is most commonly
used in Xilinx Virtex system (ppc405).

Jens, I'm hoping I can get these changes in for 2.6.24.  Assuming nobody
raises any issues, can you please merge these into your tree?

Thanks,
g.

Grant Likely (6):
 Add Xilinx SystemACE entry to maintainers
 Sysace: Use the established platform bus api
 Sysace: Move structure allocation from bus binding into common code
 Sysace: minor rework and cleanup changes
 Sysace: Move IRQ handler registration to occur after FSM is initialized
 Sysace: Add of_platform_bus binding

 MAINTAINERS             |    7 ++
 drivers/block/xsysace.c |  249 +++++++++++++++++++++++++++++++++++-----------
       2 files changed, 196 insertions(+), 60 deletions(-)

--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v2 0/6] SystemACE: rework and of_platform bus binding..., Grant Likely, (Sun Sep 30, 6:56 pm)
Re: [PATCH v2 2/6] Sysace: Use the established platform bus ..., Christoph Hellwig, (Sun Sep 30, 7:05 pm)
Re: [PATCH v2 2/6] Sysace: Use the established platform bus ..., Benjamin Herrenschmidt, (Tue Oct 2, 1:58 am)
[PATCH v2 4/6] Sysace: minor rework and cleanup changes, Grant Likely, (Sun Sep 30, 6:57 pm)
Re: [PATCH v2 5/6] Sysace: Move IRQ handler registration to ..., Benjamin Herrenschmidt, (Tue Oct 2, 1:55 am)
[PATCH v2 6/6] Sysace: Add of_platform_bus binding, Grant Likely, (Sun Sep 30, 6:57 pm)