[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191025085459.roxig2nyxfjlf6dz@holly.lan>
Date: Fri, 25 Oct 2019 09:54:59 +0100
From: Daniel Thompson <daniel.thompson@...aro.org>
To: Lee Jones <lee.jones@...aro.org>
Cc: arnd@...db.de, broonie@...nel.org, linus.walleij@...aro.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
baohua@...nel.org, stephan@...hold.net
Subject: Re: [PATCH v3 07/10] x86: olpc-xo1-sci: Remove invocation of MFD's
.enable()/.disable() call-backs
On Thu, Oct 24, 2019 at 05:38:29PM +0100, Lee Jones wrote:
> IO regions are now requested and released by this device's parent.
>
> Signed-off-by: Lee Jones <lee.jones@...aro.org>
Reviewed-by: Daniel Thompson <daniel.thompson@...aro.org>
> ---
> arch/x86/platform/olpc/olpc-xo1-sci.c | 6 ------
> 1 file changed, 6 deletions(-)
>
> diff --git a/arch/x86/platform/olpc/olpc-xo1-sci.c b/arch/x86/platform/olpc/olpc-xo1-sci.c
> index 99a28ce2244c..933dd4fe3a97 100644
> --- a/arch/x86/platform/olpc/olpc-xo1-sci.c
> +++ b/arch/x86/platform/olpc/olpc-xo1-sci.c
> @@ -15,7 +15,6 @@
> #include <linux/platform_device.h>
> #include <linux/pm.h>
> #include <linux/pm_wakeup.h>
> -#include <linux/mfd/core.h>
> #include <linux/power_supply.h>
> #include <linux/suspend.h>
> #include <linux/workqueue.h>
> @@ -537,10 +536,6 @@ static int xo1_sci_probe(struct platform_device *pdev)
> if (!machine_is_olpc())
> return -ENODEV;
>
> - r = mfd_cell_enable(pdev);
> - if (r)
> - return r;
> -
> res = platform_get_resource(pdev, IORESOURCE_IO, 0);
> if (!res) {
> dev_err(&pdev->dev, "can't fetch device resource info\n");
> @@ -605,7 +600,6 @@ static int xo1_sci_probe(struct platform_device *pdev)
>
> static int xo1_sci_remove(struct platform_device *pdev)
> {
> - mfd_cell_disable(pdev);
> free_irq(sci_irq, pdev);
> cancel_work_sync(&sci_work);
> free_ec_sci();
> --
> 2.17.1
>
Powered by blists - more mailing lists