Re: [PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-05-11 Thread Sascha Hauer
On Fri, May 10, 2013 at 08:00:46AM +0200, wilhelm wrote: > Replaced defines according to sdhci.h > > --- > arch/arm/mach-bcm2835/core.c | 1 + > drivers/mci/Kconfig | 4 + > drivers/mci/Makefile | 1 + > drivers/mci/mci-bcm2835.c| 591 >

[PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-05-09 Thread wilhelm
Replaced defines according to sdhci.h --- arch/arm/mach-bcm2835/core.c | 1 + drivers/mci/Kconfig | 4 + drivers/mci/Makefile | 1 + drivers/mci/mci-bcm2835.c| 591 +++ drivers/mci/mci-bcm2835.h| 73 ++ 5 files changed, 6

Re: [PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-05-08 Thread Sascha Hauer
Hi Wilhelm, I just pushed the mentioned register definitions to the -next branch. I would take this patch if you update it to use this register definitions. (in drivers/mci/sdhci.h) Sascha On Fri, Apr 26, 2013 at 08:09:00AM +0200, wilhelm wrote: > --- > arch/arm/mach-bcm2835/core.c | 1 + >

[PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-04-25 Thread wilhelm
--- arch/arm/mach-bcm2835/core.c | 1 + drivers/mci/Kconfig | 4 + drivers/mci/Makefile | 1 + drivers/mci/mci-bcm2835.c| 567 +++ drivers/mci/mci-bcm2835.h| 126 ++ 5 files changed, 699 insertions(+) create mode 10064

Re: [PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-04-24 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:35 Wed 24 Apr , Sascha Hauer wrote: > > On Tue, Apr 23, 2013 at 03:41:45PM +0200, wilhelm wrote: > > --- > > arch/arm/mach-bcm2835/core.c | 1 + > > drivers/mci/Kconfig | 5 + > > drivers/mci/Makefile | 1 + > > drivers/mci/mci-bcm2835.c| 551 > >

Re: [PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-04-24 Thread Sascha Hauer
On Tue, Apr 23, 2013 at 03:41:45PM +0200, wilhelm wrote: > --- > arch/arm/mach-bcm2835/core.c | 1 + > drivers/mci/Kconfig | 5 + > drivers/mci/Makefile | 1 + > drivers/mci/mci-bcm2835.c| 551 > +++ > drivers/mci/mci-bcm2835.h

Re: [PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-04-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 15:41 Tue 23 Apr , wilhelm wrote: > --- > arch/arm/mach-bcm2835/core.c | 1 + > drivers/mci/Kconfig | 5 + > drivers/mci/Makefile | 1 + > drivers/mci/mci-bcm2835.c| 551 > +++ > drivers/mci/mci-bcm2835.h| 126 +

[PATCH] Added sd driver for bcm2835 (Raspberry PI)

2013-04-23 Thread wilhelm
--- arch/arm/mach-bcm2835/core.c | 1 + drivers/mci/Kconfig | 5 + drivers/mci/Makefile | 1 + drivers/mci/mci-bcm2835.c| 551 +++ drivers/mci/mci-bcm2835.h| 126 ++ 5 files changed, 684 insertions(+) create mode 10064