Re: [PATCH v2 2/2] drivers: net: phy: mdio-mux: Add support for Generic Mux controls

2019-02-25 Thread Peter Rosin
On 2019-02-24 15:57, Andrew Lunn wrote: >> +static int mdio_mux_multiplexer_remove(struct platform_device *pdev) >> +{ >> +struct mdio_mux_multiplexer_state *s = platform_get_drvdata(pdev); >> + >> +mdio_mux_uninit(s->mux_handle); > > I've never used the multiplexer framework before. But i

Re: [PATCH] drivers: net: phy: mdio-mux: Add support for Generic Mux controls

2019-02-21 Thread Peter Rosin
On 2019-02-21 16:17, Andrew Lunn wrote: config MDIO_BUS_MUX tristate depends on OF_MDIO + select MULTIPLEXER help This module provides a driver framework for MDIO bus multiplexers which connect one of several child MDIO busses >>> >>> Hi Panka

[PATCH 1/2] misc: atmel-ssc: register as sound DAI if #sound-dai-cells is present

2016-12-01 Thread Peter Rosin
automatically, if the #sound-dai-cells property is present in devicetree, which it has to be anyway for simple audio card to work. Signed-off-by: Peter Rosin --- .../devicetree/bindings/misc/atmel-ssc.txt | 2 + drivers/misc/atmel-ssc.c | 50 ++ include

[PATCH 2/2] ASoC: atmel: tse850: rely on the ssc to register as a cpu dai by itself

2016-12-01 Thread Peter Rosin
Signed-off-by: Peter Rosin --- .../bindings/sound/axentia,tse850-pcm5142.txt | 5 ++--- sound/soc/atmel/tse850-pcm5142.c | 23 +++--- 2 files changed, 5 insertions(+), 23 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/axentia,tse850

[PATCH 0/2] register atmel-ssc as sound DAI w/o platform driver

2016-12-01 Thread Peter Rosin
second patch simplifies one of these platform drivers, since it can now rely on the SSC to register itself with ASoC. However, this may not be a possible simplification for other, older, drivers since it also requires device tree changes. Cheers, Peter Peter Rosin (2): misc: atmel-ssc: register as

Re: [PATCH 04/10] i2c: i2c-sam: Add device tree bindings

2016-10-11 Thread Peter Rosin
On 2016-10-10 21:54, Rob Herring wrote: > On Fri, Oct 07, 2016 at 06:18:32PM +0300, Pantelis Antoniou wrote: >> From: Georgi Vlaev >> >> Add binding document for the i2c driver of SAM FPGA. >> >> Signed-off-by: Georgi Vlaev >> [Ported from Juniper kernel] >> Signed-off-by: Pantelis Antoniou >> -

Re: [PATCH 10/10] net: mdio-sam: Add device tree documentation for SAM MDIO

2016-10-10 Thread Peter Rosin
On 2016-10-07 17:18, Pantelis Antoniou wrote: > From: Georgi Vlaev > > Add device tree bindings document for the SAM MDIO block > present in Juniper's SAM FPGA. > > Signed-off-by: Georgi Vlaev > [Ported from Juniper kernel] > Signed-off-by: Pantelis Antoniou > --- > Documentation/devicetree/b

Re: [v12, 7/8] base: soc: introduce soc_device_match() interface

2016-09-21 Thread Peter Rosin
On 2016-09-21 09:56, Alexander Shiyan wrote: >> Среда, 21 сентября 2016, 9:57 +03:00 от Yangbo Lu : >> >> From: Arnd Bergmann < a...@arndb.de > >> >> We keep running into cases where device drivers want to know the exact >> version of the a SoC they are currently running on. In the past, this has >