Re: [PATCH 3/7] i2c: i2c-ocores: move header to platform_data

2018-04-20 Thread Lee Jones
res.c| 2 +- > drivers/mfd/timberdale.c | 2 +- > include/linux/{ => platform_data}/i2c-ocores.h | 0 > 4 files changed, 3 insertions(+), 3 deletions(-) > rename include/linux/{ => platform_data}/i2c-ocores.h (100%) Acked-by: Lee Jones <lee.

Re: [PATCH 09/12] PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND

2017-11-08 Thread Lee Jones
On Wed, 01 Nov 2017, Rafael J. Wysocki wrote: > On Wed, Nov 1, 2017 at 10:28 AM, Lee Jones <lee.jo...@linaro.org> wrote: > > On Tue, 31 Oct 2017, Rafael J. Wysocki wrote: > > > >> On Tue, Oct 31, 2017 at 4:09 PM, Lee Jones <lee.jo...@linaro.org> wrote:

Re: [PATCH 09/12] PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND

2017-11-01 Thread Lee Jones
On Tue, 31 Oct 2017, Rafael J. Wysocki wrote: > On Tue, Oct 31, 2017 at 4:09 PM, Lee Jones <lee.jo...@linaro.org> wrote: > > On Mon, 16 Oct 2017, Rafael J. Wysocki wrote: > > > >> From: Rafael J. Wysocki <rafael.j.wyso...@intel.com> > >> > >>

Re: [PATCH 09/12] PM / mfd: intel-lpss: Use DPM_FLAG_SMART_SUSPEND

2017-10-31 Thread Lee Jones
rs/mfd/intel-lpss.c |6 +- > 1 file changed, 5 insertions(+), 1 deletion(-) Is this patch independent? For my own reference: Acked-for-MFD-by: Lee Jones <lee.jo...@linaro.org> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source so

Re: [PATCH 101/102] Documentation: devres: add explicit exclusive/shared reset control request calls

2017-07-20 Thread Lee Jones
control behavior. Add the explicit API calls to the devres list. > > Cc: Jonathan Corbet <cor...@lwn.net> > Cc: Lee Jones <lee.jo...@linaro.org> > Cc: linux-doc@vger.kernel.org > Signed-off-by: Philipp Zabel <p.za...@pengutronix.de> > --- > Documentation/driver-model

Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-13 Thread Lee Jones
On Tue, 12 Apr 2016, Thierry Reding wrote: > On Tue, Apr 12, 2016 at 03:16:13PM +0100, Lee Jones wrote: > > On Tue, 12 Apr 2016, Thierry Reding wrote: > > > > > On Wed, Mar 30, 2016 at 10:03:26PM +0200, Boris Brezillon wrote: > > > > pwm->period field is

Re: [PATCH v5 03/46] backlight: lm3630a_bl: stop messing with the pwm->period field

2016-04-12 Thread Lee Jones
Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> > > --- > > drivers/video/backlight/lm3630a_bl.c | 3 +-- > > 1 file changed, 1 insertion(+), 2 deletions(-) > > Applied, thanks. Applied? -- Lee Jones Linaro STMicroelectronics Landing Team Lead

Re: [PATCH v5 02/46] backlight: pwm_bl: remove useless call to pwm_set_period()

2016-04-12 Thread Lee Jones
; > Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> > > Acked-by: Lee Jones <lee.jo...@linaro.org> > > --- > > drivers/video/backlight/pwm_bl.c | 4 +--- > > 1 file changed, 1 insertion(+), 3 deletions(-) > > Applied, thanks. Applied?

Re: [PATCH V2 19/20] mfd: tps65910: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
\n", ret); > tps65910_irq_exit(tps65910); > @@ -528,7 +528,6 @@ static int tps65910_i2c_remove(struct i2c_client *i2c) > struct tps65910 *tps65910 = i2c_get_clientdata(i2c); > > tps65910_irq_exit(tps65910); > - mfd_remove_devices(tps65910->dev);

Re: [PATCH V2 13/20] mfd: rn5t618: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
, 0, NULL); > if (ret) { > dev_err(>dev, "failed to add sub-devices: %d\n", ret); > return ret; > @@ -102,7 +102,6 @@ static int rn5t618_i2c_remove(struct i2c_client *i2c) > pm_power_off = NULL; > } > > -

