[PATCH] mtd: davinci_nand: Use managed resources

2013-02-07 Thread Mrugesh Katepallewar
davinci_nand driver currently uses normal kzalloc, ioremap and get_clk routines. This patch replaces these routines with devm_kzalloc, devm_request_and_ioremap and devm_clk_get resp. Signed-off-by: Mrugesh Katepallewar --- Apply on top of v3.8-rc6 of linus tree. :100644 100644 3502606

[PATCH] watchdog: davinci_wdt: use devm managed clk get

2013-02-06 Thread Mrugesh Katepallewar
Get the clock using devm_clk_get(). Signed-off-by: Mrugesh Katepallewar --- Apply on top of v3.8-rc6 of linus tree. :100644 100644 e8e8724... c3c2f820.. M drivers/watchdog/davinci_wdt.c drivers/watchdog/davinci_wdt.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a

[PATCH V2] ARM: davinci: da850: add RTC DT entries

2013-01-27 Thread Mrugesh Katepallewar
Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar --- Applies on top of v3.8-rc4 of linus tree. This patch is depending on "ARM: davinci: da850: add interrupt-parent property in soc node" https://patchwork.kernel.org/patch/2044101/ Tested on da850-evm dev

[PATCH] ARM: davinci: da850: add RTC driver DT entries

2013-01-24 Thread Mrugesh Katepallewar
Add RTC DT entries in da850 dts file. Signed-off-by: Mrugesh Katepallewar --- Applies on top of v3.8-rc4 of linus tree. Tested on da850-evm device. Test Procedure: date [.]MM.DD-hh:mm[:ss] hwclock -w reset board and check system time. :100644 100644 37dc5a3... b16efd4... M arch/arm/boot