public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-05-15 03:03:32 to 2017-05-15 10:57:52 UTC [more...]

[U-Boot] [PATCH 00/47] Kconfig: Convert commands (D to L) to Kconfig
 2017-05-15 10:57 UTC  (38+ messages)
` [U-Boot] [PATCH 01/47] configs: Re-sync
` [U-Boot] [PATCH 02/47] Kconfig: Drop CONFIG_CMD_DS4510_INFO
` [U-Boot] [PATCH 03/47] Kconfig: Drop CONFIG_CMD_DS4510_MEM
` [U-Boot] [PATCH 04/47] Kconfig: Drop CONFIG_CMD_DS4510_RST
` [U-Boot] [PATCH 05/47] Kconfig: Drop CONFIG_CMD_DS4510
` [U-Boot] [PATCH 06/47] Convert CONFIG_DS4510 to Kconfig
` [U-Boot] [PATCH 07/47] Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR
` [U-Boot] [PATCH 08/47] Drop three-wire serial (TWS) support
` [U-Boot] [PATCH 09/47] Drop digital thermometer and thermostat (DTT) drivers
` [U-Boot] [PATCH 10/47] Kconfig: Drop CONFIG_SYS_I2C_DS1621_ADDR
` [U-Boot] [PATCH 11/47] Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR
` [U-Boot] [PATCH 12/47] Convert CONFIG_CMD_ECCTEST to Kconfig
` [U-Boot] [PATCH 13/47] Convert CONFIG_CMD_EECONFIG "
` [U-Boot] [PATCH 14/47] Convert CONFIG_CMD_EEPROM et al "
` [U-Boot] [PATCH 15/47] Convert CONFIG_CMD_ENTERRCM "
` [U-Boot] [PATCH 16/47] Convert CONFIG_CMD_ENV "
` [U-Boot] [PATCH 17/47] Convert CONFIG_CMD_ENV_CALLBACK "
` [U-Boot] [PATCH 18/47] Convert CONFIG_CMD_ENV_FLAGS "
` [U-Boot] [PATCH 19/47] Convert CONFIG_CMD_ERRATA "
` [U-Boot] [PATCH 20/47] Convert CONFIG_CMD_ESBC_VALIDATE "
` [U-Boot] [PATCH 21/47] Convert CONFIG_CMD_ETHSW "
` [U-Boot] [PATCH 22/47] Convert CONFIG_CMD_FDC "
` [U-Boot] [PATCH 23/47] Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP
` [U-Boot] [PATCH 24/47] Convert CONFIG_CMD_FPGAD to Kconfig
` [U-Boot] [PATCH 25/47] Convert CONFIG_CMD_FPGA_LOADBP et al "
` [U-Boot] [PATCH 26/47] Convert CONFIG_CMD_FUSE "
` [U-Boot] [PATCH 27/47] Convert CONFIG_CMD_GETTIME "
` [U-Boot] [PATCH 28/47] Convert CONFIG_CMD_GSC "
` [U-Boot] [PATCH 29/47] Convert CONFIG_CMD_HASH "
` [U-Boot] [PATCH 30/47] Kconfig: Add CONFIG_HASH to enable hashing API
` [U-Boot] [PATCH 31/47] Convert CONFIG_CMD_HD44760 to Kconfig
` [U-Boot] [PATCH 32/47] Convert CONFIG_CMD_HDMIDETECT "
` [U-Boot] [PATCH 33/47] Convert CONFIG_CMD_IDE "
` [U-Boot] [PATCH 34/47] Kconfig: Add a CONFIG_IDE option
` [U-Boot] [PATCH 35/47] Convert CONFIG_CMD_IMMAP to Kconfig
` [U-Boot] [PATCH 36/47] Kconfig: Drop CONFIG_CMD_IMXOTP
` [U-Boot] [PATCH 37/47] Kconfig: Drop CONFIG_CMD_IMX_FUSE

[U-Boot] [PATCH v3 0/4] Add Intel Arria 10 SoC FPGA driver
 2017-05-15 10:52 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v3 2/4] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v3 3/4] arm: socfpga: Move FPGA manager driver to FPGA driver
` [U-Boot] [PATCH v3 4/4] arm: socfpga: Add FPGA driver support for Arria 10

[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
 2017-05-15 10:49 UTC  (47+ messages)
` [U-Boot] [PATCH 01/22] mmc: split mmc_startup()
` [U-Boot] [PATCH 02/22] mmc: move the MMC startup for version above v4.0 in a separate function
` [U-Boot] [PATCH 03/22] mmc: make ext_csd part of struct mmc
` [U-Boot] [PATCH 04/22] mmc: add a function to read and test the ext csd (mmc >= 4)
` [U-Boot] [PATCH 05/22] mmc: introduces mmc modes
` [U-Boot] [PATCH 06/22] mmc: Add a fonction to dump the mmc capabilities
` [U-Boot] [PATCH 07/22] mmc: use mmc modes to select the correct bus speed
` [U-Boot] [PATCH 08/22] cmd: mmc: display the mode name and current bus speed in the mmc info
` [U-Boot] [PATCH 09/22] mmc: refactor SD startup to make it easier to support new modes
` [U-Boot] [PATCH 10/22] mmc: refactor MMC "
` [U-Boot] [PATCH 11/22] mmc: make mmc_set_ios() return status
` [U-Boot] [PATCH 12/22] mmc: Enable signal voltage to be selected from mmc core
` [U-Boot] [PATCH 13/22] mmc: Add a new callback function to enable/disable vdd
` [U-Boot] [PATCH 14/22] mmc: add power cyle support in mmc core
` [U-Boot] [PATCH 15/22] mmc: add a new mmc parameter to disable mmc clock
` [U-Boot] [PATCH 16/22] mmc: disable the mmc clock during power off
` [U-Boot] [PATCH 17/22] mmc: Add a execute_tuning() callback to the mmc operations
` [U-Boot] [PATCH 18/22] mmc: add HS200 support in MMC core
` [U-Boot] [PATCH 19/22] mmc: Add a new callback function to check if the card is busy
` [U-Boot] [PATCH 20/22] mmc: Add support for UHS modes
` [U-Boot] [PATCH 21/22] mmc: Change mode when switching to a boot partition
` [U-Boot] [PATCH 22/22] mmc: Retry some MMC cmds on failure

[U-Boot] [PATCH v2 0/7] Add basic support for Rockchip RK3368 SOC
 2017-05-15 10:19 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver
` [U-Boot] [PATCH v2 2/7] rockchip: rk3368: Add pinctrl driver
` [U-Boot] [PATCH v2 3/7] rockchip: rk3368: Add core start-up code for RK3368
` [U-Boot] (no subject)
` [U-Boot] [PATCH v2 5/7] rockchip: rk3368: add Sheep board
` [U-Boot] [PATCH v2 6/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox
` [U-Boot] [PATCH v2 7/7] rockchip: rk3368: Add PX5 Evaluation board
` [U-Boot] [PATCH v2 4/7] rockchip: rk3368: Add sysreset driver

[U-Boot] Please pull from u-boot-i2c
 2017-05-15  9:45 UTC 

[U-Boot] [PATCH] meson-gxbb: Add NanoPi K2
 2017-05-15  9:30 UTC  (2+ messages)

[U-Boot] [PATCH v5 00/14] STiH410-B2260: add reset, usb and fastboot support
 2017-05-15  9:24 UTC  (13+ messages)
` [U-Boot] [PATCH v5 03/14] mmc: sti_sdhci: Use reset framework
` [U-Boot] [PATCH v5 06/14] usb: dwc3: Add dwc3 glue driver support for STi
` [U-Boot] [PATCH v5 09/14] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v5 12/14] usb: extend generic OHCI with clock, reset and phy

[U-Boot] [PATCH] cmd: usb: check usb_stor_curr_dev in usb dev with no parameter
 2017-05-15  9:15 UTC 

[U-Boot] [PATCH] block: sata: ceva: drop extraneous netdev.h include
 2017-05-15  8:48 UTC  (2+ messages)

[U-Boot] [PATCHv6 00/28] Retrieve MAC address from EEPROM
 2017-05-15  8:22 UTC  (35+ messages)
` [U-Boot] [PATCHv6 01/28] ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc
` [U-Boot] [PATCHv6 02/28] sun7i: Add support for Olimex A20-OLinuXino-LIME2-eMMC
` [U-Boot] [PATCHv6 03/28] net: core: Add PHY_GIGE as a Kconfig symbol
` [U-Boot] [PATCHv6 04/28] net: sunxi simplify defconfig
` [U-Boot] [PATCHv6 05/28] net: sunxi: Re-add RTL8211X_PHY_FORCE_MASTER
` [U-Boot] [PATCHv6 06/28] net: sunxi: Restore sunxi_[eg]mac behavior
` [U-Boot] [PATCHv6 07/28] net: sunxi: Move GMAC_TX_DELAY to the driver
` [U-Boot] [PATCHv6 08/28] net: cosmetic: Do not use magic values for ARP_HLEN
` [U-Boot] [PATCHv6 09/28] net: core: Sanitize get/set operations for enetaddr
` [U-Boot] [PATCHv6 10/28] net: core: Inform the user of the device MAC address
` [U-Boot] [PATCHv6 11/28] net: core: Add MAC address helper functions
` [U-Boot] [PATCHv6 12/28] net: Add ability to set MAC address via EEPROM
` [U-Boot] [PATCHv6 13/28] net: core: print the source of the MAC address
` [U-Boot] [PATCHv6 14/28] net: cosmetic: A MAC address is not limited to SROM
` [U-Boot] [PATCHv6 15/28] net: core: Check return value of read_rom_hwaddr
` [U-Boot] [PATCHv6 16/28] fdt: fixup_eth: Remove code duplication with a function
` [U-Boot] [PATCHv6 17/28] fdt: fixup_eth: improve error catching/reduce identation
` [U-Boot] [PATCHv6 18/28] arm: sunxi: Expose function to generate sunxi-specific a MAC address
` [U-Boot] [PATCHv6 19/28] net: sunxi_emac: Write HW address via net_ops hook
` [U-Boot] [PATCHv6 20/28] net: sunxi: Rename sunxi_emac to a more specific sun4i_mac
` [U-Boot] [PATCHv6 21/28] net: sunxi: Have sunxi common functions together
` [U-Boot] [PATCHv6 22/28] net: sun4i_mac: Add read_rom_hwaddr hook
` [U-Boot] [PATCHv6 23/28] net: sun7i_mac: Make the sun7i a dw driver subclass
` [U-Boot] [PATCHv6 24/28] net: dw: Expose designware_eth_start
` [U-Boot] [PATCHv6 25/28] net: sun7i_mac: Add read_rom_hwaddr hook
` [U-Boot] [PATCHv6 26/28] net: sun8i_gmac: "
` [U-Boot] [PATCHv6 27/28] net: sun8i: fix whitespace
` [U-Boot] [PATCHv6 28/28] net: sunxi: Enable eeprom on OLinuXino Lime boards (again)

[U-Boot] [PATCH v2 0/5] usb: Extend ehci and ohci generic drivers
 2017-05-15  8:03 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/5] reset: add reset_request()
` [U-Boot] [PATCH v2 2/5] usb: host: add error path and remove callback in ehci-generic
` [U-Boot] [PATCH v2 3/5] usb: host: extend generic EHCI driver with PHY
` [U-Boot] [PATCH v2 4/5] usb: host: replace printf() by error() in ehci-generic
` [U-Boot] [PATCH v2 5/5] usb: host: extend generic OHCI with CLOCK, RESET and PHY

[U-Boot] [PATCH v2 00/71] dm: Add support for a 'live' device tree
 2017-05-15  7:34 UTC  (5+ messages)
` [U-Boot] [PATCH v2 05/71] dm: Add a function to create "

[U-Boot] [PATCH 0/5] Introduce secure boot for Baytrail
 2017-05-15  7:29 UTC  (9+ messages)
` [U-Boot] [PATCH 2/5] x86: baytrail: Add fsp-header verification for secure boot fsp
` [U-Boot] [PATCH 3/5] x86: baytrail: secureboot: Add functions for verification of u-boot
` [U-Boot] [PATCH 5/5] doc: x86: Add section about secure boot on Baytrail

[U-Boot] [PATCH] kbuild: update DTC warning settings for bus and node/property name checks
 2017-05-15  7:07 UTC 

[U-Boot] [PATCH] LS2081ARDB: Enable CONFIG_SPI_FLASH_BAR option
 2017-05-15  6:50 UTC  (3+ messages)

[U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
 2017-05-15  6:47 UTC  (10+ messages)
` [U-Boot] [PATCH] sf: Fix s25fs512s erase size and remove SECT_4K flag

[U-Boot] [PATCH 0/3] sunxi: video: Add support for TV (composite) output on H3/H5
 2017-05-15  6:31 UTC  (8+ messages)
` [U-Boot] [PATCH 3/3] sunxi: video: Add H3/H5 TV out driver
    ` [U-Boot] [linux-sunxi] "

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2017-05-15  6:18 UTC  (2+ messages)

[U-Boot] [PATCH 01/33] mmc: select the available type from host_caps and card_caps
 2017-05-15  6:07 UTC  (33+ messages)
` [U-Boot] [PATCH 02/33] mmc: add set_timing entry for timing selection
` [U-Boot] [PATCH 03/33] mmc: xenon_sdhci: drop redundant timing definitions
` [U-Boot] [PATCH 04/33] mmc: rework high speed mode selection
` [U-Boot] [PATCH 05/33] mmc: sdhci: fix HISPD bit setting
` [U-Boot] [PATCH 06/33] mmc: add card_busy to query card status
` [U-Boot] [PATCH 07/33] mmc: dw_mmc: implement card_busy detection
` [U-Boot] [PATCH 08/33] mmc: sdhci: "
` [U-Boot] [PATCH 09/33] mmc: rework mmc_switch for non-send_status scenario
` [U-Boot] [PATCH 10/33] mmc: add support for HS200 mode of eMMC4.5
` [U-Boot] [PATCH 11/33] mmc: rework ddr mode judgement with timing
` [U-Boot] [PATCH 12/33] mmc: remove tran_speed from struct mmc
` [U-Boot] [PATCH 13/33] cmd: mmc: show the current speed mode
` [U-Boot] [PATCH 14/33] clk: introduce clk_phase get/set function & callback
` [U-Boot] [PATCH 15/33] rockchip: clk: rk3288: fix mmc clock setting
` [U-Boot] [PATCH 16/33] rockchip: clk: rk3288: add support for the clock phase
` [U-Boot] [PATCH 17/33] rockchip: clk: rk3399: fix emmc clock setting
` [U-Boot] [PATCH 18/33] mmc: dw_mmc: add the support for the tuning scheme
` [U-Boot] [PATCH 19/33] mmc: dw_mmc: rockchip: implement tuning with clock phase framework
` [U-Boot] [PATCH 20/33] mmc: dw_mmc: reset controller after data error
` [U-Boot] [PATCH 21/33] mmc: add DDR52 support for eMMC card
` [U-Boot] [PATCH 22/33] mmc: dw_mmc: rockchip: fix data crc error on ddr52 8bit mode
` [U-Boot] [PATCH 23/33] mmc: dw_mmc: fix bus width setting
` [U-Boot] [PATCH 24/33] mmc: sdhci: rockchip: "
` [U-Boot] [PATCH 25/33] mmc: sdhci: update host->clock after clock setting
` [U-Boot] [PATCH 26/33] mmc: sdhci: add support for UHS timing
` [U-Boot] [PATCH 27/33] mmc: sdhci: rename set_clock callback
` [U-Boot] [PATCH 28/33] mmc: sdhci: export sdhci_set_clock()
` [U-Boot] [PATCH 29/33] mmc: sdhci: rockchip: add phy support
` [U-Boot] [PATCH 30/33] mmc: sdhci: add the support for tuning
` [U-Boot] [PATCH 31/33] mmc: add support for HS400 mode of eMMC5.0
` [U-Boot] [PATCH 32/33] dts: rk3399: change the maximum eMMC clock frequency to 150MHz
` [U-Boot] [PATCH 33/33] SPL: tiny-printf: add "X" modifier

[U-Boot] [PATCH 01/33] mmc: select the available type from host_caps and card_caps
 2017-05-15  5:57 UTC  (5+ messages)
` [U-Boot] [PATCH 02/33] mmc: add set_timing entry for timing selection
` [U-Boot] [PATCH 03/33] mmc: xenon_sdhci: drop redundant timing definitions
` [U-Boot] [PATCH 04/33] mmc: rework high speed mode selection
` [U-Boot] [PATCH 05/33] mmc: sdhci: fix HISPD bit setting

[U-Boot] [PATCH] ARM: dts: uniphier: sync DT with Linux
 2017-05-15  5:23 UTC 

[U-Boot] [PATCH 0/4] mmc: deprecate CONFIG_GENERIC_MMC finally
 2017-05-15  4:57 UTC  (2+ messages)

[U-Boot] [PATCH v2] mmc: sdhci-cadence: import updates from Linux 4.12
 2017-05-15  4:56 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v5] armv8: ls2080a: Reorganise NAND_BOOT code in config flag
 2017-05-15  4:43 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2][v5] armv8: ls2080aqds: Add support for SD boot

[U-Boot] [PATCH v3 00/12] i2c: Remove old I2C support
 2017-05-15  4:26 UTC  (25+ messages)
` [U-Boot] [PATCH v3 01/12] i2c: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH v3 02/12] i2c: powerpc: Remove use of CONFIG_HARD_I2C
` [U-Boot] [PATCH v3 03/12] i2c: cm5200: Drop use of CONFIG_I2C_HARD
` [U-Boot] [PATCH v3 04/12] i2c: pdm360ng: "
` [U-Boot] [PATCH v3 05/12] i2c: keymile: "
` [U-Boot] [PATCH v3 06/12] i2c: mxc_i2c: "
` [U-Boot] [PATCH v3 07/12] i2c: omap: Modify code to work without CONFIG_I2C_HARD
` [U-Boot] [PATCH v3 08/12] i2c: Finish dropping use of CONFIG_I2C_HARD
` [U-Boot] [PATCH v3 09/12] i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX
` [U-Boot] [PATCH v3 10/12] i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT
` [U-Boot] [PATCH v3 11/12] Drop CONFIG_I2CFAST
` [U-Boot] [PATCH v3 12/12] Drop use of CONFIG_I2C_SOFT

[U-Boot] [USB]USB2.0 device timeout issue
 2017-05-15  4:16 UTC 

[U-Boot] [PATCH 01/17] arch/arm/cpu/arm926ejs/omap: Remove
 2017-05-15  4:13 UTC  (3+ messages)
` [U-Boot] [PATCH 02/17] omap24xx_i2c.c: Drop references to CONFIG_OMAP243X

[U-Boot] [PATCH] ARMv8/sec_firmware : Update chosen/kaslr-seed
 2017-05-15  3:57 UTC  (2+ messages)

[U-Boot] USB2.0 device timeout issue
 2017-05-15  3:51 UTC  (3+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH] sandbox: Fix comparison of unsigned enum expression warning
 2017-05-15  3:03 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