Re: [PATCH V2 20/20] mfd: wm8400: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
> - > - return 0; > -} > - > static const struct i2c_device_id wm8400_i2c_id[] = { > { "wm8400", 0 }, > { } > @@ -196,7 +178,6 @@ static struct i2c_driver wm8400_i2c_driver = { > .name = "WM8400", > },

Re: [PATCH V2 12/20] mfd: rk808: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
rr_irq; > @@ -240,7 +240,6 @@ static int rk808_remove(struct i2c_client *client) > struct rk808 *rk808 = i2c_get_clientdata(client); > > regmap_del_irq_chip(client->irq, rk808->irq_data); > - mfd_remove_devices(>dev); > pm_power_off = NULL; > > return 0;

Re: [PATCH V2 15/20] mfd: sky81452: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
} > - > static const struct i2c_device_id sky81452_ids[] = { > { "sky81452" }, > { } > @@ -97,7 +92,6 @@ static struct i2c_driver sky81452_driver = { > .of_match_table = of_match_ptr(sky81452_of_match), > }, > .probe = sky81452_pr

Re: [PATCH V2 10/20] mfd: mt6397: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
gt; - mfd_remove_devices(>dev); > - > - return 0; > -} > - > static const struct of_device_id mt6397_of_match[] = { > { .compatible = "mediatek,mt6397" }, > { .compatible = "mediatek,mt6323" }, > @@ -334,7 +329,6 @@ MODULE_DEVICE_TABLE(platform, m

Re: [PATCH V2 18/20] mfd: tps65217: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
*/ } > @@ -257,7 +248,6 @@ static struct i2c_driver tps65217_driver = { > }, > .id_table = tps65217_id_table, > .probe = tps65217_probe, > - .remove = tps65217_remove, > }; > > static int __init tps65217_init(void) -- Lee

Re: [PATCH V2 17/20] mfd: tps6507x: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
, NULL, 0, NULL); > } > > static const struct i2c_device_id tps6507x_i2c_id[] = { > @@ -132,7 +124,6 @@ static struct i2c_driver tps6507x_i2c_driver = { > .of_match_table = of_match_ptr(tps6507x_of_match), > }, > .probe = tps6507x_i2c_probe, > -

Re: [PATCH V2 06/20] mfd: bcm590xx: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
f_match_ptr(bcm590xx_of_match), > }, > .probe = bcm590xx_i2c_probe, > - .remove = bcm590xx_i2c_remove, > .id_table = bcm590xx_i2c_id, > }; > module_i2c_driver(bcm590xx_i2c_driver); -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open

Re: [PATCH V2 09/20] mfd: menf21bmc: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
c_id_table[] = { > { "menf21bmc" }, > { } > @@ -122,7 +116,6 @@ static struct i2c_driver menf21bmc_driver = { > .driver.name= "menf21bmc", > .id_table = menf21bmc_id_table, > .probe = menf21bmc_probe, > - .remove

Re: [PATCH V2 04/20] mfd: as3711: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
i2c_driver as3711_i2c_driver = { > .of_match_table = of_match_ptr(as3711_of_match), > }, > .probe = as3711_i2c_probe, > - .remove = as3711_i2c_remove, > .id_table = as3711_i2c_id, > }; > -- Lee Jones Linaro STMicroelectronics Landing T

Re: [PATCH V2 02/20] mfd: Add devm_mfd_add_devices() in list of managed interfaces

2016-04-11 Thread Lee Jones
PCI ops become managed >pcim_pin_device() : keep PCI device enabled after release -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscrib

Re: [PATCH V2 05/20] mfd: atmel-hlcdc: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
.probe = atmel_hlcdc_probe, > - .remove = atmel_hlcdc_remove, > .driver = { > .name = "atmel-hlcdc", > .of_match_table = atmel_hlcdc_match, -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs

Re: [PATCH V2 08/20] mfd: lp3943: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
t; } > > static const struct i2c_device_id lp3943_ids[] = { > @@ -151,7 +144,6 @@ MODULE_DEVICE_TABLE(of, lp3943_of_match); > > static struct i2c_driver lp3943_driver = { > .probe = lp3943_probe, > - .remove = lp3943_remove, > .driver = { >

Re: [PATCH V2 07/20] mfd: hi6421-pmic: Use devm_mfd_add_devices() for mfd_device registration

2016-04-11 Thread Lee Jones
@@ -105,7 +98,6 @@ static struct platform_driver hi6421_pmic_driver = { > .of_match_table = of_hi6421_pmic_match_tbl, > }, > .probe = hi6421_pmic_probe, > - .remove = hi6421_pmic_remove, > }; > module_platform_driver(hi6421_pmic_driver); > -- Lee Jones Li

Re: [PATCH 01/20] mfd: Add devm_ apis for mfd_add_devices and mfd_release_devices

2016-04-07 Thread Lee Jones
..d658d7f 100644 > --- a/include/linux/mfd/core.h > +++ b/include/linux/mfd/core.h > @@ -131,4 +131,11 @@ static inline int mfd_add_hotplug_devices(struct device > *parent, > > extern void mfd_remove_devices(struct device *parent); > > +extern int devm_mfd_add_devices(struct device *de