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
> > >
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. |
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
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 +++
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
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.
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
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
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
>
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
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
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.
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
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(-)
>
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
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
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
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
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
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 ++
20 matches
Mail list logo