Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-25 Thread Bartosz Golaszewski
2018-04-24 19:57 GMT+02:00 Rich Felker : > On Tue, Apr 24, 2018 at 07:30:40PM +0200, Bartosz Golaszewski wrote: >> From: Bartosz Golaszewski >> >> Device tree based systems often use OF_DECLARE() macros for devices >> that need to be initialized early in the boot process such as clocks, >> timers

Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Rob Herring
On Tue, Apr 24, 2018 at 12:30 PM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Device tree based systems often use OF_DECLARE() macros for devices > that need to be initialized early in the boot process such as clocks, > timers etc. However platform devices are more desirable. Yes,

Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Robin Murphy
On 24/04/18 18:30, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Device tree based systems often use OF_DECLARE() macros for devices that need to be initialized early in the boot process such as clocks, timers etc. However platform devices are more desirable. This series aims at introdu

Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Rich Felker
On Tue, Apr 24, 2018 at 06:55:45PM +0100, Mark Rutland wrote: > Hi bartosz, > > On Tue, Apr 24, 2018 at 07:30:40PM +0200, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Device tree based systems often use OF_DECLARE() macros for devices > > that need to be initialized early in

Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Rich Felker
On Tue, Apr 24, 2018 at 07:30:40PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Device tree based systems often use OF_DECLARE() macros for devices > that need to be initialized early in the boot process such as clocks, > timers etc. However platform devices are more desirabl

Re: [PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Mark Rutland
Hi bartosz, On Tue, Apr 24, 2018 at 07:30:40PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Device tree based systems often use OF_DECLARE() macros for devices > that need to be initialized early in the boot process such as clocks, > timers etc. However platform devices are

[PATCH 00/11] platform: device tree support for early platform drivers

2018-04-24 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Device tree based systems often use OF_DECLARE() macros for devices that need to be initialized early in the boot process such as clocks, timers etc. However platform devices are more desirable. This series aims at introducing support for early platform drivers for OF-b