Re: [PATCH 2/2] net: mdio: support c45 peripherals on c22 busses

2021-03-31 Thread danilokrummrich
On 2021-03-31 20:35, Russell King - ARM Linux admin wrote: On Wed, Mar 31, 2021 at 07:58:33PM +0200, danilokrummr...@dk-develop.de wrote: For this cited change the only thing happening is that if get_phy_device() already failed for probing with is_c45==false (C22 devices) it tries to probe with

Re: [PATCH 2/2] net: mdio: support c45 peripherals on c22 busses

2021-03-31 Thread danilokrummrich
Hi Andrew, On 2021-03-31 18:27, Andrew Lunn wrote: @@ -670,19 +670,21 @@ struct phy_device *mdiobus_scan(struct mii_bus *bus, int addr) struct phy_device *phydev = ERR_PTR(-ENODEV); int err; + /* In case of NO_CAP and C22 only, we still can try to scan for C45 + * device

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread danilokrummrich
On 2017-08-01 21:07, Dmitry Torokhov wrote: On Tue, Aug 01, 2017 at 08:51:40PM +0200, danilokrummr...@dk-develop.de wrote: On 2017-08-01 19:32, Dmitry Torokhov wrote: >On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: >>+ irq = gpio_to_irq(drvdata->gpio_clk); >>+ if (

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread danilokrummrich
Hi Dmitry, thank you for reviewing and giving your comments. On 2017-08-01 19:32, Dmitry Torokhov wrote: Hi Danilo, On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: This driver provides PS/2 serio bus support by implementing bit banging with the GPIO API. The GPIO pins, data

Re: [PATCH v2] serio: PS2 gpio bit banging driver for the serio bus

2017-07-31 Thread danilokrummrich
On 2017-08-01 01:34, Randy Dunlap wrote: On 07/31/2017 03:35 PM, Danilo Krummrich wrote: diff --git a/Documentation/gpio/drivers-on-gpio.txt b/Documentation/gpio/drivers-on-gpio.txt index 3065132..b106e72 100644 --- a/Documentation/gpio/drivers-on-gpio.txt +++ b/Documentation/gpio/drivers-on-g