Re: [PATCH 10/12] DSS: Support for OMAP3 SDP board

2009-01-13 Thread David Brownell
On Monday 12 January 2009, Tomi Valkeinen wrote: >  arch/arm/configs/dss_omap_3430sdp_defconfig | 1603 > +++ Likewise. In fact, defconfig updates are a lot nicer as patches that don't touch source code... -- To unsubscribe from this list: send the line "unsubscribe linux

[PATCH 10/12] DSS: Support for OMAP3 SDP board

2009-01-12 Thread Tomi Valkeinen
Signed-off-by: Tomi Valkeinen --- arch/arm/configs/dss_omap_3430sdp_defconfig | 1603 +++ arch/arm/mach-omap2/board-3430sdp.c | 215 +++- 2 files changed, 1809 insertions(+), 9 deletions(-) create mode 100644 arch/arm/configs/dss_omap_3430sdp_defconfig diff --g