From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 12 Oct 2018 11:45:13 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <20181012061513.7119-1-jagan@amarulasolutions.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 PR. thanks, Jagan. The following changes since commit 0a60a81ba3860946551cb79aa6486aa076e357f3: Kconfig: sandbox: enable cmd_avb and dependencies (2018-10-07 13:34:19 -0400) are available in the Git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 5c391486b411025785e064f160d248bef31b3d28: sf: Add MICRON manufacturer id (2018-10-12 11:37:49 +0530) ---------------------------------------------------------------- Adam Ford (1): mtd: uboot: Fix hanging during mtd list command Ashish Kumar (1): sf: Add MICRON manufacturer id Jagan Teki (2): spi: davinci: Add platdata support board: da8xxevm: Add SPL DM for serial, spi board/davinci/da8xxevm/da850evm.c | 27 +++++++++++++++++++ configs/da850_am18xxevm_defconfig | 3 +++ configs/da850evm_defconfig | 3 +++ drivers/mtd/mtd_uboot.c | 9 ++++++- drivers/mtd/spi/sf_internal.h | 1 + drivers/mtd/spi/spi_flash.c | 2 ++ drivers/spi/davinci_spi.c | 47 ++++++++++++++++++++-------------- include/configs/da850evm.h | 3 --- include/dm/platform_data/spi_davinci.h | 15 +++++++++++ 9 files changed, 87 insertions(+), 23 deletions(-) create mode 100644 include/dm/platform_data/spi_davinci.h