Re: [RFC 1/2] kirkwood: add support for booting via oftree probe

2014-06-22 Thread Alexander Aring
On Sun, Jun 22, 2014 at 11:45:57PM +0200, Sebastian Hesselbarth wrote: > On 06/22/2014 10:34 PM, Alexander Aring wrote: > > This patch initialize memory only if we boot a kirkwood arch with > > device-tree probing. Otherwise some devices like timer or uart will > > be probed twice. > > > > Signed-

Re: [RFC 2/2] dns325: initial support for D-Link DNS-325

2014-06-22 Thread Alexander Aring
On Sun, Jun 22, 2014 at 11:50:56PM +0200, Sebastian Hesselbarth wrote: > On 06/22/2014 10:34 PM, Alexander Aring wrote: > > This patch add a basic support for the D-Link DNS-325. > > > > Currently only booting via uart with kwboot is supported. The barebox > > kwboot utility doesn't work at the mo

Re: [PATCH 0/4] ARM: versatile: switch to devicetree support

2014-06-22 Thread Sascha Hauer
On Fri, Jun 20, 2014 at 01:28:36AM +0400, Antony Pavlov wrote: > Antony Pavlov (4): > ARM: versatile: drop redundant > i2c: versatile: add devicetree support > ARM: versatile: switch to devicetree support > ARM: versatilepb_defconfig: enable devicetree support Applied, thanks Sascha >

Re: [PATCH 1/2] ARM: AM335x: beaglebone: remove obsolete config

2014-06-22 Thread Sascha Hauer
On Wed, Jun 18, 2014 at 09:43:18PM +0200, Jan Luebbe wrote: > The bootargs are now autogenerated by barebox and the hostname should > not be preconfigured. > > Signed-off-by: Jan Luebbe Applied both, thanks Sascha > --- > .../boards/beaglebone/defaultenv-beaglebone/config| 19 > -

Re: [PATCH] commands: ls: add ll as an alias for ls -l

2014-06-22 Thread Sascha Hauer
On Wed, Jun 18, 2014 at 09:41:02PM +0200, Jan Luebbe wrote: > This saves one second of user time on every interactive boot. > > Signed-off-by: Jan Luebbe Applied, thanks Sascha > --- > commands/ls.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/commands/ls.c b/command

Re: [RFC 2/2] [WIP] gpio: add driver for PCA95[357]x, PCA9698, TCA64xx, and MAX7310 SMBus I/O expanders

2014-06-22 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 12:00:13PM +0400, Antony Pavlov wrote: > TODOs: > > * can we drop depricated device-tree properties? Yes please. No need to introduce such stuff in barebox. Otherwise the driver looks good. Sascha -- Pengutronix e.K. |

Re: [RFC 1/2] [WIP] i2c: import SMBus stuff from linux

2014-06-22 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 12:00:12PM +0400, Antony Pavlov wrote: > can we move it to drivers/i2c/i2c-smbus.c? Yes, why not? Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6

Re: [RFC v2 2/2] [WIP] net: add initial ENC28J60 support

2014-06-22 Thread Sascha Hauer
On Mon, Jun 16, 2014 at 11:41:20AM +0400, Antony Pavlov wrote: > ENC28J60 is a stand-alone Ethernet controller with SPI Interface. > and integrated 10BASE-T PHY. > > This driver was ported from linux-3.15. > > The most notable barebox driver version changes: > * add device tree support; > * u

Re: [RFC 2/2] dns325: initial support for D-Link DNS-325

2014-06-22 Thread Sebastian Hesselbarth
On 06/22/2014 10:34 PM, Alexander Aring wrote: > This patch add a basic support for the D-Link DNS-325. > > Currently only booting via uart with kwboot is supported. The barebox > kwboot utility doesn't work at the moment. Use kwboot utility from u-boot > instead. Why does kwboot does not work? T

Re: [RFC 1/2] kirkwood: add support for booting via oftree probe

2014-06-22 Thread Sebastian Hesselbarth
On 06/22/2014 10:34 PM, Alexander Aring wrote: > This patch initialize memory only if we boot a kirkwood arch with > device-tree probing. Otherwise some devices like timer or uart will > be probed twice. > > Signed-off-by: Alexander Aring > --- > I don't know if this is right. The guruplug is the

[RFC 2/2] dns325: initial support for D-Link DNS-325

2014-06-22 Thread Alexander Aring
This patch add a basic support for the D-Link DNS-325. Currently only booting via uart with kwboot is supported. The barebox kwboot utility doesn't work at the moment. Use kwboot utility from u-boot instead. Signed-off-by: Alexander Aring --- I got the kwbimage values from u-boot with change to

[RFC 1/2] kirkwood: add support for booting via oftree probe

2014-06-22 Thread Alexander Aring
This patch initialize memory only if we boot a kirkwood arch with device-tree probing. Otherwise some devices like timer or uart will be probed twice. Signed-off-by: Alexander Aring --- I don't know if this is right. The guruplug is the other kirkwood platform but don't have devictree support.