public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-05-14 21:49:44 to 2017-05-15 10:34:42 UTC [more...]

[U-Boot] [PATCH 00/22] mmc: Add support for HS200 and UHS modes
 2017-05-15 10:34 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  (27+ messages)
` [U-Boot] [PATCH v5 01/14] mmc: sti_sdhci: Rework sti_mmc_core_config()
` [U-Boot] [PATCH v5 02/14] ARM: dts: stih410-family: Add missing reset_names for mmc1 node
` [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 07/14] board: STiH410-B2260: add OHCI and XHCI related defines
` [U-Boot] [PATCH v5 08/14] board: STiH410-B2260: add fastboot support
` [U-Boot] [PATCH v5 09/14] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v5 11/14] ARM: DTS: STiH410: rework ehci nodes
` [U-Boot] [PATCH v5 12/14] usb: extend generic OHCI with clock, reset and phy
` [U-Boot] [PATCH v5 13/14] ARM: DTS: STiH410: rework ohci nodes
` [U-Boot] [PATCH v5 14/14] STiH410-B2260: enable USB, fastboot, reset related flags

[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  (13+ messages)
` [U-Boot] [PATCH 1/5] x86: congatec: add secureboot enabled defconfig for conga-qeval20-qa3-e3845
` [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 4/5] tools: add secure_boot_helper.py
` [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  (10+ messages)
` [U-Boot] [PATCH 1/3] sunxi: video: Split out TVE code
` [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)

[U-Boot] [PATCH v2] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD
 2017-05-15  3:03 UTC  (2+ messages)

[U-Boot] [PATCH 1/5 v2] dm: device_remove: Don't return in device_chld_remove() upon error
 2017-05-15  3:02 UTC  (6+ messages)
` [U-Boot] [PATCH 5/5 v2] spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit

[U-Boot] [PATCH] rockchip: rk3036: clock: code clean
 2017-05-15  3:02 UTC  (2+ messages)

[U-Boot] [PATCH 5/7] rockchip: rk3368: Add initial support for RK3368 based GeekBox
 2017-05-15  3:02 UTC  (6+ messages)
` [U-Boot] [PATCH] rockchip: rk3368: Set fdtfile

[U-Boot] [PATCH] rockchip: Add basic support for phyCORE-RK3288 SoM based carrier board
 2017-05-15  3:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] x86: ich6_gpio: Add use-lvl-write-cache for I/O access mode
 2017-05-15  3:02 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] x86: minnowmax: Remove incorrect pad-offset of several pins

[U-Boot] [PATCH 01/15] armv7: Add workaround for USB erratum A-009008
 2017-05-15  2:34 UTC  (15+ messages)
` [U-Boot] [PATCH 02/15] armv7: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 03/15] armv7: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 04/15] armv7: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 05/15] armv8: Add workaround for USB erratum A-009798
` [U-Boot] [PATCH 06/15] armv8: Add workaround for USB erratum A-008997
` [U-Boot] [PATCH 07/15] armv8: Add workaround for USB erratum A-009007
` [U-Boot] [PATCH 08/15] USB: config: fix compiler problem for ls1021atwr
` [U-Boot] [PATCH 09/15] usb: dwc3: Add helper functions to enable snooping and burst settings
` [U-Boot] [PATCH 10/15] usb: ums: support multiple controllers using controller_index
` [U-Boot] [PATCH 11/15] config: ls1012aqds: Add USB EHCI support for ls1012aqds
` [U-Boot] [PATCH 12/15] armv8: Add workaround for USB erratum A-009008
` [U-Boot] [PATCH 13/15] armv8/fsl-layerscape: add dwc3 gadget driver support
` [U-Boot] [PATCH 14/15] drivers:usb:xhci:fsl: Implement Erratum A-010151 for FSL USB3 controller
` [U-Boot] [PATCH 15/15] uboot: Kconfig: add ERRATUM config to Kconfig for solve compile issue

[U-Boot] [PATCH] mx6sabresd: Remove non-SPL targets
 2017-05-14 23:01 UTC 

[U-Boot] [PATCH] mx6sabresd: Remove non-SPL targets
 2017-05-14 23:00 UTC 

[U-Boot] [U-Boot 0/3] introduce Rockchip rockusb
 2017-05-14 21:49 UTC  (11+ messages)
` [U-Boot] [U-Boot 3/3] rockchip: rk3288: enable rockusb support on rk3288 based device


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