Re: [PATCH 0/2] clk: fixed-factor: add DT init function

2014-04-26 Thread Sascha Hauer
On Fri, Apr 25, 2014 at 11:57:45AM +0400, Antony Pavlov wrote: This short patchseries imports DT init function for fixed-factor clocks from linux kernel. Antony Pavlov (2): clk: move of_clk_get_parent_name() to common clk code clk: fixed-factor: add DT init function Applied, thanks

[PATCH 2/2] commands/umount: Return real error code if umount fail

2014-04-26 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- commands/umount.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/commands/umount.c b/commands/umount.c index e6de1bc..f0f9fce 100644 --- a/commands/umount.c +++ b/commands/umount.c @@ -23,16 +23,10 @@ static int

[PATCH 1/2] commands/mount: Return real error code if mount fail

2014-04-26 Thread Alexander Shiyan
Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- commands/mount.c | 9 ++--- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/commands/mount.c b/commands/mount.c index 691bc29..8629bac 100644 --- a/commands/mount.c +++ b/commands/mount.c @@ -31,8 +31,7 @@ static int

Re: [PATCH 1/4] imx6:mmdc: Move register defines to header file

2014-04-26 Thread Alexander Aring
On Fri, Apr 25, 2014 at 02:54:41PM +0200, Alexander Aring wrote: Hi, On Fri, Apr 25, 2014 at 01:54:25PM +0200, Christian Hemp wrote: Move mmdc register defines to mmdc header file. Signed-off-by: Christian Hemp c.h...@phytec.de --- arch/arm/mach-imx/imx6-mmdc.c | 37