From: Paul M. <le...@li...> - 2007-10-10 06:04:45
|
On Wed, Oct 10, 2007 at 01:33:01PM +0900, Magnus Damm wrote: > sh: move sm501 serial port platform data into sm501.c > > This patch moves the platform data for the 8250 block in the sm501 from the > board specific code to the sm501 specific mfd driver. This seems to work > well for now on r2d but in the future we should move the interrupt demux > code as well. > > Signed-off-by: Magnus Damm <da...@ig...> Acked-by: Paul Mundt <le...@li...> > --- > > arch/sh/boards/renesas/rts7751r2d/setup.c | 61 ++++++++++++++------------ > drivers/mfd/sm501.c | 67 +++++++++++++++++++++-------- > include/linux/sm501.h | 1 > 3 files changed, 84 insertions(+), 45 deletions(-) > I'll queue up the board-specific stuff if Ben wants to take the SM501 bits separately. |