public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-03-20 19:35:53 to 2016-03-22 07:37:56 UTC [more...]

[U-Boot] [PATCH v7 01/87] mtd: Add m25p80 driver
 2016-03-22  7:37 UTC  (44+ messages)
` [U-Boot] [PATCH v7 02/87] mtd: Add Kconfig entry for MTD_M25P80
` [U-Boot] [PATCH v7 03/87] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v7 04/87] doc: device-tree-bindings: jedec, spi-nor
` [U-Boot] [PATCH v7 05/87] mtd: spi-nor: Add Kconfig entry for MTD_SPI_NOR
` [U-Boot] [PATCH v7 06/87] mtd: spi-nor: Add kconfig for MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v7 07/87] mtd: spi-nor: Add MTD support
` [U-Boot] [PATCH v7 08/87] mtd: spi-nor: Add spi_nor support in m25p80
` [U-Boot] [PATCH v7 09/87] mtd: spi-nor: Add dm spi-nor probing
` [U-Boot] [PATCH v7 10/87] mtd: spi-nor: Add spi_flash_probe for mtd-dm-spi-nor
` [U-Boot] [PATCH v7 11/87] mtd: spi-nor: Add spi_flash_free "
` [U-Boot] [PATCH v7 12/87] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
` [U-Boot] [PATCH v7 13/87] sf: Rename erase_size to erasesize
` [U-Boot] [PATCH v7 14/87] sf: Use erasesize instead of sector_size
` [U-Boot] [PATCH v7 15/87] sf: Use uint64_t for flash->size
` [U-Boot] [PATCH v7 16/87] spi_flash: Use mtd_info operation for SPI-NOR
` [U-Boot] [PATCH v7 17/87] spi_flash: Use spi_flash_t instead of struct spi_flash
` [U-Boot] [PATCH v7 18/87] mtd: spi-nor: Move spi_read_then_write to spi layer
` [U-Boot] [PATCH v7 19/87] spi: Rename spi_read_then_write to spi_write_then_read
` [U-Boot] [PATCH v7 20/87] mtd: spi-nor: Rename SPI_FLASH_BAR to SPI_NOR_BAR
` [U-Boot] [PATCH v7 21/87] mtd: spi-nor: Add Kconfig entry for SPI_NOR_BAR
` [U-Boot] [PATCH v7 22/87] mtd: spi-nor: Copy spl files from drivers/mtd/spi
` [U-Boot] [PATCH v7 23/87] mtd: spi-nor: spl: Follow ascending order of include headers
` [U-Boot] [PATCH v7 24/87] mtd: spi-nor: fsl_espi_spl: Use mtd_info
` [U-Boot] [PATCH v7 25/87] mtd: spi-nor: fsl_espi_spl: Use writebufsize instead of page_size
` [U-Boot] [PATCH v7 26/87] mtd: spi-nor: spi_spl_load: Use mtd_info
` [U-Boot] [PATCH v7 27/87] spl: Add CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v7 28/87] mtd: spi-nor: Add flash vendor Kconfig entries
` [U-Boot] [PATCH v7 29/87] arm: zynq: Kconfig: Select MTD uclass
` [U-Boot] [PATCH v7 30/87] arm: zynq: Kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v7 31/87] mtd: spi-nor: Copy sf_dataflash
` [U-Boot] [PATCH v7 32/87] mtd: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v7 33/87] mtd: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v7 34/87] mtd: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v7 35/87] mtd: dataflash: Add UCLASS_MTD support
` [U-Boot] [PATCH v7 36/87] mtd: dataflash: Use spi_write_then_read
` [U-Boot] [PATCH v7 37/87] mtd: dataflash: Drop sf_internal.h
` [U-Boot] [PATCH v7 38/87] mtd: dataflash: Minor cleanups
` [U-Boot] [PATCH v7 39/87] mtd: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v7 40/87] mtd: spi-nor: Add Kconfig entry for mtd_dataflash
` [U-Boot] [PATCH v7 41/87] mtd: dataflash: Add MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v7 42/87] mtd: spi-nor: Add kconfig MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v7 43/87] configs: ls1021aqds: Drop DM_SPI_FLASH and DATAFLASH
` [U-Boot] [PATCH v7 44/87] defconfig: ls1021aqds_qspi: Enable SPI-NOR

[U-Boot] [PATCH v7 00/87] mtd: Add SPI-NOR core support
 2016-03-22  7:37 UTC 

[U-Boot] [PATCH v5 0/4] Make usb device-tree fixup independent of USB controller
 2016-03-22  7:25 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/4] drivers:usb:common:fsl-dt-fixup: Move device-tree fixup framework to common file
` [U-Boot] [PATCH v5 2/4] drivers:usb:common:fsl-dt-fixup: Remove code duplication for fdt_usb_get_node_type
` [U-Boot] [PATCH v5 3/4] drivers:usb:common:fsl-dt-fixup: Add device-tree fixup support for xhci controller
` [U-Boot] [PATCH v5 4/4] drivers:usb:common:fsl-dt-fixup: fix return value of fdt_usb_get_node_type

[U-Boot] [RFC PATCH 0/1] net: phy: Force master mode for RTL8211C
 2016-03-22  7:19 UTC  (2+ messages)
` [U-Boot] [RFC PATCH] "

[U-Boot] [PATCH 01/11] zipitz2: restore board support
 2016-03-22  6:40 UTC  (27+ messages)
` [U-Boot] [PATCH 02/11] zipitz2: enable LCD rotation
` [U-Boot] [PATCH 03/11] pxa_lcd: invert colors for Zipit Z2 to get white on black palette
` [U-Boot] [PATCH 04/11] zipitz2: enable libfdt
` [U-Boot] [PATCH 05/11] pxa-common: pxa27x has 3 OHCI ports
` [U-Boot] [PATCH 06/11] zipitz2: enable USB host support
` [U-Boot] [PATCH 07/11] pxa: start.S: enable SRAM clock
` [U-Boot] [PATCH 08/11] pxa: add support for D- and I- caches
` [U-Boot] [PATCH 09/11] pxa_lcd: make driver cache-aware
` [U-Boot] [PATCH 10/11] zipitz2: enable caches
` [U-Boot] [PATCH 11/11] cfi_flash: return device into read array mode after reading status

[U-Boot] [PATCH] Add CONFIG_GMAC_TX_DELAY=4 for OlinuXino Lime2
 2016-03-22  5:12 UTC  (16+ messages)

[U-Boot] [PATCH] sunxi:Correct the LDO settings for sinovoip-bpi-m3 board
 2016-03-22  3:03 UTC  (3+ messages)
` [U-Boot] [PATCH] sunxi: sinovoip-bpi-m3: drop LDO settings from defconfig

[U-Boot] [PATCH v2 1/3] defconfig: Reorder boards' defconfig files
 2016-03-22  2:14 UTC  (9+ messages)
` [U-Boot] [PATCH v2 2/3] net: Move CONFIG_RTL8139 to Kconfig
` [U-Boot] [PATCH v2 3/3] net: Move CONFIG_RTL8169 "

[U-Boot] [PATCH v2] serial: pl01x: Add support for devices with the rate pre-configured
 2016-03-22  2:11 UTC  (4+ messages)

[U-Boot] Build failures with hard float
 2016-03-21 22:57 UTC 

[U-Boot] [RESEND 1/2] stm32: stm32f4: move flash driver to mtd driver location
 2016-03-21 21:53 UTC  (11+ messages)

[U-Boot] [PATCH] sunxi: Enable support for the eMMC found on the orangepi plus
 2016-03-21 21:46 UTC  (3+ messages)

[U-Boot] [PATCH] arm64: Keep macro PGTABLE_SIZE for non-full-va map
 2016-03-21 19:42 UTC  (6+ messages)

[U-Boot] [PATCH] arm64: Fix layerscape mmu setup
 2016-03-21 19:30 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: Realtek RTL8211B/C PHY ID fix
 2016-03-21 19:29 UTC 

[U-Boot] [RFC V2 PATCH 0/3] Add cache for block devices
 2016-03-21 18:54 UTC  (10+ messages)
` [U-Boot] [RFC V2 PATCH 1/3] drivers: block: add block device cache
` [U-Boot] [RFC V2 PATCH 2/3] block: add Kconfig options for [CMD_]BLOCK_CACHE
` [U-Boot] [RFC V2 PATCH 3/3] mmc: add support for block device cache

[U-Boot] U-Boot broken for LS2080
 2016-03-21 18:52 UTC  (2+ messages)

[U-Boot] ext4 and caching
 2016-03-21 18:31 UTC  (14+ messages)
` [U-Boot] [RFC PATCH 0/2] simple cache layer for block devices
  ` [U-Boot] [RFC PATCH 1/2] add block device cache
  ` [U-Boot] [RFC PATCH 2/2] mmc: add support for "

