[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160221.224128.1565862438680728799.davem@davemloft.net>
Date: Sun, 21 Feb 2016 22:41:28 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: robert.jarzmik@...e.fr
Cc: romieu@...zoreil.com, sergei.shtylyov@...entembedded.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v3] net: ethernet: davicom: fix devicetree irq resource
From: Robert Jarzmik <robert.jarzmik@...e.fr>
Date: Sat, 20 Feb 2016 21:45:26 +0100
> The dm9000 driver doesn't work in at least one device-tree
> configuration, spitting an error message on irq resource :
> [ 1.062495] dm9000 8000000.ethernet: insufficient resources
> [ 1.068439] dm9000 8000000.ethernet: not found (-2).
> [ 1.073451] dm9000: probe of 8000000.ethernet failed with error -2
>
> The reason behind is that the interrupt might be provided by a gpio
> controller, not probed when dm9000 is probed, and needing the probe
> deferral mechanism to apply.
>
> Currently, the interrupt is directly taken from resources. This patch
> changes this to use the more generic platform_get_irq(), which handles
> the deferral.
>
> Moreover, since commit Fixes: 7085a7401ba5 ("drivers: platform: parse
> IRQ flags from resources"), the interrupt trigger flags are honored in
> platform_get_irq(), so remove the needless code in dm9000.
>
> Signed-off-by: Robert Jarzmik <robert.jarzmik@...e.fr>
> Acked-by: Marcel Ziswiler <marcel@...wiler.com>
Applied.
Powered by blists - more mailing lists