Re: [U-Boot] [PATCH 4/6 V4] EXYNOS5: FDT : Decode peripheral id

2012-11-29 Thread Simon Glass
On Wed, Nov 28, 2012 at 11:09 PM, Rajeshwari Shinde wrote: > Api is added to decode peripheral id based on the interrupt number > of the peripheral. > > Signed-off-by: Rajeshwari Shinde Acked-by; Simon Glass > --- > Chnages in V3: > - New patch added. > Chnages in V4: > - Renam

[U-Boot] [PATCH 4/6 V4] EXYNOS5: FDT : Decode peripheral id

2012-11-28 Thread Rajeshwari Shinde
Api is added to decode peripheral id based on the interrupt number of the peripheral. Signed-off-by: Rajeshwari Shinde --- Chnages in V3: - New patch added. Chnages in V4: - Renamed decode_periph_id to pinmux_decode_periph_id. - Added comments in periph.h as suggested by S