Re: [RFC 3/9] MIPS: add virt_to_phys() and phys_to_virt()

2015-09-03 Thread Sascha Hauer
On Fri, Aug 28, 2015 at 06:46:14PM +0300, Antony Pavlov wrote: > On Fri, 28 Aug 2015 08:34:32 +0200 > Sascha Hauer wrote: > > > On Fri, Aug 28, 2015 at 01:24:04AM +0300, Antony Pavlov wrote: > > > N.B. phys_to_virt() translates phys address > > > to KSEG1 (uncached) address as barebox mips > > >

Re: [RFC] usb: ehci-hcd: add OF bindings

2015-09-03 Thread Sascha Hauer
On Fri, Aug 28, 2015 at 02:06:25PM +0300, Peter Mamonov wrote: > Signed-off-by: Peter Mamonov > --- > drivers/usb/host/ehci-hcd.c | 22 ++ > 1 file changed, 18 insertions(+), 4 deletions(-) Applied, thanks Sascha -- Pengutronix e.K. |

Re: [PATCH 1/3] mfd: da9053: remove references to nonexistent cdev member

2015-09-03 Thread Sascha Hauer
On Thu, Sep 03, 2015 at 10:00:54AM +0200, Lucas Stach wrote: > Signed-off-by: Lucas Stach > --- > drivers/mfd/da9053.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks Sascha -- Pengutronix e.K. | | Industrial Lin

Re: [PATCH] ARM: boards: Fix beaglebone enviroment

2015-09-03 Thread Sascha Hauer
On Thu, Sep 03, 2015 at 09:17:29AM +0200, Daniel Schultz wrote: > This patch adds missing enviroment files to boot from different sources. > Also adds the handling of default bootsources. > > Signed-off-by: Daniel Schultz > --- > .../arm/boards/beaglebone/defaultenv-beaglebone/boot/emmc | 6 +++

Re: [PATCH] ata: ide-sff: fix integer overflow in ata_wait_ready()

2015-09-03 Thread Sascha Hauer
On Wed, Sep 02, 2015 at 07:20:50PM +0300, Peter Mamonov wrote: > Signed-off-by: Peter Mamonov > --- > drivers/ata/ide-sff.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks Sascha -- Pengutronix e.K. | | Industrial

Re: [PATCH resend 1/2] video: vpl: depend on OFTREE

2015-09-03 Thread Sascha Hauer
On Wed, Sep 02, 2015 at 10:11:08AM +0200, Lucas Stach wrote: > VPL uses the of_graph bindings, which are only available if OFTREE > support is compiled in. > > Also fix the drivers using VPL to depend on OFTREE. > > Signed-off-by: Lucas Stach Applied, thanks Sascha -- Pengutronix e.K.

Re: [PATCH 1/2] ARM: am33xx: Add barebox_update eMMC option

2015-09-03 Thread Sascha Hauer
On Wed, Sep 02, 2015 at 08:36:56AM +0200, Daniel Schultz wrote: > With this patch the barebox_update command will be extended by the possibility > to flash the MLO to eMMC devices. > > The MLO will be flashed to the following addresses: > 0x2 > 0x4 > 0x6 > > The MBR at addr. 0x0 won't

Re: [PATCH 1/2] ARM: dts: Add include to strip am33xx clocks

2015-09-03 Thread Sascha Hauer
On Wed, Sep 02, 2015 at 08:38:47AM +0200, Daniel Schultz wrote: > Include this file to disable all clocks. > > Signed-off-by: Daniel Schultz > --- > arch/arm/dts/am33xx-clocks-strip.dtsi | 79 > +++ > 1 file changed, 79 insertions(+) > create mode 100644 arch/ar

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Sascha Hauer
On Thu, Sep 03, 2015 at 07:31:55PM +0300, Antony Pavlov wrote: > On Thu, 03 Sep 2015 17:46:32 +0200 > Lucas Stach wrote: > > > Hi Peter. > > > > Sorry, but this patch is wrong. You can't just make up completely ad-hoc > > DT bindings. You are pushing platformdata 1:1 into the DT, which is not >

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Sascha Hauer
On Thu, Sep 03, 2015 at 07:04:18PM +0300, Peter Mamonov wrote: > Signed-off-by: Peter Mamonov > --- > drivers/ata/intf_platform_ide.c | 30 -- > 1 file changed, 28 insertions(+), 2 deletions(-) > > diff --git a/drivers/ata/intf_platform_ide.c b/drivers/ata/intf_platfo

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Antony Pavlov
On Thu, 03 Sep 2015 17:46:32 +0200 Lucas Stach wrote: > Hi Peter. > > Sorry, but this patch is wrong. You can't just make up completely ad-hoc > DT bindings. You are pushing platformdata 1:1 into the DT, which is not > how the conversion to DT should be done. > > There is also no pre-existing b

[PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Peter Mamonov
Signed-off-by: Peter Mamonov --- drivers/ata/intf_platform_ide.c | 30 -- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/drivers/ata/intf_platform_ide.c b/drivers/ata/intf_platform_ide.c index 0d392d8..ba28f17 100644 --- a/drivers/ata/intf_platform_ide.

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Lucas Stach
Hi Peter. Sorry, but this patch is wrong. You can't just make up completely ad-hoc DT bindings. You are pushing platformdata 1:1 into the DT, which is not how the conversion to DT should be done. There is also no pre-existing binding for "ata-generic" in the Linux kernel which would define any of

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Peter Mamonov
On Thu, 3 Sep 2015 17:24:55 +0300 Antony Pavlov wrote: > On Thu, 3 Sep 2015 16:38:46 +0300 > Peter Mamonov wrote: > > > Signed-off-by: Peter Mamonov > > --- > > drivers/ata/intf_platform_ide.c | 35 > > +-- 1 file changed, 33 > > insertions(+), 2 deletions(-) >

Re: [PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Antony Pavlov
On Thu, 3 Sep 2015 16:38:46 +0300 Peter Mamonov wrote: > Signed-off-by: Peter Mamonov > --- > drivers/ata/intf_platform_ide.c | 35 +-- > 1 file changed, 33 insertions(+), 2 deletions(-) > > diff --git a/drivers/ata/intf_platform_ide.c b/drivers/ata/intf_platfo

[PATCH] ata: intf_platform_ide: add OF bindings

2015-09-03 Thread Peter Mamonov
Signed-off-by: Peter Mamonov --- drivers/ata/intf_platform_ide.c | 35 +-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/drivers/ata/intf_platform_ide.c b/drivers/ata/intf_platform_ide.c index 0d392d8..f20e0e0 100644 --- a/drivers/ata/intf_platform

[PATCH 2/3] wd: add stub for of_get_watchdog_priority

2015-09-03 Thread Lucas Stach
Allow drivers to build even if WD core isn't enabled. Signed-off-by: Lucas Stach --- include/watchdog.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/watchdog.h b/include/watchdog.h index 6fd896734b4b..3e8a487a4de9 100644 --- a/include/watchdog.h +++ b/inclu

[PATCH 3/3] reset-source: add stub for of_get_reset_source_priority

2015-09-03 Thread Lucas Stach
Allow drivers to build even if reset source support isn't built in. Signed-off-by: Lucas Stach --- include/reset_source.h | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/reset_source.h b/include/reset_source.h index d484836dff0c..3ff06b70ad1f 100644 --- a/incl

[PATCH 1/3] mfd: da9053: remove references to nonexistent cdev member

2015-09-03 Thread Lucas Stach
Signed-off-by: Lucas Stach --- drivers/mfd/da9053.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/mfd/da9053.c b/drivers/mfd/da9053.c index 3fb5295cf910..250c0556ec3c 100644 --- a/drivers/mfd/da9053.c +++ b/drivers/mfd/da9053.c @@ -149,7 +149,7 @@ static int da9053

[PATCH] ARM: boards: Fix beaglebone enviroment

2015-09-03 Thread Daniel Schultz
This patch adds missing enviroment files to boot from different sources. Also adds the handling of default bootsources. Signed-off-by: Daniel Schultz --- .../arm/boards/beaglebone/defaultenv-beaglebone/boot/emmc | 6 ++ arch/arm/boards/beaglebone/defaultenv-beaglebone/boot/mmc | 6 ++