All of lore.kernel.org
 help / color / mirror / Atom feed
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 01/17] ARM: clps711x: Load serial driver from boards
Date: Mon, 12 Nov 2012 16:15:52 +0000	[thread overview]
Message-ID: <201211121615.52867.arnd@arndb.de> (raw)
In-Reply-To: <1352545136-29089-2-git-send-email-shc_work@mail.ru>


> diff --git a/drivers/tty/serial/clps711x.c b/drivers/tty/serial/clps711x.c
> index a0a6db5..06f0e91 100644
> --- a/drivers/tty/serial/clps711x.c
> +++ b/drivers/tty/serial/clps711x.c
> @@ -516,22 +516,6 @@ static struct platform_driver clps711x_uart_driver = {
>  };
>  module_platform_driver(clps711x_uart_driver);
>  
> -static struct platform_device clps711x_uart_device = {
> -	.name	= UART_CLPS711X_NAME,
> -};
> -
> -static int __init uart_clps711x_init(void)
> -{
> -	return platform_device_register(&clps711x_uart_device);
> -}
> -module_init(uart_clps711x_init);
> -
> -static void __exit uart_clps711x_exit(void)
> -{
> -	platform_device_unregister(&clps711x_uart_device);
> -}
> -module_exit(uart_clps711x_exit);
> -
>  MODULE_AUTHOR("Deep Blue Solutions Ltd");
>  MODULE_DESCRIPTION("CLPS711X serial driver");
>  MODULE_LICENSE("GPL");

This does not apply. It seems this depends on a patch that is in Greg's tree
but not in the arm-soc tree. I've tried applying the other patches without
this one, but failed.

I've also tried leaving out this one hunk to see if everything else works,
but found another bug in patch 12.

Giving up for now. Please resend a series that actually applies and builds
on a well-defined base.

	Arnd

  reply	other threads:[~2012-11-12 16:15 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-10 10:58 [PATCH v2 00/17] ARM: Patchset for CLPS711X Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 01/17] ARM: clps711x: Load serial driver from boards Alexander Shiyan
2012-11-12 16:15   ` Arnd Bergmann [this message]
2012-11-10 10:58 ` [PATCH v2 02/17] ARM: clps711x: Using platform_driver for ethernet device Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 03/17] ARM: clps711x: p720t: Using "leds-gpio" driver for LED control Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 04/17] ARM: clps711x: Transform clps711x-framebuffer to platform driver and use it Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 05/17] ARM: clps711x: p720t: Unneeded inclusion of head-sa1100.S removed Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 06/17] ARM: clps711x: Always select AUTO_ZRELADDR for a platform Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 07/17] ARM: clps711x: cdb89712: Special driver for handling memory is removed Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 08/17] ARM: clps711x: Implement usage "SPARSE_IRQ" kernel option for a platform Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 09/17] ARM: clps711x: Implement usage "MULTI_IRQ_HANDLER" " Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 10/17] ARM: clps711x: Add FIQ interrupt handling Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 11/17] ARM: clps711x: Unused empty "ACK" calls for IRQ-chips removed Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 12/17] ARM: clps711x: autcpu12: Special driver for handling NAND memory is removed Alexander Shiyan
2012-11-12 16:17   ` Arnd Bergmann
2012-11-13  7:53     ` Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 13/17] ARM: clps711x: Moving power management of framebuffer driver to the board Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 14/17] ARM: clps711x: p720t: Special driver for handling NAND memory is removed Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 15/17] ARM: clps711x: Rename board files to match functionality Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 16/17] ARM: clps711x: Update defconfig due latest changes and new kernel symbols Alexander Shiyan
2012-11-10 10:58 ` [PATCH v2 17/17] MAINTAINERS: Add ARM CLPS711X entry Alexander Shiyan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201211121615.52867.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.