From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WSUZW-0001p5-2g for barebox@lists.infradead.org; Tue, 25 Mar 2014 16:51:30 +0000 Received: by mail-la0-f45.google.com with SMTP id hr17so597421lab.32 for ; Tue, 25 Mar 2014 09:51:07 -0700 (PDT) From: Antony Pavlov Date: Tue, 25 Mar 2014 20:50:51 +0400 Message-Id: <1395766259-31866-1-git-send-email-antonynpavlov@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v3 0/8] MIPS: improve Ingenic JZ4755 device tree support To: barebox@lists.infradead.org This patcheseries moves Ingenic JZ4755 UART initialization into device tree and makes JZ4755 device tree organization more clear. This patchseries is a part of work on Ingenic chips support and prepares MIPS board support switch to device tree. Next patchseries will add device tree Ingenic gpio, clk and pinctls support. Changes since v2: * add the plat pointer check into "make FCR setup value part of struct ns16550_priv" * add the "serial: ns16550: add compatible entry for "ns16450"" commit * rebase over updated next branch Changes since v1: * use "make FCR setup value part of struct ns16550_priv" instead of "make it possible to get reg_write() from devtype"; * add a trivial "fix whitespaces" patch. Antony Pavlov (8): MIPS: dts: rzx50: move jz4755 description to the separate file serial: ns16550: fix whitespaces serial: ns16550: make FCR setup value part of struct ns16550_priv serial: ns16550: add compatible entry for "ns16450" serial: ns16550: add compatible entry for "ingenic,jz4740-uart" MIPS: rzx50: drop console initialization in board code MIPS: mach-xburst: drop serial.c MIPS: boards: rename rzx50 -> ritmix-rzx50 Documentation/boards.dox | 2 +- arch/mips/Makefile | 2 +- arch/mips/boards/ritmix-rzx50/Makefile | 1 + .../ritmix-rzx50/include/board/board_pbl_start.h | 43 ++++++++++++++++ .../boards/ritmix-rzx50/include/board/debug_ll.h | 23 +++++++++ arch/mips/boards/ritmix-rzx50/ritmix-rzx50.dox | 46 +++++++++++++++++ arch/mips/boards/ritmix-rzx50/serial.c | 27 ++++++++++ arch/mips/boards/rzx50/Makefile | 1 - .../boards/rzx50/include/board/board_pbl_start.h | 43 ---------------- arch/mips/boards/rzx50/include/board/debug_ll.h | 23 --------- arch/mips/boards/rzx50/rzx50.dox | 46 ----------------- arch/mips/boards/rzx50/serial.c | 32 ------------ arch/mips/configs/ritmix-rzx50_defconfig | 39 ++++++++++++++ arch/mips/configs/rzx50_defconfig | 39 -------------- arch/mips/dts/jz4755.dtsi | 35 +++++++++++++ arch/mips/dts/rzx50.dts | 8 ++- arch/mips/mach-xburst/Makefile | 1 - arch/mips/mach-xburst/mach-xburst.dox | 2 +- arch/mips/mach-xburst/serial.c | 60 ---------------------- drivers/serial/serial_ns16550.c | 51 +++++++++++++++--- 20 files changed, 268 insertions(+), 256 deletions(-) create mode 100644 arch/mips/boards/ritmix-rzx50/Makefile create mode 100644 arch/mips/boards/ritmix-rzx50/include/board/board_pbl_start.h create mode 100644 arch/mips/boards/ritmix-rzx50/include/board/debug_ll.h create mode 100644 arch/mips/boards/ritmix-rzx50/ritmix-rzx50.dox create mode 100644 arch/mips/boards/ritmix-rzx50/serial.c delete mode 100644 arch/mips/boards/rzx50/Makefile delete mode 100644 arch/mips/boards/rzx50/include/board/board_pbl_start.h delete mode 100644 arch/mips/boards/rzx50/include/board/debug_ll.h delete mode 100644 arch/mips/boards/rzx50/rzx50.dox delete mode 100644 arch/mips/boards/rzx50/serial.c create mode 100644 arch/mips/configs/ritmix-rzx50_defconfig delete mode 100644 arch/mips/configs/rzx50_defconfig create mode 100644 arch/mips/dts/jz4755.dtsi delete mode 100644 arch/mips/mach-xburst/serial.c -- 1.9.0 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox