public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-10-28 12:39:22 to 2015-10-29 17:19:08 UTC [more...]

[U-Boot] [PATCH V2 00/13] SPL mmc refactor and alternate boot device feature
 2015-10-29 17:19 UTC  (3+ messages)
` [U-Boot] [PATCH V2 01/13] spl: nand: remove code duplication

[U-Boot] [PATCH 1/3] dm: spi: Add support for all targets which requires MANUAL_RELOC
 2015-10-29 17:19 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] dm: core: Add missing entries for manual relocation

[U-Boot] [PATCH 00/13] device model bringup of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-10-29 17:18 UTC  (27+ messages)
` [U-Boot] [PATCH 01/13] drivers: spi: ti_qspi: prepare driver for DM conversion
` [U-Boot] [PATCH 02/13] dm: core: Add a new api to get indexed device address
` [U-Boot] [PATCH 03/13] spi: Add support for dual and quad mode
` [U-Boot] [PATCH 04/13] drivers: spi: spi-uclass: fix spi slave device register
` [U-Boot] [PATCH 05/13] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH 06/13] dts: dra7: add spi alias for qspi
` [U-Boot] [PATCH 07/13] drivers: spi: ti_qspi: convert driver to adopt device driver model
` [U-Boot] [PATCH 08/13] arm: dts: dra7: add qspi register maps for memory map and control module
` [U-Boot] [PATCH 09/13] defconfig: dra72_evm: enable spi driver model
` [U-Boot] [PATCH 10/13] defconfig: dra74_evm: "
` [U-Boot] [PATCH 11/13] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH 12/13] arm: dts: am4372: add qspi register maps for memory map
` [U-Boot] [PATCH 13/13] defconfig: am437x_sk_evm: enable spi driver model

[U-Boot] [PATCH v3] common: Fix load and entry addresses in FIT image
 2015-10-29 17:16 UTC  (6+ messages)

[U-Boot] [PATCH v2] fdt_support: Check for bank size before updating memory node
 2015-10-29 17:16 UTC  (2+ messages)

[U-Boot] [PATCH] sandbox: add a sandbox timer and basic test
 2015-10-29 17:16 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/7] ARM: tegra: rename dummy XUSB padctl implementation
 2015-10-29 17:16 UTC  (14+ messages)
` [U-Boot] [PATCH V2 2/7] ARM: tegra: clean up XUSB padctl error() calls
` [U-Boot] [PATCH V2 3/7] ARM: tegra: create common XUSB padctl driver file
` [U-Boot] [PATCH V2 4/7] ARM: tegra: parameterize common XUSB code
` [U-Boot] [PATCH V2 5/7] ARM: tegra: switch Tegra210 to common XUSB padctl
` [U-Boot] [PATCH V2 6/7] ARM: tegra: add lane tables to Tegra210 "
` [U-Boot] [PATCH V2 7/7] ARM: tegra: error check Tegra210 XUSB padctl waits

[U-Boot] [PATCH] common: simply code
 2015-10-29 17:15 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: fix address cell count checking in fdt_translate_address()
 2015-10-29 17:15 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] Exynos4412: pinmux: disable pull for MMC pins
 2015-10-29 17:13 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them

[U-Boot] [PATCH 3/3][v4] crypto/fsl: SEC driver cleanup for 64 bit and endianness
 2015-10-29 16:07 UTC  (2+ messages)

[U-Boot] [PATCH] arm: imx: Switch Wandboard to use config_distro_bootcmd.h
 2015-10-29 15:54 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 0/3] vexpress64 flash support
 2015-10-29 14:50 UTC  (12+ messages)
` [U-Boot] [PATCH 3/3] vexpress64: store env in flash

[U-Boot] [PATCH V2 00/11] Add board detection for Odroid XU3 / XU3Lite / XU4
 2015-10-29 13:58 UTC  (13+ messages)
` [U-Boot] [PATCH V3 00/14] "
  ` [U-Boot] [PATCH V3 01/14] samsung: board/misc: check returned pointer for get_board_type() calls
  ` [U-Boot] [PATCH V3 02/14] s5p: cpu_info: print "cpu-model" if exists in dts
  ` [U-Boot] [PATCH V3 03/14] Peach-Pi: dts: add cpu-model string
  ` [U-Boot] [PATCH V3 05/14] dm: pmic: add s2mps11 PMIC I/O driver
  ` [U-Boot] [PATCH V3 10/14] Exynos54xx: dts: add ADC node

[U-Boot] [PATCH] nios2: add 10m50 devboard support
 2015-10-29 13:16 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] nios2: clean up macros that do not need a value in board header
 2015-10-29 13:15 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] nios2: enable setexpr command in defconfig

[U-Boot] [PATCH] nios2: remove the useless parenthesis in asm/io.h
 2015-10-29 13:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/8] sf: Add MTD support to spi_flash
 2015-10-29 13:11 UTC  (13+ messages)
` [U-Boot] [PATCH 2/8] sf: Use mtd_info ops instead of spi_flash ops
` [U-Boot] [PATCH 3/8] cmd_sf: Use mtd->size instead of flash->size
` [U-Boot] [PATCH 4/8] dm-sf: use mtd_ops, drop dm_spi_flash_ops
` [U-Boot] [PATCH 5/8] sf: Add MTD support for non-dm spi_flash interface
` [U-Boot] [PATCH 6/8] sf: probe: Minor cleanup

[U-Boot] [PATCH] i2c: Fix pca953x endianess issue
 2015-10-29 12:51 UTC 

[U-Boot] [PATCH]Drivers video correction for raspberry pi 2
 2015-10-29 12:45 UTC 

[U-Boot] [PATCH 1/1] arm: at91: reworked meesc board support
 2015-10-29 12:38 UTC 

[U-Boot] [PATCH v4 1/6] cgtqmx6eval: Add SPI NOR flash support
 2015-10-29 12:15 UTC  (11+ messages)
` [U-Boot] [PATCH v4 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v4 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v4 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v4 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v4 6/6] cgtqmx6eval: Add DFU support

[U-Boot] [PATCH v1 0/2] arm, imx6, aristainetos2: set gpr register after reset
 2015-10-29 10:55 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] add LS1043AQDS support
 2015-10-29 10:54 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] pci/layerscape: add support for LS1043A PCIe LUT register access
` [U-Boot] [PATCH 2/2] armv8/ls1043aqds: add LS1043AQDS board support

[U-Boot] [PATCH v0 0/5] Some improvements for mvebu/a38x
 2015-10-29 10:31 UTC  (19+ messages)
` [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support
` [U-Boot] [PATCH v0 2/5] arm: mvebu: Add gpio support
` [U-Boot] [PATCH v0 3/5] arm: mvebu: Fix SAR1_CPU_CORE_MASK
` [U-Boot] [PATCH v0 4/5] arm: mvebu: Fix ddr3_init() cpu config
` [U-Boot] [PATCH v0 5/5] spi: Add support for Armada 38x second controller

[U-Boot] [PATCH 3/3] colibri_vf: Add board_usb_phy_mode function
 2015-10-29 10:15 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations
 2015-10-29  9:54 UTC  (6+ messages)
` [U-Boot] [PATCH V2 1/5] splash_source: rename *_read() to *_read_raw()
` [U-Boot] [PATCH V2 2/5] splash_source: add support for filesystem formatted mmc
` [U-Boot] [PATCH V2 3/5] splash_source: add support for filesystem formatted usb
` [U-Boot] [PATCH V2 4/5] splash_source: add support for filesystem formatted sata
` [U-Boot] [PATCH V2 5/5] arm: mx6: cm-fx6: add splash locations to cm-fx6

[U-Boot] [PATCH] mmc: sdhci: assigned to current clock value for host->clock
 2015-10-29  8:40 UTC  (2+ messages)

[U-Boot] u-boot device model SPI + SPI Flash
 2015-10-29  8:22 UTC  (14+ messages)

[U-Boot] [PATCH] imx: mx7: enable CONFIG_FSL_CLK
 2015-10-29  7:59 UTC 

[U-Boot] [PATCH V3 00/16] imx: mx6/7: support lcdif
 2015-10-29  7:54 UTC  (16+ messages)