[U-Boot] UBI Fastmap seems to be broken
 2016-03-21 16:35 UTC 

[U-Boot] [PATCH][v2] driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0
 2016-03-21 16:24 UTC  (2+ messages)

[U-Boot] [RFC] ARMv7: Build cache_v7.c with -O1 to avoid gcc6 breakage
 2016-03-21 16:08 UTC  (2+ messages)
` [U-Boot] [PATCH] "

[U-Boot] Problems with D-cache invalidation in Freescale eSDHC driver
 2016-03-21 16:02 UTC  (5+ messages)

[U-Boot] Newbie SPL question for socfpga_sockit
 2016-03-21 15:45 UTC  (10+ messages)

[U-Boot] [PATCH 1/6] i2c: designware_i2c: Add ic_enable_status to ic_regs struct
 2016-03-21 14:04 UTC  (18+ messages)
` [U-Boot] [PATCH 2/6] i2c: designware_i2c: Add dw_i2c_enable() helper function
` [U-Boot] [PATCH 3/6] i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed()
` [U-Boot] [PATCH 4/6] i2c: designware_i2c: Prepare for DM driver conversion
` [U-Boot] [PATCH 5/6] i2c: designware_i2c: Add DM support
` [U-Boot] [PATCH 6/6] i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86)

[U-Boot] [PATCH] mx6sabre_common: Fix U-Boot corruption after 'saveenv'
 2016-03-21 14:00 UTC 

[U-Boot] [PATCH] sunxi: Fix 2nd usb controller on sun4i/sun7i no longer working
 2016-03-21 13:50 UTC 

[U-Boot] [PATCH 00/18] sf: fix support of QSPI memories and controllers
 2016-03-21 13:13 UTC  (8+ messages)

[U-Boot] [PATCH v5 0/4] This series add MUSB support on PIC32MZDA Starter Kit
 2016-03-21 12:51 UTC  (10+ messages)
` [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql]
` [U-Boot] [PATCH v5 2/4] drivers: remove writes{b, w, l, q} and reads{b, w, l, q}
` [U-Boot] [PATCH v5 3/4] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller
` [U-Boot] [PATCH v5 4/4] board: pic32mzda: enable USB-host, USB-storage support

[U-Boot] Ethernet not found on Arria 5
 2016-03-21 12:39 UTC  (16+ messages)

[U-Boot] [PATCH] arm: socfpga: Handle phy-mode OF property for GMACs
 2016-03-21 12:38 UTC 

[U-Boot] Which entry in drivers/net/phy/realtek.c matches my device?
 2016-03-21 12:32 UTC  (2+ messages)

[U-Boot] Latest U-boot branch not booting on Hummingbird A31
 2016-03-21 10:25 UTC  (5+ messages)
    ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-03-21  9:20 UTC  (11+ messages)

[U-Boot] [UBOOT PATCH v1 0/2] Add ACPI table support on Minnowmax
 2016-03-21  9:15 UTC  (3+ messages)

[U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus
 2016-03-21  9:10 UTC  (3+ messages)

[U-Boot] [PATCH 14/18] sf: add 4byte address opcodes
 2016-03-21  8:58 UTC  (2+ messages)
` [U-Boot] [PATCH 14/18 v2] "

[U-Boot] [PATCH 14/18 v2] sf: add 4byte address opcodes
 2016-03-21  8:52 UTC 

[U-Boot] Please pull u-boot-ppc4xx/master
 2016-03-21  8:44 UTC 

[U-Boot] [PATCH 0/3] Update gdsys board support
 2016-03-21  8:41 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: Add defconfig for Sinlinx SinA31s
 2016-03-21  8:39 UTC 

[U-Boot] [PATCH 1/2] dm: spi: soft_spi: support linux way and bug fix
 2016-03-21  8:29 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] dm: gpio: introduce 74x164 driver

[U-Boot] [PATCH] arm: sunxi: Add icnova-a20-swac defconfig
 2016-03-21  8:09 UTC 

[U-Boot] [PATCH] armv8/ls2080ardb: Update DDR timing to support more UDIMMs
 2016-03-21  2:53 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2016-03-21  1:27 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2016-03-21  1:27 UTC  (2+ messages)

[U-Boot] [PATCH] mx27: 16-bit wide watchdog registers
 2016-03-20 23:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox