public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-02-14 03:18:55 to 2016-02-15 10:01:36 UTC [more...]

[U-Boot] [PATCH v4 0/6] add dma uclass implementation and adopt ti-edma3 to it
 2016-02-15 10:01 UTC 

[U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent
 2016-02-15  9:58 UTC  (2+ messages)

[U-Boot] [Patch V4 1/3] qe: move drivers/qe/qe.h to include/fsl_qe.h
 2016-02-15  9:56 UTC  (3+ messages)
` [U-Boot] [Patch V4 2/3] fm: fdt: Move fman ucode fixup to Fman driver code
` [U-Boot] [Patch V4 3/3] armv8/fsl-layerscape: fdt: add fixup for Fman ucode

[U-Boot] [PATCH 1/3] phy: Add phy driver support for xilinx PCS/PMA core
 2016-02-15  9:55 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] net: zynq_gem: Add support for SGMII interface
` [U-Boot] [PATCH 3/3] zynq-common: Enable phy driver for Xilinx PCS/PMA core

[U-Boot] [PATCH 1/2] drivers/crypto/fsl: add constructs for protocol descriptors
 2016-02-15  9:42 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] drivers/crypto/fsl: define structures for PDB

[U-Boot] Adding support for SPI-attached MR25H256 MRAM with Device Tree
 2016-02-15  9:38 UTC  (4+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2016-02-15  9:30 UTC  (5+ messages)

[U-Boot] [PATCH v6 01/76] mtd: Add m25p80 driver
 2016-02-15  9:15 UTC  (77+ messages)
` [U-Boot] [PATCH v6 02/76] mtd: Add Kconfig entry for MTD_M25P80
` [U-Boot] [PATCH v6 03/76] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v6 04/76] doc: device-tree-bindings: jedec, spi-nor
` [U-Boot] [PATCH v6 05/76] mtd: spi-nor: Add Kconfig entry for MTD_SPI_NOR
` [U-Boot] [PATCH v6 06/76] mtd: spi-nor: Add kconfig for MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v6 07/76] mtd: spi-nor: Add MTD support
` [U-Boot] [PATCH v6 08/76] mtd: spi-nor: Add spi_nor support in m25p80
` [U-Boot] [PATCH v6 09/76] mtd: spi-nor: Add dm spi-nor probing
` [U-Boot] [PATCH v6 10/76] mtd: spi-nor: Add spi_flash_probe for mtd-dm-spi-nor
` [U-Boot] [PATCH v6 11/76] mtd: spi-nor: Add spi_flash_free "
` [U-Boot] [PATCH v6 12/76] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
` [U-Boot] [PATCH v6 13/76] sf: Rename erase_size to erasesize
` [U-Boot] [PATCH v6 14/76] sf: Use erasesize instead of sector_size
` [U-Boot] [PATCH v6 15/76] sf: Use uint64_t for flash->size
` [U-Boot] [PATCH v6 16/76] spi_flash: Use mtd_info operation for SPI-NOR
` [U-Boot] [PATCH v6 17/76] spi_flash: Use spi_flash_t instead of struct spi_flash
` [U-Boot] [PATCH v6 18/76] mtd: spi-nor: Move spi_read_then_write to spi layer
` [U-Boot] [PATCH v6 19/76] spi: Rename spi_read_then_write to spi_write_then_read
` [U-Boot] [PATCH v6 20/76] mtd: spi-nor: Rename SPI_FLASH_BAR to SPI_NOR_BAR
` [U-Boot] [PATCH v6 21/76] mtd: spi-nor: Add Kconfig entry for SPI_NOR_BAR
` [U-Boot] [PATCH v6 22/76] mtd: spi-nor: Copy spl files from drivers/mtd/spi
` [U-Boot] [PATCH v6 23/76] mtd: spi-nor: spl: Follow ascending order of include headers
` [U-Boot] [PATCH v6 24/76] mtd: spi-nor: fsl_espi_spl: Use mtd_info
` [U-Boot] [PATCH v6 25/76] mtd: spi-nor: spi_spl_load: "
` [U-Boot] [PATCH v6 26/76] mtd: spi-nor: Add flash vendor Kconfig entries
` [U-Boot] [PATCH v6 27/76] arm: zynq: Kconfig: Select MTD uclass
` [U-Boot] [PATCH v6 28/76] arm: zynq: Kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v6 29/76] defconfigs: zynq_microzed: Drop CONFIG_SPI_FLASH
` [U-Boot] [PATCH v6 30/76] defconfig: zynq_microzed: Enable CONFIG_MTD_M25P80
` [U-Boot] [PATCH v6 31/76] defconfig: zynq_microzed: Enable CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v6 32/76] spl: Add CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v6 33/76] configs: zynq: Use CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v6 34/76] configs: zynq: Use CONFIG_SPL_MTD_SUPPORT
` [U-Boot] [PATCH v6 35/76] mtd: spi-nor: Copy sf_dataflash
` [U-Boot] [PATCH v6 36/76] mtd: dataflash: Remove unneeded spi data
` [U-Boot] [PATCH v6 37/76] mtd: dataflash: Move flash id detection into jedec_probe
` [U-Boot] [PATCH v6 38/76] mtd: dataflash: Fix add_dataflash return logic
` [U-Boot] [PATCH v6 39/76] mtd: dataflash: Add UCLASS_MTD support
` [U-Boot] [PATCH v6 40/76] mtd: dataflash: Use spi_write_then_read
` [U-Boot] [PATCH v6 41/76] mtd: dataflash: Drop sf_internal.h
` [U-Boot] [PATCH v6 42/76] mtd: dataflash: Minor cleanups
` [U-Boot] [PATCH v6 43/76] mtd: Rename sf_dataflash.c to mtd_dataflash.c
` [U-Boot] [PATCH v6 44/76] mtd: spi-nor: Add Kconfig entry for mtd_dataflash
` [U-Boot] [PATCH v6 45/76] mtd: dataflash: Add MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v6 46/76] mtd: spi-nor: Add kconfig MTD_DATAFLASH_WRITE_VERIFY
` [U-Boot] [PATCH v6 47/76] configs: ls1021aqds: Drop DM_SPI_FLASH and DATAFLASH
` [U-Boot] [PATCH v6 48/76] defconfig: ls1021aqds_qspi: Enable SPI-NOR
` [U-Boot] [PATCH v6 49/76] defconfig: ls1021aqds_qspi: Enable CONFIG_MTD_DATAFLASH
` [U-Boot] [PATCH v6 50/76] mtd: spi-nor: Copy sandbox
` [U-Boot] [PATCH v6 51/76] mtd: spi-nor: sandbox: Use spi-nor header
` [U-Boot] [PATCH v6 52/76] mtd: spi-nor: Add SPI_NOR_SANBOX
` [U-Boot] [PATCH v6 53/76] sandbox: kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v6 54/76] sandbox: kconfig: Select MTD uclass
` [U-Boot] [PATCH v6 55/76] defconfigs: sandbox: Enable SPI-NOR
` [U-Boot] [PATCH v6 56/76] mtd: sandbox: Use CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v6 57/76] defconfigs: sandbox: Enable SPI_NOR_SANDBOX
` [U-Boot] [PATCH v6 58/76] spi_flash: Use spi_flash_t
` [U-Boot] [PATCH v6 59/76] mtd: spi-nor: Add CONFIG_SPI_NOR_MISC
` [U-Boot] [PATCH v6 60/76] config: Enable SPI-NOR framework
` [U-Boot] [PATCH v6 61/76] spi-nor: Use CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v6 62/76] configs: "
` [U-Boot] [PATCH v6 63/76] configs: Use CONFIG_SPI_NOR_BAR
` [U-Boot] [PATCH v6 64/76] configs: spi-nor: Add new flash vendor configs
` [U-Boot] [PATCH v6 65/76] configs: Use CONFIG_SPI_NOR_MISC
` [U-Boot] [PATCH v6 66/76] spi: Drop mode_rx
` [U-Boot] [PATCH v6 67/76] spi: Drop SPI_RX_FAST
` [U-Boot] [PATCH v6 68/76] configs: Enable MTD uclass in missing configs
` [U-Boot] [PATCH v6 69/76] configs: Drop CONFIG_SPI_FLASH_MTD
` [U-Boot] [PATCH v6 70/76] uclass: Replace UCLASS_SPI_FLASH with UCLASS_MTD
` [U-Boot] [PATCH v6 71/76] uclass: Drop UCLASS_SPI_FLASH
` [U-Boot] [PATCH v6 72/76] configs: Use CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v6 73/76] configs: Enable CONFIG_SPL_MTD_SUPPORT
` [U-Boot] [PATCH v6 74/76] sf: Drop entire spi-flash framework
` [U-Boot] [PATCH v6 75/76] MAINTAINERS: Add myself as SPI NOR maintainer
` [U-Boot] [PATCH v6 76/76] configs: CONFIG_MTD_SPI_NOR_USE_4K_SECTORS

[U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6
 2016-02-15  8:33 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: Correct handling of 'gpio status'
 2016-02-15  7:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] net: gem: Add support for reading MAC from I2C EEPROM
 2016-02-15  7:16 UTC  (5+ messages)

[U-Boot] [PATCH] Revert "gpio: Allow 's' as an abbreviation for 'status'"
 2016-02-15  7:11 UTC  (2+ messages)

[U-Boot] [PATCH] cmd/gpio: fix not working 'gpio set' command
 2016-02-15  6:50 UTC 

[U-Boot] trouble with patman
 2016-02-15  6:39 UTC  (3+ messages)

[U-Boot] How to boot bare board binary from U-Boot>
 2016-02-15  6:25 UTC  (4+ messages)

[U-Boot] [PATCH] armv8/ls1043aqds: Add USB support for ls1043aqds
 2016-02-15  6:05 UTC 

[U-Boot] [Patch V3 1/3] qe: move drivers/qe/qe.h to include/fsl_qe.h
 2016-02-15  5:44 UTC  (11+ messages)
` [U-Boot] [Patch V3 2/3] fm: fdt: Move fman ucode fixup to Fman driver code

[U-Boot] i.MX286 U-Boot fails with code HTLLCL0x8050100b
 2016-02-15  4:09 UTC  (2+ messages)

[U-Boot] [PATCH] Gracefully handle 64-bit Load Address and Entry Point Address mkimage parameters
 2016-02-15  3:25 UTC 

[U-Boot] [PATCH v2 0/7] driver model bring-up of sata device on dra72 and dra74 evm
 2016-02-15  3:03 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/7] drivers: block: disk-uclass: implement scsi_init()

[U-Boot] [PATCH] ARM: tegra: enable USB device mode port on Dalmore
 2016-02-15  2:29 UTC  (3+ messages)

[U-Boot] [PATCH] test/py: handle exceptions in console creation
 2016-02-15  2:26 UTC  (3+ messages)

[U-Boot] [PATCH 00/30] dm: Add driver-model support for block drivers
 2016-02-15  2:16 UTC  (31+ messages)
` [U-Boot] [PATCH 01/30] dm: Drop the block_dev_desc_t typedef
` [U-Boot] [PATCH 02/30] dm: pci: Break out the common region display code
` [U-Boot] [PATCH 03/30] dm: part: Correct a sandbox build warning
` [U-Boot] [PATCH 04/30] dm: fdtdec: "
` [U-Boot] [PATCH 05/30] dm: part: Drop the common.h header
` [U-Boot] [PATCH 06/30] dm: Add a new header for block devices
` [U-Boot] [PATCH 07/30] dm: blk: Convert interface type to an enum
` [U-Boot] [PATCH 08/30] dm: blk: Add comments to a few functions
` [U-Boot] [PATCH 09/30] dm: blk: Rename get_dev() to blk_get_dev()
` [U-Boot] [PATCH 10/30] dm: blk: Rename get_device() to blk_get_device_str()
` [U-Boot] [PATCH 11/30] dm: blk: Rename get_device_and_partition()
` [U-Boot] [PATCH 12/30] dm: part: Add a cast to avoid a compiler warning
` [U-Boot] [PATCH 13/30] dm: sandbox: Enable all partition types
` [U-Boot] [PATCH 14/30] dm: part: Convert partition API use to linker lists
` [U-Boot] [PATCH 15/30] dm: part: Rename some partition functions
` [U-Boot] [PATCH 16/30] dm: cbfs: Fix handling of invalid type
` [U-Boot] [PATCH 17/30] dm: sandbox: Enable cbfs and cramfs
` [U-Boot] [PATCH 18/30] dm: block: Rename device number member dev to devnum
` [U-Boot] [PATCH 19/30] dm: block: Adjust device calls to go through helpers function
` [U-Boot] [PATCH 20/30] dm: usb: Avoid exceeding available array size for storage devices
` [U-Boot] [PATCH 21/30] dm: usb: Tidy up storage code ready for driver model conversion
` [U-Boot] [PATCH 22/30] dm: blk: Add a block-device uclass
` [U-Boot] [PATCH 23/30] dm: sandbox: Prepare block driver for driver-model conversion
` [U-Boot] [PATCH 24/30] dm: sandbox: Add driver-model block-device support for sandbox
` [U-Boot] [PATCH 25/30] dm: usb: Convert USB storage to use driver-model for block devs
` [U-Boot] [PATCH 26/30] dm: usb: Unbind old block devices when shutting down USB
` [U-Boot] [PATCH 27/30] dm: sandbox: Switch over to use DM for block devices
` [U-Boot] [PATCH 28/30] dm: sandbox: Drop the pre-DM host implementation
` [U-Boot] [PATCH 29/30] dm: usb: Clean up USB after each test
` [U-Boot] [PATCH 30/30] dm: blk: Add tests for block devices

[U-Boot] [PATCH 00/16] image: Fix various test failures
 2016-02-15  1:37 UTC  (17+ messages)
` [U-Boot] [PATCH 01/16] image: Correct the OS location code to work on sandbox
` [U-Boot] [PATCH 02/16] Revert "image-fit: Fix signature checking"
` [U-Boot] [PATCH 03/16] image: Fix FIT and vboot tests to exit sandbox correctly
` [U-Boot] [PATCH 04/16] trace: Fix compiler warnings in trace
` [U-Boot] [PATCH 05/16] lib: Don't instrument the div64 function
` [U-Boot] [PATCH 06/16] trace: Improve the trace test number recognition
` [U-Boot] [PATCH 07/16] timer: Support tracing fully
` [U-Boot] [PATCH 08/16] timer: Provide an early timer
` [U-Boot] [PATCH 09/16] timer: Set up the real timer after driver model is available
` [U-Boot] [PATCH 10/16] sandbox: timer: Support the early timer
` [U-Boot] [PATCH 11/16] sandbox: Correct ordering of defconfig
` [U-Boot] [PATCH 12/16] sandbox: Enable the early timer
` [U-Boot] [PATCH 13/16] sandbox: spi: Add more debugging to SPI emulation
` [U-Boot] [PATCH 14/16] sandbox: spi: Remove an incorrect free()
` [U-Boot] [PATCH 15/16] spi: Correct two error return values
` [U-Boot] [PATCH 16/16] spi: Re-enable the SPI flash tests

[U-Boot] [PATCH] test/py: put "Starting U-Boot" into separate log section
 2016-02-15  1:20 UTC  (2+ messages)

[U-Boot] [PATCH V3] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-15  1:19 UTC  (3+ messages)

[U-Boot] [PATCH] test/py: print summary in test order
 2016-02-15  1:19 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: fix CONFIG_SPL test
 2016-02-15  1:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] test/py: don't import pexpect
 2016-02-15  1:19 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] Enable test/py for sandbox in Travis CI

[U-Boot] [PATCH] test/py: add docs for gdbserver and pytest options
 2016-02-15  1:18 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
 2016-02-15  1:18 UTC  (3+ messages)

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-02-14 20:46 UTC 

[U-Boot] [PATCH 1/3] spi: omap3: Move headers code inside the driver
 2016-02-14 20:35 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] spi: omap3: Make local functions as static
` [U-Boot] [PATCH 3/3] spi: omap3: Convert to driver model

[U-Boot] [PATCH] ARM: rpi: set initrd_high
 2016-02-14 19:30 UTC  (2+ messages)

[U-Boot] [Regression] gpio set command broken
 2016-02-14 19:16 UTC 

[U-Boot] [PATCH] arm: socfpga: Remove bashisms from qts filter
 2016-02-14 19:16 UTC  (5+ messages)

[U-Boot] [PATCH v2] tools: fix env_flags build
 2016-02-14 19:13 UTC 

[U-Boot] pull request: u-boot-uniphier/master
 2016-02-14 18:56 UTC  (2+ messages)

[U-Boot] Pull request: nand flash
 2016-02-14 18:56 UTC  (2+ messages)

[U-Boot] [PATCH] tools: fix env_flags build
 2016-02-14 18:54 UTC  (2+ messages)

[U-Boot] [PATCH] arm: at91: Add support for DENX MA5D4 SoM and EVK
 2016-02-14 13:41 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/3] UniPhier: add new boards and update existing DTS
 2016-02-14  8:44 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: uniphier: drop unnecessary "bootm_low" environment define
 2016-02-14  8:43 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: uniphier: adjust DDR clock delay line for ProXstream2
 2016-02-14  8:43 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] ARM: uniphier: fix makefiles to build cmd_ddr(m)phy.c
 2016-02-14  8:41 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] ARM: uniphier: move cmd_ddrmphy.c to fix build error

[U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB
 2016-02-14  8:38 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: uniphier: update U-Boot file names
 2016-02-14  8:36 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: uniphier: support some more DRAM use cases on PH1-Pro4
 2016-02-14  8:33 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] ARM: uniphier: several fixes of include/configs/uniphiers.h
 2016-02-14  8:32 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: uniphier: remove unused header mio-regs.h
 2016-02-14  8:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/13] ARM: uniphier: a collection of clean-ups and new clock driver
 2016-02-14  8:29 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: H3: Add support for the host usb-phys
 2016-02-14  7:45 UTC  (2+ messages)

[U-Boot] [PATCH] x86: fix memalign() parameter order
 2016-02-14  3:19 UTC  (3+ messages)


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