` [U-Boot] [PATCH V3 01/16] mxs: add parameter base_addr for mxs_set_lcdclk
` [U-Boot] [PATCH V3 03/16] xfi3: correct function name
` [U-Boot] [PATCH V3 04/16] mxs: regs-common.h must be wrapped with !__ASSEMBLY__
` [U-Boot] [PATCH V3 05/16] imx: include linux/types.h for regs-common.h
` [U-Boot] [PATCH V3 06/16] imx: imx-common: move lcdif structure and macro definition to imx-common
` [U-Boot] [PATCH V3 07/16] imx: lcdif: use one register structure for i.MXes
` [U-Boot] [PATCH V3 08/16] imx: mx6: fix register address
` [U-Boot] [PATCH V3 09/16] imx: mx6: crm_reg: add LCDIF related macros
` [U-Boot] [PATCH V3 10/16] imx: mx6: add clock api for lcdif
` [U-Boot] [PATCH V3 11/16] imx: mx6ul_14x14_evk: support lcdif display
` [U-Boot] [PATCH V3 12/16] video: mxsfb: introduce lcdif_power_down
` [U-Boot] [PATCH V3 13/16] imx: mx6: implement reset_misc
` [U-Boot] [PATCH V3 14/16] imx: imx-common: power down lcdif before boot os
` [U-Boot] [PATCH V3 15/16] imx: mx7: compile misc.c for mx7
` [U-Boot] [PATCH V3 16/16] imx: mx7dsabresd: support lcdif

[U-Boot] [PATCH 0/8] sf: MTD core support
 2015-10-29  7:33 UTC  (3+ messages)

[U-Boot] [PATCH v4] arm: atmel: Add SAMA5D2 Xplained board
 2015-10-29  4:28 UTC  (5+ messages)

[U-Boot] [PATCH v4] mmc: atmel: Add atmel sdhci support
 2015-10-29  4:26 UTC  (3+ messages)

[U-Boot] [PATCH v2] arm: at91: clock: Add the generated clock support
 2015-10-29  4:06 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] ARM: tegra: GPU WPR region support
 2015-10-29  3:47 UTC  (11+ messages)
` [U-Boot] [PATCH 3/4] ARM: tegra: rename GPU functions
` [U-Boot] [PATCH 4/4] ARM: tegra210: gpu: configure WPR region

[U-Boot] [PATCH] fdt: Rewrite the logic in fdt_fixup_ethernet()
 2015-10-29  2:00 UTC  (7+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2015-10-29  1:42 UTC  (4+ messages)

[U-Boot] [PATCH v1] board: ti: am57xx: Add board detection logic for am57xx evm
 2015-10-28 23:43 UTC 

[U-Boot] [PATCH v1] board: ti: am57xx Add board detection logic
 2015-10-28 23:43 UTC 

[U-Boot] [PATCH v1] ARM: omap-common: Add support for EEPROM
 2015-10-28 22:45 UTC 

[U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm
 2015-10-28 21:24 UTC 

[U-Boot] [PATCH v2] net: Do not overwrite options found in overloaded 'file' field
 2015-10-28 21:05 UTC  (2+ messages)

[U-Boot] [PATCH] image.c: Fix non-Android booting with ramdisk and/or device tree
 2015-10-28 20:56 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Use lldiv() for 64-bit division in write_raw_image()
 2015-10-28 20:55 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2015-10-28 20:55 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx
 2015-10-28 20:55 UTC  (2+ messages)

[U-Boot] Please pull u-boot-cfi-flash
 2015-10-28 20:55 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2015-10-28 20:55 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/6] cgtqmx6eval: Add SPI NOR flash support
 2015-10-28 20:30 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v3 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v3 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v3 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v3 6/6] cgtqmx6eval: Add DFU support

[U-Boot] [PATCH v3 1/3] net: eth: Clear MAC address in eth_pre_remove()
 2015-10-28 20:12 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: micrel: disable NAND-tree for KSZ8051
 2015-10-28 20:11 UTC  (2+ messages)

[U-Boot] [PATCH] net: Increase the size of the net_boot_file_name buffer
 2015-10-28 20:09 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/4] net: mdio: Add mdio_free() and mdio_unregister() API
 2015-10-28 19:50 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/4] net: pch_gbe: Add driver remove support

[U-Boot] [PATCH] net: cancel timeout handler after DHCPACK
 2015-10-28 19:49 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] sf: Add dm_spi_flash_probe
 2015-10-28 19:19 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH 3/3] sf: Remove spi_flash_remove

[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
 2015-10-28 19:08 UTC  (5+ messages)

[U-Boot] [PATCH] arm: socfpga: Add SoCFPGA SR1500 board
 2015-10-28 17:45 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] dump boot1 when boot off sdhc?
 2015-10-28 16:22 UTC 

[U-Boot] [PATCH v2] net: phy: Add support for Texas Instruments DP83867
 2015-10-28 15:59 UTC 

[U-Boot] [PATCH v5] Tegra: T210: Add QSPI driver
 2015-10-28 15:55 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS
 2015-10-28 15:20 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] MPC83xx maintainership
 2015-10-28 15:17 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/4] exynos: Properly zero initialize host in s5p_sdhci_init()
 2015-10-28 14:48 UTC  (8+ messages)
` [U-Boot] [PATCH v3 4/4] exynos: more debug and cleanup in do_sdhci_init()

[U-Boot] [PATCH v1 00/18] Fixes on gdsys boards and some new functionality
 2015-10-28 14:11 UTC  (11+ messages)
` [U-Boot] [PATCH v1 01/18] i2c: ihs_i2c: Dual channel support
` [U-Boot] [PATCH v1 04/18] board: gdsys: Configure DP501 SPDIF input


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