Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-02-03 Thread Lee Jones
> >> > Patch looks good to me. Is there any reason why we should rush this in > >> > for v3.14, or is it okay to go to -next? > >> > >> No rush, but it's been on review like forever so unless there is > >> some noise from the DT people at -rc1 I'd be very happy if you > >> could apply patches 1 & 2

Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-02-03 Thread Lee Jones
> This changes the following mechanisms in the TC3589x device tree > probing path: > > - Use the .of_match_table in struct device_driver to match the > device in the device tree. > - Add matches for the proper compatible strings "toshiba,..." > and all sub-variants, just as is done for the .id

Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-02-03 Thread Linus Walleij
On Thu, Jan 23, 2014 at 4:11 PM, Lee Jones wrote: >> > Patch looks good to me. Is there any reason why we should rush this in >> > for v3.14, or is it okay to go to -next? >> >> No rush, but it's been on review like forever so unless there is >> some noise from the DT people at -rc1 I'd be very ha

Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-01-23 Thread Lee Jones
> > Patch looks good to me. Is there any reason why we should rush this in > > for v3.14, or is it okay to go to -next? > > No rush, but it's been on review like forever so unless there is > some noise from the DT people at -rc1 I'd be very happy if you > could apply patches 1 & 2 by then. I'm ju

Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-01-23 Thread Linus Walleij
On Thu, Jan 23, 2014 at 2:31 PM, Lee Jones wrote: > Patch looks good to me. Is there any reason why we should rush this in > for v3.14, or is it okay to go to -next? No rush, but it's been on review like forever so unless there is some noise from the DT people at -rc1 I'd be very happy if you co

Re: [PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-01-23 Thread Lee Jones
> This changes the following mechanisms in the TC3589x device tree > probing path: > > - Use the .of_match_table in struct device_driver to match the > device in the device tree. > - Add matches for the proper compatible strings "toshiba,..." > and all sub-variants, just as is done for the .id

[PATCH 2/3 RESEND] mfd: tc3589x: Reform device tree probing

2014-01-23 Thread Linus Walleij
This changes the following mechanisms in the TC3589x device tree probing path: - Use the .of_match_table in struct device_driver to match the device in the device tree. - Add matches for the proper compatible strings "toshiba,..." and all sub-variants, just as is done for the .id matches. - Mo