From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 16 Mar 2016 16:54:01 +0100 Subject: [U-Boot] [PATCH v8 0/9] add support for atheros ath79 based SOCs In-Reply-To: References: Message-ID: <56E98199.3090807@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/16/2016 09:59 AM, Wills Wang wrote: > These series of patch add support for atheros ath79 based SOCs in u-boot, > at the present moment it's just available for ar933x and qca953x chip. > > Changes in v8: > - Use setbits_be32 > - Use lookup-table instead of big switch statement for CPU detection > - Fix multi-line comment for ar933x > - Fix multi-line comment for qca953x > - Remove ath79_serial_write/read > - Use pinctrl for serial > - Add Kconfig dependence for serial option > - Remove ath79_spi_write/read > - Use pinctrl for spi > - Add Kconfig dependence for spi option > - Use dev_get_parent > - Move board/ath79/ap121 into board/qca/ap121 > - Move SYS_VENDOR into board-level for ap121 > - Move board/ath79/ap143 into board/qca/ap143 > - Move SYS_VENDOR into board-level for ap143 I was almost worried I'll never see a new series, good to have you back :-) I have been working on getting ar934x board (TP-Link WNDR4300) working. It's much nicer chip than the ar933x. Expect patches later ;-) -- Best regards, Marek Vasut