[PATCH 3/3] net: qca: update MODULE_AUTHOR() email address

2019-08-13 Thread Stefan Wahren
I2SE has been acquired by in-tech. So the email address listed in MODULE_AUTHOR() will be disabled in the near future. I only have access to QCA7000 boards at in-tech, so use my new company address. Signed-off-by: Stefan Wahren --- drivers/net/ethernet/qualcomm/qca_7k_common.c | 2 +-

[PATCH 1/3] nvmem: mxs-ocotp: update MODULE_AUTHOR() email address

2019-08-13 Thread Stefan Wahren
The email address listed in MODULE_AUTHOR() will be disabled in the near future. Replace it with my private one. Signed-off-by: Stefan Wahren --- drivers/nvmem/mxs-ocotp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvmem/mxs-ocotp.c b/drivers/nvmem/mxs-ocotp.c

[PATCH 2/3] hwmon: raspberrypi: update MODULE_AUTHOR() email address

2019-08-13 Thread Stefan Wahren
The email address listed in MODULE_AUTHOR() will be disabled in the near future. Replace it with my private one. Signed-off-by: Stefan Wahren --- drivers/hwmon/raspberrypi-hwmon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hwmon/raspberrypi-hwmon.c

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Geert Uytterhoeven
Hi Günter, On Tue, Aug 13, 2019 at 3:27 PM Guenter Roeck wrote: > On 8/13/19 1:27 AM, Geert Uytterhoeven wrote: > > On Tue, Aug 13, 2019 at 10:02 AM Guenter Roeck wrote: > >> On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: > >>> This allows code using i2c_new_device() to specify a

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Max
On 08/13/2019 03:24 PM, Guenter Roeck wrote: > Sorry, I don't understand. Why exactly can't you replace > of_property_read_u32_array() > with device_property_read_u32_array() and use fwnode_create_software_node() > in the calling code to set the properties ? Sorry, I was unaware of this option.

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Guenter Roeck
On 8/13/19 1:27 AM, Geert Uytterhoeven wrote: Hi Günter, On Tue, Aug 13, 2019 at 10:02 AM Guenter Roeck wrote: On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: This allows code using i2c_new_device() to specify a measurement mode. Signed-off-by: Max Staudt Reviewed-by: Geert

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Guenter Roeck
On 8/13/19 3:10 AM, Max Staudt wrote: On 08/13/2019 10:02 AM, Guenter Roeck wrote: On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: This allows code using i2c_new_device() to specify a measurement mode. Signed-off-by: Max Staudt Reviewed-by: Geert Uytterhoeven ---

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Max Staudt
On 08/13/2019 10:02 AM, Guenter Roeck wrote: > On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: >> This allows code using i2c_new_device() to specify a measurement mode. >> >> Signed-off-by: Max Staudt >> Reviewed-by: Geert Uytterhoeven >> --- >> drivers/hwmon/ltc2990.c

Re: [PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga

2019-08-13 Thread Max Staudt
On 08/13/2019 09:08 AM, Geert Uytterhoeven wrote: >> + dev_info(>dev, "ICY I2C controller at %#x, IRQ not implemented\n", >> +z->resource.start); > > z->resource.start has type phys_addr_t, so you should pas a reference, and > use %pa to print it. > Alternatively, you can

Re: [PATCH v2 2/4] i2c/busses/i2c-icy: Add LTC2990 present on 2019 board revision

2019-08-13 Thread Max Staudt
On 08/13/2019 09:03 AM, Geert Uytterhoeven wrote: > Hi Max, > > On Tue, Aug 13, 2019 at 1:53 AM Max Staudt wrote: >> Since the 2019 a1k.org community re-print of these PCBs sports an >> LTC2990 hwmon chip as an example use case, let this driver autoprobe >> for that as well. If it is present,

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Geert Uytterhoeven
Hi Günter, On Tue, Aug 13, 2019 at 10:02 AM Guenter Roeck wrote: > On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: > > This allows code using i2c_new_device() to specify a measurement mode. > > > > Signed-off-by: Max Staudt > > Reviewed-by: Geert Uytterhoeven > > --- > >

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Guenter Roeck
On Tue, Aug 13, 2019 at 01:52:36AM +0200, Max Staudt wrote: > This allows code using i2c_new_device() to specify a measurement mode. > > Signed-off-by: Max Staudt > Reviewed-by: Geert Uytterhoeven > --- > drivers/hwmon/ltc2990.c | 9 + >

Re: [PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga

2019-08-13 Thread Geert Uytterhoeven
Hi Max, On Tue, Aug 13, 2019 at 1:53 AM Max Staudt wrote: > This is the i2c-icy driver for the ICY board for Amiga computers. > It connects a PCF8584 I2C controller to the Zorro bus, providing I2C > connectivity. The original documentation can be found on Aminet: > >

Re: [PATCH v2 4/4] i2c/busses/i2c-icy: Add platform_data for LTC2990

2019-08-13 Thread Geert Uytterhoeven
Hi Max, On Tue, Aug 13, 2019 at 1:54 AM Max Staudt wrote: > This enables the three additional inputs available on the 2019 a1k.org > reprint of the ICY board: > > in1 will be the voltage of the 5V rail, divided by 2. > in2 will be the voltage of the 12V rail, divided by 4. > temp3 will be

Re: [PATCH v2 2/4] i2c/busses/i2c-icy: Add LTC2990 present on 2019 board revision

2019-08-13 Thread Geert Uytterhoeven
Hi Max, On Tue, Aug 13, 2019 at 1:53 AM Max Staudt wrote: > Since the 2019 a1k.org community re-print of these PCBs sports an > LTC2990 hwmon chip as an example use case, let this driver autoprobe > for that as well. If it is present, modprobing ltc2990 is sufficient. > > Signed-off-by: Max

Re: [PATCH v2 3/4] hwmon/ltc2990: Add platform_data support

2019-08-13 Thread Geert Uytterhoeven
On Tue, Aug 13, 2019 at 1:53 AM Max Staudt wrote: > This allows code using i2c_new_device() to specify a measurement mode. > > Signed-off-by: Max Staudt Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond