On Fri, Jan 04, 2013 at 09:31:04PM +0200, Pantelis Antoniou wrote:
> The following patchset introduces Device Tree overlays, a method
> of dynamically altering the kernel's live Device Tree.
>
> This patchset is against mainline as of Friday Jan 4 2013.
> (4956964 Merge tag 'driver-core-3.8-rc2' of \
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core)
>
> Note that a separate patch for the DTC compiler has been posted and
> is required to compile the DTS files according to the documentation.
> The patch is "dtc: Dynamic symbols & fixup support"
>
> An implementation patchset for a beaglebone cape loader will follow,
> but if you want to check out a working kernel for the beaglebone please
> pull from:
>
> git://github.com/pantoniou/linux-bbxm.git branch not-capebus-v8
>
> Pantelis Antoniou (6):
> OF: Introduce device tree node flag helpers.
> OF: export of_property_notify
> OF: Export all DT proc update functions
> OF: Introduce utility helper functions
> OF: Introduce Device Tree resolve support.
> OF: Introduce DT overlay support.
>
Hi Pantelis,
do you have an update of this patchset ? I want to seriously start testing it.
Digging through your tree on github is a bit cumbersome, and I am not sure
if I got all patches. It would also be nice to get an update with all the
comments addressed.
Thanks,
Guenter
Hi Guenter,
Yes there is an updated patchset against 3.10 as of this morning.
I will post details how to get it later today.
Regards
-- Pantelis
On Jun 29, 2013, at 5:38 AM, Guenter Roeck wrote:
> On Fri, Jan 04, 2013 at 09:31:04PM +0200, Pantelis Antoniou wrote:
>> The following patchset introduces Device Tree overlays, a method
>> of dynamically altering the kernel's live Device Tree.
>>
>> This patchset is against mainline as of Friday Jan 4 2013.
>> (4956964 Merge tag 'driver-core-3.8-rc2' of \
>> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core)
>>
>> Note that a separate patch for the DTC compiler has been posted and
>> is required to compile the DTS files according to the documentation.
>> The patch is "dtc: Dynamic symbols & fixup support"
>>
>> An implementation patchset for a beaglebone cape loader will follow,
>> but if you want to check out a working kernel for the beaglebone please
>> pull from:
>>
>> git://github.com/pantoniou/linux-bbxm.git branch not-capebus-v8
>>
>> Pantelis Antoniou (6):
>> OF: Introduce device tree node flag helpers.
>> OF: export of_property_notify
>> OF: Export all DT proc update functions
>> OF: Introduce utility helper functions
>> OF: Introduce Device Tree resolve support.
>> OF: Introduce DT overlay support.
>>
> Hi Pantelis,
>
> do you have an update of this patchset ? I want to seriously start testing it.
> Digging through your tree on github is a bit cumbersome, and I am not sure
> if I got all patches. It would also be nice to get an update with all the
> comments addressed.
>
> Thanks,
> Guenter
On Mon, Jul 01, 2013 at 12:46:24PM +0300, Pantelis Antoniou wrote:
> Hi Guenter,
>
> Yes there is an updated patchset against 3.10 as of this morning.
>
> I will post details how to get it later today.
>
Hi Pantelis,
looking forward to it. I see you have a large number of new branches in your
repository. It would help a lot to know which patches from which branch I need
to get DT overlay support to work. For example, the mainline-pdev-fixes branch
seems relevant, but that is not immediately obvious (and may be a wrong
assumption).
Are you trying to get the patches in the various branches into the upstream
kernel ?
Thanks a lot!
Guenter
> Regards
>
> -- Pantelis
>
> On Jun 29, 2013, at 5:38 AM, Guenter Roeck wrote:
>
> > On Fri, Jan 04, 2013 at 09:31:04PM +0200, Pantelis Antoniou wrote:
> >> The following patchset introduces Device Tree overlays, a method
> >> of dynamically altering the kernel's live Device Tree.
> >>
> >> This patchset is against mainline as of Friday Jan 4 2013.
> >> (4956964 Merge tag 'driver-core-3.8-rc2' of \
> >> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core)
> >>
> >> Note that a separate patch for the DTC compiler has been posted and
> >> is required to compile the DTS files according to the documentation.
> >> The patch is "dtc: Dynamic symbols & fixup support"
> >>
> >> An implementation patchset for a beaglebone cape loader will follow,
> >> but if you want to check out a working kernel for the beaglebone please
> >> pull from:
> >>
> >> git://github.com/pantoniou/linux-bbxm.git branch not-capebus-v8
> >>
> >> Pantelis Antoniou (6):
> >> OF: Introduce device tree node flag helpers.
> >> OF: export of_property_notify
> >> OF: Export all DT proc update functions
> >> OF: Introduce utility helper functions
> >> OF: Introduce Device Tree resolve support.
> >> OF: Introduce DT overlay support.
> >>
> > Hi Pantelis,
> >
> > do you have an update of this patchset ? I want to seriously start testing it.
> > Digging through your tree on github is a bit cumbersome, and I am not sure
> > if I got all patches. It would also be nice to get an update with all the
> > comments addressed.
> >
> > Thanks,
> > Guenter
>
>
Hi Guenter,
https://github.com/pantoniou/linux-beagle-track-mainline
Against tip of the mainline, topic branches against the master,
and a merge-branch every time I do one.
Regards
-- Pantelis
On Jun 29, 2013, at 5:38 AM, Guenter Roeck wrote:
> On Fri, Jan 04, 2013 at 09:31:04PM +0200, Pantelis Antoniou wrote:
>> The following patchset introduces Device Tree overlays, a method
>> of dynamically altering the kernel's live Device Tree.
>>
>> This patchset is against mainline as of Friday Jan 4 2013.
>> (4956964 Merge tag 'driver-core-3.8-rc2' of \
>> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core)
>>
>> Note that a separate patch for the DTC compiler has been posted and
>> is required to compile the DTS files according to the documentation.
>> The patch is "dtc: Dynamic symbols & fixup support"
>>
>> An implementation patchset for a beaglebone cape loader will follow,
>> but if you want to check out a working kernel for the beaglebone please
>> pull from:
>>
>> git://github.com/pantoniou/linux-bbxm.git branch not-capebus-v8
>>
>> Pantelis Antoniou (6):
>> OF: Introduce device tree node flag helpers.
>> OF: export of_property_notify
>> OF: Export all DT proc update functions
>> OF: Introduce utility helper functions
>> OF: Introduce Device Tree resolve support.
>> OF: Introduce DT overlay support.
>>
> Hi Pantelis,
>
> do you have an update of this patchset ? I want to seriously start testing it.
> Digging through your tree on github is a bit cumbersome, and I am not sure
> if I got all patches. It would also be nice to get an update with all the
> comments addressed.
>
> Thanks,
> Guenter