Re: /dev/disk0 vs /dev/mmc0

2013-10-06 Thread Sascha Hauer
On Mon, Oct 07, 2013 at 08:32:03AM +0200, David Jander wrote: > > Dear Sascha, > > On Sun, 6 Oct 2013 12:39:50 +0200 > Sascha Hauer wrote: > > > > It doesn't interfere with the kernel. The kernel currently ignores this > > aliases. There are patches floating to let the kernel honor this > > ali

v2013.10.0

2013-10-06 Thread Sascha Hauer
Hi All, We have an October release, see below what went into this release. The codename was changed to 'La Tour Eiffel' because that's exactly where I'm going to be this week, so I won't be able (or willing ;) to answer mails until the beginning of next week. Vive la France! Sascha --

Re: [PATCH 2/8] console: factorise function to get the console by name

2013-10-06 Thread Sascha Hauer
On Sun, Oct 06, 2013 at 08:38:56PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 13:24 Sun 06 Oct , Sascha Hauer wrote: > > On Thu, Oct 03, 2013 at 09:21:54AM +0200, Jean-Christophe PLAGNIOL-VILLARD > > wrote: > > > rename it to console_get_by_name > > > > > > Signed-off-by: Jean-Chris

Re: /dev/disk0 vs /dev/mmc0

2013-10-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:39 Sun 06 Oct , Sascha Hauer wrote: > On Fri, Oct 04, 2013 at 09:17:39AM +0200, David Jander wrote: > > > > Hi Jean-Christophe, > > > > On Thu, 3 Oct 2013 21:23:49 +0200 > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > On 17:17 Thu 03 Oct , David Jander wrote: > > > > > > >

Re: [PATCH 2/8] console: factorise function to get the console by name

2013-10-06 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:24 Sun 06 Oct , Sascha Hauer wrote: > On Thu, Oct 03, 2013 at 09:21:54AM +0200, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > rename it to console_get_by_name > > > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > --- > > +struct console_device *console_get_by_name(const char *cna

Re: [PATCH 1/1] macb: add support to read the mac address from register

2013-10-06 Thread Sascha Hauer
On Thu, Oct 03, 2013 at 11:45:29AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > check the 4 mac address register and return at the first valid > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Applied, thanks Sascha > --- > drivers/net/macb.c | 22 ++ > 1 file chang

Re: [PATCH 0/2 v2] add bpkfs support

2013-10-06 Thread Sascha Hauer
On Thu, Oct 03, 2013 at 11:59:57AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi, > > v2 update comment and fix comment typo > and rebase next > > The following changes since commit 705dbd7c795bbdfb448e1d0ace89d98cbceaaec1: > > Merge branch 'for-next/tegra' into next (2013-1

Re: [PATCH 2/8] console: factorise function to get the console by name

2013-10-06 Thread Sascha Hauer
On Thu, Oct 03, 2013 at 09:21:54AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > rename it to console_get_by_name > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > +struct console_device *console_get_by_name(const char *cname) > +{ > + struct console_device *cdev; > + const

Re: BeagleBone fixes & cleanup

2013-10-06 Thread Sascha Hauer
On Wed, Oct 02, 2013 at 09:30:07PM +0200, Jan Luebbe wrote: > Hi, > > I've tried the recent changes in next on both BeagleBones. > > These are actual fixes: > [PATCH 1/4] am33xx_generic: convert from switch to if/else > [PATCH 3/4] arm: omap: am33xx_generic: fix DDR setup for DDR2 > > These are

Re: /dev/disk0 vs /dev/mmc0

2013-10-06 Thread Sascha Hauer
On Fri, Oct 04, 2013 at 09:17:39AM +0200, David Jander wrote: > > Hi Jean-Christophe, > > On Thu, 3 Oct 2013 21:23:49 +0200 > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On 17:17 Thu 03 Oct , David Jander wrote: > > > > > > Hi all, > > > > > > I am following barebox git closely and noti