From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Mon, 28 Nov 2016 13:45:59 +0530 Subject: [U-Boot] Pull request v3: u-boot-spi/sunxi Message-ID: <1480320959-23478-1-git-send-email-jagan@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Please pull this sunxi PR. Changes for v3: - Dropped patches from 'Chen-Yu Tsai' - Added two new patches. Changes for v2: - Dropped 3 patches, which are still in review. thanks! Jagan. The following changes since commit 136179bec19f4bc84227cba138214ea392a723ea: colibri_pxa270: transition to driver model for serial (2016-11-23 13:53:20 +0100) are available in the git repository at: git://git.denx.de/u-boot-spi.git sunxi for you to fetch changes up to 707932b3e6507e47bb6b08be669fd39f140933b8: sun8i_emac: Fix mdio read sequence (2016-11-28 13:27:47 +0530) ---------------------------------------------------------------- Boris Brezillon (1): mtd: nand: add support for the TC58NVG2S0H chip Emmanuel Vadot (1): sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE FUKAUMI Naoki (1): sunxi: add support for Nintendo NES Classic Edition Hans de Goede (1): sunxi: Mele_M5_defconfig: Drop non existing STATUSLED setting Jelle van der Waa (1): sunxi: Use the available Kconfig option for AHCI Philipp Tomsich (1): sun8i_emac: Fix mdio read sequence Yann E. MORIN (1): arm: sunxi: do not force USB for arch-sunxi arch/arm/Kconfig | 10 ++-- arch/arm/dts/Makefile | 1 + .../dts/sun8i-r16-nintendo-nes-classic-edition.dts | 63 ++++++++++++++++++++++ board/sunxi/MAINTAINERS | 5 ++ configs/A10-OLinuXino-Lime_defconfig | 3 +- configs/A20-OLinuXino-Lime2_defconfig | 3 +- configs/A20-OLinuXino-Lime_defconfig | 3 +- configs/A20-OLinuXino_MICRO_defconfig | 3 +- configs/A20-Olimex-SOM-EVB_defconfig | 3 +- configs/Bananapi_defconfig | 3 +- configs/Bananapro_defconfig | 3 +- configs/Cubieboard2_defconfig | 3 +- configs/Cubieboard_defconfig | 3 +- configs/Cubietruck_defconfig | 3 +- configs/Itead_Ibox_A20_defconfig | 3 +- configs/Lamobo_R1_defconfig | 3 +- configs/Linksprite_pcDuino3_Nano_defconfig | 3 +- configs/Linksprite_pcDuino3_defconfig | 3 +- configs/Marsboard_A10_defconfig | 3 +- configs/Mele_A1000_defconfig | 3 +- configs/Mele_M5_defconfig | 3 +- configs/Nintendo_NES_Classic_Edition_defconfig | 24 +++++++++ configs/Orangepi_defconfig | 3 +- configs/Orangepi_mini_defconfig | 3 +- configs/Wits_Pro_A20_DKT_defconfig | 3 +- drivers/mtd/nand/nand_ids.c | 3 ++ drivers/net/sun8i_emac.c | 2 +- include/configs/sunxi-common.h | 1 + scripts/config_whitelist.txt | 1 - 29 files changed, 143 insertions(+), 27 deletions(-) create mode 100644 arch/arm/dts/sun8i-r16-nintendo-nes-classic-edition.dts create mode 100644 configs/Nintendo_NES_Classic_Edition_defconfig