Re: [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

2019-02-08 Thread Bartosz Golaszewski
wt., 5 lut 2019 o 01:29 David Lechner napisaƂ(a): > > On 1/31/19 7:39 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > Modify the cp-intc driver to take all its configuration from the new > > config structure. Stop referencing davinci_soc_info in any way. > > Move the

Re: [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

2019-02-07 Thread Sekhar Nori
On 31/01/19 7:09 PM, Bartosz Golaszewski wrote: > +static int __init davinci_cp_intc_of_init(struct device_node *node, > + struct device_node *parent) > +{ > + struct davinci_cp_intc_config config = { }; > + int rv; I think you agreed to use 'ret'

Re: [PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

2019-02-04 Thread David Lechner
On 1/31/19 7:39 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Modify the cp-intc driver to take all its configuration from the new config structure. Stop referencing davinci_soc_info in any way. Move the declaration for davinci_cp_intc_init() to irq-davinci-cp-intc.h and make it

[PATCH 25/35] ARM: davinci: cp-intc: use the new-style config structure

2019-01-31 Thread Bartosz Golaszewski
From: Bartosz Golaszewski Modify the cp-intc driver to take all its configuration from the new config structure. Stop referencing davinci_soc_info in any way. Move the declaration for davinci_cp_intc_init() to irq-davinci-cp-intc.h and make it take the new config structure as parameter. Convert