lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 20 Sep 2011 22:18:56 -0600
From:	Grant Likely <grant.likely@...retlab.ca>
To:	Stephen Rothwell <sfr@...b.auug.org.au>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Russell King <rmk@....linux.org.uk>,
	Viresh Kumar <viresh.kumar@...com>
Subject: Re: linux-next: manual merge of the spi tree with the arm tree

Thanks Stephen.  I'll drop the offending hunk from my tree.

g.

On Tue, Sep 20, 2011 at 9:34 PM, Stephen Rothwell <sfr@...b.auug.org.au> wrote:
> Hi Grant,
>
> Today's linux-next merge of the spi tree got a conflict in
> drivers/spi/spi-pl022.c between commit 67fc8b9fe70c ("PM: add runtime PM
> support to core Primecell driver") from the arm tree and commit
> 4eb389a89154 ("spi/spi-pl022: Resolve formatting issues") from the spi
> tree.
>
> The former removes the lines modified by the latter, so I just removed
> the lines (see below).
> --
> Cheers,
> Stephen Rothwell                    sfr@...b.auug.org.au
>
> diff --cc drivers/spi/spi-pl022.c
> index 3520cf9,02b2eda..0000000
> --- a/drivers/spi/spi-pl022.c
> +++ b/drivers/spi/spi-pl022.c
> @@@ -2235,8 -2237,11 +2225,10 @@@ pl022_probe(struct amba_device *adev, c
>   err_start_queue:
>   err_init_queue:
>        destroy_queue(pl022);
> -       pl022_dma_remove(pl022);
> +       if (platform_info->enable_dma)
> +               pl022_dma_remove(pl022);
> +
>        free_irq(adev->irq[0], pl022);
>  -      pm_runtime_disable(&adev->dev);
>   err_no_irq:
>        clk_put(pl022->clk);
>   err_no_clk:
> @@@ -2429,9 -2404,10 +2422,8 @@@ static struct amba_driver pl022_driver
>        .id_table       = pl022_ids,
>        .probe          = pl022_probe,
>        .remove         = __devexit_p(pl022_remove),
>  -      .suspend        = pl022_suspend,
>  -      .resume         = pl022_resume,
>  };
>
> -
>  static int __init pl022_init(void)
>  {
>        return amba_driver_register(&pl022_driver);
>



-- 
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