[PATCH] ARM: Samsung: Make uart_save static in pm.c file

2012-08-02 Thread Sachin Kamat
Fixes the following sparse warning: arch/arm/plat-samsung/pm.c:77:21: warning: symbol 'uart_save' was not declared. Should it be static? Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- arch/arm/plat-samsung/pm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [PATCH 0/5] usb: phy: samsung: Introducing usb phy driver for samsung SoCs

2012-08-02 Thread Arnd Bergmann
On Thursday 02 August 2012, Praveen Paneri wrote: Yes! I understand this problem and this is the reason these patches were sitting in my system for couple of weeks. In a discussion with Thomas an idea of using the existing regulator framework to enable/disable numerous PHYs came up. For

[PATCH] mtd: use %*ph[CN] to dump small buffers

2012-08-02 Thread Andy Shevchenko
There is new format specified that helps to dump small buffers. It makes the code simplier and nicer. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com Cc: David Woodhouse dw...@infradead.org Cc: Jiandong Zheng jdzh...@broadcom.com Cc: Ben Dooks ben-li...@fluff.org Cc: