All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Álvaro Fernández Rojas" <noltari@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/3] serial: bcm6345: switch to raw I/O functions
Date: Sat,  1 Dec 2018 18:42:06 +0100	[thread overview]
Message-ID: <20181201174209.22447-1-noltari@gmail.com> (raw)
In-Reply-To: <20181130175502.7613-1-noltari@gmail.com>

These patches allow to use bcm6345 uart driver for both BE and LE,
making bcm6858 serial driver unneeded.

Álvaro Fernández Rojas (3):
  serial: bcm6345: switch to raw I/O functions
  arm: implement {in, out}_{16, 32} and {clr, set, clrset}bits_{16, 32}
  serial: bcm6858: remove driver and switch to bcm6345

 arch/arm/dts/bcm6858.dtsi       |   2 +-
 arch/arm/include/asm/io.h       |  13 ++
 configs/bcm968580_ram_defconfig |   2 +-
 drivers/serial/Kconfig          |   8 +-
 drivers/serial/Makefile         |   1 -
 drivers/serial/serial_bcm6345.c |  99 +++++++------
 drivers/serial/serial_bcm6858.c | 300 ----------------------------------------
 7 files changed, 65 insertions(+), 360 deletions(-)
 delete mode 100644 drivers/serial/serial_bcm6858.c

-- 
2.11.0

  parent reply	other threads:[~2018-12-01 17:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-30 17:54 [U-Boot] [PATCH 0/3] serial: bcm6345: switch to raw I/O functions Álvaro Fernández Rojas
2018-11-30 17:55 ` [U-Boot] [PATCH 1/3] " Álvaro Fernández Rojas
2018-11-30 20:17   ` Daniel Schwierzeck
2018-11-30 17:55 ` [U-Boot] [PATCH 2/3] arm: implement {in, out}_{16, 32} and {clr, set, clrset}bits_{16, 32} Álvaro Fernández Rojas
2018-11-30 17:55 ` [U-Boot] [PATCH 3/3] serial: bcm6858: remove driver and switch to bcm6345 Álvaro Fernández Rojas
2018-12-01 17:42 ` Álvaro Fernández Rojas [this message]
2018-12-01 17:42   ` [U-Boot] [PATCH v2 1/3] serial: bcm6345: switch to raw I/O functions Álvaro Fernández Rojas
2018-12-07 20:33     ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-12-01 17:42   ` [U-Boot] [PATCH v2 2/3] arm: implement {in, out}_{16, 32} and {clr, set, clrset}bits_{16, 32} Álvaro Fernández Rojas
2018-12-07 20:34     ` [U-Boot] [U-Boot, v2, " Tom Rini
2018-12-01 17:42   ` [U-Boot] [PATCH v2 3/3] serial: bcm6858: remove driver and switch to bcm6345 Álvaro Fernández Rojas
2018-12-07 20:34     ` [U-Boot] [U-Boot, v2, " Tom Rini

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=20181201174209.22447-1-noltari@gmail.com \
    --to=noltari@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.