Re: [PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Pantelis Antoniou
Hi Greg, > On May 13, 2015, at 18:36 , Greg Kroah-Hartman > wrote: > > On Wed, May 13, 2015 at 03:10:25PM +0300, Pantelis Antoniou wrote: >> Hi Greg, >> >>> On May 13, 2015, at 14:55 , Greg Kroah-Hartman >>> wrote: >>> >>> On Wed, May 13, 2015 at 10:59:41AM +0300, Pantelis Antoniou wrote: >

Re: [PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Greg Kroah-Hartman
On Wed, May 13, 2015 at 03:10:25PM +0300, Pantelis Antoniou wrote: > Hi Greg, > > > On May 13, 2015, at 14:55 , Greg Kroah-Hartman > > wrote: > > > > On Wed, May 13, 2015 at 10:59:41AM +0300, Pantelis Antoniou wrote: > >> A cape loader based on DT overlays and DT objects. > >> > >> This is the

Re: [PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Geert Uytterhoeven
On Wed, May 13, 2015 at 9:59 AM, Pantelis Antoniou wrote: > diff --git a/drivers/misc/bone_capemgr.c b/drivers/misc/bone_capemgr.c > new file mode 100644 > index 000..423719c > --- /dev/null > +++ b/drivers/misc/bone_capemgr.c > +static int capemgr_load_slot(struct bone_cape_slot *slot) > +{

Re: [PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Pantelis Antoniou
Hi Greg, > On May 13, 2015, at 14:55 , Greg Kroah-Hartman > wrote: > > On Wed, May 13, 2015 at 10:59:41AM +0300, Pantelis Antoniou wrote: >> A cape loader based on DT overlays and DT objects. >> >> This is the beaglebone cape manager which allows capes to be automatically >> probed and instant

Re: [PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Greg Kroah-Hartman
On Wed, May 13, 2015 at 10:59:41AM +0300, Pantelis Antoniou wrote: > A cape loader based on DT overlays and DT objects. > > This is the beaglebone cape manager which allows capes to be automatically > probed and instantiated via means of a device tree overlay deduced from > the part-number and ver

[PATCH 1/5] misc: Beaglebone capemanager

2015-05-13 Thread Pantelis Antoniou
A cape loader based on DT overlays and DT objects. This is the beaglebone cape manager which allows capes to be automatically probed and instantiated via means of a device tree overlay deduced from the part-number and version contained on the cape's EEPROM. The reference manual contains informati