public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-05-24 00:48:06 to 2017-05-25 00:19:04 UTC [more...]

[U-Boot] Please pull u-boot-dm
 2017-05-25  0:19 UTC 

[U-Boot] Please pull u-boot-fdt, take 2
 2017-05-25  0:15 UTC 

[U-Boot] [PATCH v3 00/72] dm: Add support for a 'live' device tree
 2017-05-25  0:07 UTC  (143+ messages)
` [U-Boot] [PATCH v3 01/72] dm: core: Set return value first in lists_bind_fdt()
` [U-Boot] [PATCH v3 02/72] Update WARN_ON() to return a value
` [U-Boot] [PATCH v3 03/72] dm: core: Add livetree definitions
` [U-Boot] [PATCH v3 04/72] dm: core: Add livetree access functions
` [U-Boot] [PATCH v3 05/72] dm: Add a function to create a 'live' device tree
` [U-Boot] [PATCH v3 06/72] dm: Build a live tree after relocation
` [U-Boot] [PATCH v3 07/72] dm: core: Rename of_device_is_compatible()
` [U-Boot] [PATCH v3 08/72] dm: core: Add operations on device tree references
` [U-Boot] [PATCH v3 09/72] dm: core: Add livetree address functions
` [U-Boot] [PATCH v3 10/72] fdt: Update fdt_get_base_address() to use const
` [U-Boot] [PATCH v3 11/72] dm: core: Add address operations on device tree references
` [U-Boot] [PATCH v3 12/72] dm: core: Add a place to put extra device-tree reading functions
` [U-Boot] [PATCH v3 13/72] dm: core: Add device-based 'read' functions to access DT
` [U-Boot] [PATCH v3 14/72] dm: core: Implement live tree 'read' functions
` [U-Boot] [PATCH v3 15/72] dm: core: Allow binding a device from a live tree
` [U-Boot] [PATCH v3 16/72] dm: core: Update lists_bind_fdt() to use ofnode
` [U-Boot] [PATCH v3 17/72] dm: core: Update device_bind_driver_to_node() "
` [U-Boot] [PATCH v3 18/72] dm: core: Scan the live tree when setting up driver model
` [U-Boot] [PATCH v3 19/72] dm: core: Add a way to find a device by ofnode
` [U-Boot] [PATCH v3 20/72] dm: regmap: Add support for livetree
` [U-Boot] [PATCH v3 21/72] dm: simple-bus: "
` [U-Boot] [PATCH v3 22/72] dm: core: Update uclass_find_device_by_phandle() "
` [U-Boot] [PATCH v3 23/72] sandbox: Add a way to reset sandbox state for tests
` [U-Boot] [PATCH v3 24/72] dm: test: Move test running code into a separate function
` [U-Boot] [PATCH v3 25/72] dm: test: Show the test filename when running
` [U-Boot] [PATCH v3 26/72] dm: test: Add support for running tests with livetree
` [U-Boot] [PATCH v3 27/72] dm: core: Run tests with both livetree and flat tree
` [U-Boot] [PATCH v3 28/72] dm: gpio: Refactor to prepare for live tree support
` [U-Boot] [PATCH v3 29/72] dm: gpio: Drop blank line in gpio_xlate_offs_flags() comment
` [U-Boot] [PATCH v3 30/72] dm: gpio: sandbox: Use dev_read...() functions to access DT
` [U-Boot] [PATCH v3 31/72] dm: gpio: Add live tree support
` [U-Boot] [PATCH v3 32/72] cros_ec: Fix debug() statement in ec_command_inptr()
` [U-Boot] [PATCH v3 33/72] cros_ec: Convert to support live tree
` [U-Boot] [PATCH v3 34/72] sandbox: Add a new sandbox_flattree board
` [U-Boot] [PATCH v3 35/72] test: Update 'make test' to run more tests
` [U-Boot] [PATCH v3 36/72] fdt: Rename a few functions in fdt_support
` [U-Boot] [PATCH v3 37/72] dm: Add more livetree helpers and definitions
` [U-Boot] [PATCH v3 38/72] string: Add strchrnul()
` [U-Boot] [PATCH v3 39/72] string: Add strcspn()
` [U-Boot] [PATCH v3 40/72] dm: i2c: Convert uclass to livetree
` [U-Boot] [PATCH v3 41/72] samsung: Move pmic header out of config file
` [U-Boot] [PATCH v3 42/72] dm: pmic: Convert uclass to livetree
` [U-Boot] [PATCH v3 43/72] sandbox: pmic: Convert pmic emulator to support livetree
` [U-Boot] [PATCH v3 44/72] dm: regulator: Convert regulator uclass "
` [U-Boot] [PATCH v3 45/72] dm: regulator: Update fixed regulator "
` [U-Boot] [PATCH v3 46/72] dm: mmc: Convert uclass to livetree
` [U-Boot] [PATCH v3 47/72] dm: adc: "
` [U-Boot] [PATCH v3 48/72] dm: usb: "
` [U-Boot] [PATCH v3 49/72] sandbox: usb: Convert emulators "
` [U-Boot] [PATCH v3 50/72] clk: Modify xlate() method for livetree
` [U-Boot] [PATCH v3 51/72] dm: clk: Update uclass to support livetree
` [U-Boot] [PATCH v3 52/72] dm: clk: fixed: Update "
` [U-Boot] [PATCH v3 53/72] dm: test: Separate out the bus DT offset test
` [U-Boot] [PATCH v3 54/72] dm: test: Disable the fdt_offset test with livetree
` [U-Boot] [PATCH v3 55/72] dm: phy: Update tests to use ut_asserteq()
` [U-Boot] [PATCH v3 56/72] dm: mailbox: Update uclass to support livetree
` [U-Boot] [PATCH v3 57/72] dm: phy: "
` [U-Boot] [PATCH v3 58/72] sandbox: phy: Update driver for livetree
` [U-Boot] [PATCH v3 59/72] dm: power-domain: Update uclass to support livetree
` [U-Boot] [PATCH v3 60/72] dm: reset: "
` [U-Boot] [PATCH v3 61/72] dm: pci: "
` [U-Boot] [PATCH v3 62/72] dm: Update the I2C eeprom driver for livetree
` [U-Boot] [PATCH v3 63/72] cros_ec: Update the cros_ec keyboard driver to livetree
` [U-Boot] [PATCH v3 64/72] dm: spi: Convert uclass "
` [U-Boot] [PATCH v3 65/72] dm: sandbox: i2c: Drop fdtdec.h header
` [U-Boot] [PATCH v3 66/72] dm: sandbox: i2c_rtc: "
` [U-Boot] [PATCH v3 67/72] dm: spi-flash: Convert uclass to livetree
` [U-Boot] [PATCH v3 68/72] dm: sandbox: spi: Convert driver to support livetree
` [U-Boot] [PATCH v3 69/72] dm: sandbox: sysreset: Convert driver to livetree
` [U-Boot] [PATCH v3 70/72] dm: test: Fix nit with position of backslash
` [U-Boot] [PATCH v3 72/72] sandbox: Move to use live tree

[U-Boot] [PATCH V6 0/4] introduce Rockchip rockusb
 2017-05-25  0:05 UTC  (5+ messages)
` [U-Boot] [PATCH V6 4/4] rockchip: rk3288: enable rockusb support on rk3288 based device

[U-Boot] gcc-6 cross toolchain
 2017-05-24 22:21 UTC  (2+ messages)

[U-Boot] i.Mx6q u-boot stuck
 2017-05-24 21:00 UTC  (16+ messages)

[U-Boot] [PATCH] scripts/Makefile.lib: Only apply u-boot.dtsi files in the target directory
 2017-05-24 18:17 UTC  (2+ messages)

[U-Boot] [PATCH] armv7m: Fix larger builds
 2017-05-24 17:32 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] drivers: net: fsl-mc: Link MC boot to PHY_RESET_R
 2017-05-24 16:40 UTC  (2+ messages)
` [U-Boot] [PATCH v3 2/2] drivers: net: fsl-mc: Include MAC addr fixup to DPL

[U-Boot] [PATCH] mmc: sdhci-cadence: set timing mode register depending on frequency
 2017-05-24 16:14 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/30] ARM: k2g: Add support for new K2G ICE EVM
 2017-05-24 15:43 UTC  (31+ messages)
` [U-Boot] [PATCH v3 01/30] ti: common: board_detect: Allow settings board detection variables manually
` [U-Boot] [PATCH v3 02/30] spl: fit: Break out some functions into a common file
` [U-Boot] [PATCH v3 03/30] boot_fit: Create helper functions that can be used to select DTB out of FIT
` [U-Boot] [PATCH v3 04/30] fdt: Enable selecting correct DTB from appended FIT Image
` [U-Boot] [PATCH v3 05/30] ti: common: board_detect: Add function to determine if EEPROM was read
` [U-Boot] [PATCH v3 06/30] dts: Allow OF_LIST to depend on FIT_EMBED
` [U-Boot] [PATCH v3 07/30] ARM: dts: k2g: Introduce U-boot specific dtsi file
` [U-Boot] [PATCH v3 08/30] arm: dts: Add new "generic" 66AK2Gx device tree file
` [U-Boot] [PATCH v3 09/30] board_f: Add new function to allow runtime DTB selection
` [U-Boot] [PATCH v3 10/30] Makefile: Build additional binaries for dtb FIT blobs appended to U-boot
` [U-Boot] [PATCH v3 11/30] ARM: keystone2: Allow to build with all image formats
` [U-Boot] [PATCH v3 12/30] ARM: k2g: Define embedded_dtb_select for runtime DTB selection in U-boot
` [U-Boot] [PATCH v3 13/30] ARM: keystone2: Define board_fit_config_name_match for Keystone 2 boards
` [U-Boot] [PATCH v3 14/30] ks2_evm: Add EEPROM based board detection
` [U-Boot] [PATCH v3 15/30] defconfig: keystone2: Enable U-boot runtime DTB detection
` [U-Boot] [PATCH v3 16/30] ARM: keystone2: Add additional fields used for DDR3 configuration
` [U-Boot] [PATCH v3 17/30] ARM: k2g: Program DDR PHY MR2 register with the default value
` [U-Boot] [PATCH v3 18/30] ARM: k2g: Program DDRPHY_DATX8 registers via mask and value variables
` [U-Boot] [PATCH v3 19/30] ks2_evm: Add EEPROM based board detection helper functions
` [U-Boot] [PATCH v3 20/30] ARM: k2g: Add pinmux support for K2G ICE evm
` [U-Boot] [PATCH v3 21/30] ARM: k2g: Add DDR3 configuration "
` [U-Boot] [PATCH v3 22/30] board: ks2: Use board detection to wrap code not specific to "
` [U-Boot] [PATCH v3 23/30] ARM: k2g: Use board detection to wrap K2G GP specific calls
` [U-Boot] [PATCH v3 24/30] ARM: k2g: Update board_name u-boot env variable at runtime
` [U-Boot] [PATCH v3 25/30] ARM: dts: keystone-k2g: Remove skeleton.dtsi
` [U-Boot] [PATCH v3 26/30] ARM: dts: keystone-k2g-evm: Add unit address to memory node
` [U-Boot] [PATCH v3 27/30] ARM: dts: k2g: Disable netcp by default
` [U-Boot] [PATCH v3 28/30] ARM: dts: k2g: Add DT support for K2G Industrial Communication Engine evm
` [U-Boot] [PATCH v3 29/30] ARM: k2g: Add K2G ICE DTB to the list of possible DTBs
` [U-Boot] [PATCH v3 30/30] defconfig: k2g_evm_defconfig: Add K2G ICE to OF_LIST

[U-Boot] [PATCH v2 00/30] ARM: k2g: Add support for new K2G ICE EVM
 2017-05-24 15:38 UTC  (3+ messages)
` [U-Boot] [PATCH v2 09/30] board_f: Add new function to allow runtime DTB selection

[U-Boot] [PATCH v2 0/4] sunxi: video: Add support for TV (composite) output on H3/H5
 2017-05-24 15:34 UTC  (4+ messages)
` [U-Boot] [PATCH v2 4/4] sunxi: video: Add H3/H5 TV out driver

[U-Boot] [PATCH v4] QE: add QE support on SD boot
 2017-05-24 15:23 UTC  (2+ messages)

[U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx
 2017-05-24 15:14 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/4] Extend xhci-dwc3
 2017-05-24 15:08 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/4] drivers: phy: add generic_phy_valid() method

[U-Boot] [PATCH v6 0/6] Add Intel Arria 10 SoC FPGA driver
 2017-05-24 14:56 UTC  (8+ messages)
` [U-Boot] [PATCH v6 1/6] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v6 2/6] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v6 3/6] arm: socfpga: Enable FPGA driver on SPL
` [U-Boot] [PATCH v6 4/6] arm: socfpga: Enable FPGA driver build "
` [U-Boot] [PATCH v6 5/6] arm: socfpga: Move FPGA manager driver to FPGA driver
` [U-Boot] [PATCH v6 6/6] arm: socfpga: Add FPGA driver support for Arria 10

[U-Boot] [PATCH] arm: sunxi: initial support for NanoPi Neo2
 2017-05-24 14:27 UTC  (5+ messages)

[U-Boot] [RESEND PATCH] dfu: dfu_sf: Fix read offset
 2017-05-24 14:09 UTC 

[U-Boot] [PATCH] mmc: Set the initial clock speed to 400KHz
 2017-05-24 13:54 UTC 

[U-Boot] [PATCH] net: phy: marvell 88e151x: Fix handling of RGMII interface types
 2017-05-24 13:43 UTC 

[U-Boot] [PATCH v4 00/11] usb: Extend ehci and ohci generic drivers
 2017-05-24 13:07 UTC  (12+ messages)
` [U-Boot] [PATCH v4 01/11] reset: add reset_request()
` [U-Boot] [PATCH v4 02/11] reset: add reset_count()
` [U-Boot] [PATCH v4 03/11] reset: add reset_assert_all()
` [U-Boot] [PATCH v4 04/11] clk: add clk_count()
` [U-Boot] [PATCH v4 05/11] clk: add clk_disable_all()
` [U-Boot] [PATCH v4 06/11] usb: host: ehci-generic: replace printf() by error()
` [U-Boot] [PATCH v4 07/11] usb: host: ehci-generic: add error path and .remove callback
` [U-Boot] [PATCH v4 08/11] usb: host: ehci-generic: add generic PHY support
` [U-Boot] [PATCH v4 09/11] usb: host: ohci-generic: add CLOCK support
` [U-Boot] [PATCH v4 10/11] usb: host: ohci-generic: add RESET support
` [U-Boot] [PATCH v4 11/11] usb: host: ohci-generic: add generic PHY support

[U-Boot] [PATCH v4 00/11] usb: Extend ehci and ohci generic drivers
 2017-05-24 13:04 UTC  (13+ messages)
` [U-Boot] [PATCH v4 01/11] reset: add reset_request()
` [U-Boot] [PATCH v4 02/11] reset: add reset_count()
` [U-Boot] [PATCH v4 03/11] reset: add reset_assert_all()
` [U-Boot] [PATCH v4 04/11] clk: add clk_count()
` [U-Boot] [PATCH v4 05/11] clk: add clk_disable_all()
` [U-Boot] [PATCH v4 06/11] usb: host: ehci-generic: replace printf() by error()
` [U-Boot] [PATCH v4 07/11] usb: host: ehci-generic: add error path and .remove callback
` [U-Boot] [PATCH v4 08/11] usb: host: ehci-generic: add generic PHY support
` [U-Boot] [PATCH v4 09/11] usb: host: ohci-generic: add CLOCK support
` [U-Boot] [PATCH v4 10/11] usb: host: ohci-generic: add RESET support
` [U-Boot] [PATCH v4 11/11] usb: host: ohci-generic: add generic PHY support

[U-Boot] [PATCH] rockchip: dts: rk3328: add aliases for mmc controller
 2017-05-24 12:56 UTC  (5+ messages)

[U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print
 2017-05-24 12:51 UTC  (8+ messages)
` [U-Boot] [PATCH v3 3/3] spl: dfu: reduce spl-dfu MLO size

[U-Boot] Orphan Freescale PowerPC boards
 2017-05-24 12:19 UTC  (11+ messages)

[U-Boot] [PATCH v3] ARM: ti: Update layout for MMC and eMMC (env and dfu)
 2017-05-24 10:08 UTC 

[U-Boot] [PATCH v3] sunxi: A64/Pine64: update device tree from Linux
 2017-05-24  9:34 UTC 

[U-Boot] [PATCH v2 0/2] sunxi: update Pine64 device tree
 2017-05-24  9:29 UTC  (6+ messages)

[U-Boot] [PATCH v2] arm64: ls1043ardb: Add distro boot support
 2017-05-24  9:18 UTC 

[U-Boot] [PATCH] edid: Fix gcc 7.1 warning
 2017-05-24  6:56 UTC  (4+ messages)

[U-Boot] [PATCH] config: remove CONFIG_SPI_FLASH_BAR from some platforms
 2017-05-24  5:52 UTC  (4+ messages)
` [U-Boot] [PATCH] LS1012A: change the size of flash

[U-Boot] [PATCH] power: pmic: tps65218: Fix tps65218_voltage_update function
 2017-05-24  4:49 UTC 

[U-Boot] Heads-up: Compilation error with arm-none-eabi-gcc version 7.1
 2017-05-24  4:31 UTC 

[U-Boot] [PATCH 00/11] driver model bring-up of dwc3 usb peripheral
 2017-05-24  4:25 UTC  (3+ messages)
` [U-Boot] [PATCH 11/11] ARM: am437x-gp-evm-u-boot.dtsi: Enable nodes for USB device boot

[U-Boot] [PATCH 0/6] rk3328 pinctrl drvier and sdmmc power fix
 2017-05-24  2:35 UTC  (4+ messages)
` [U-Boot] [PATCH 3/6] rockchip: evb-rk3328: set uart2 and sdmmc io routing

[U-Boot] [PATCH v5 0/5] Add Intel Arria 10 SoC FPGA driver
 2017-05-24  1:52 UTC  (4+ messages)
` [U-Boot] [PATCH v5 3/5] arm: socfpga: Enable FPGA driver on SPL

[U-Boot] [PATCH] nds32: mmc: Support ftsdc010 DM
 2017-05-24  1:47 UTC 

[U-Boot] Uboot send pull request
 2017-05-24  1:36 UTC 

[U-Boot] [PATCH] defconfig: firefly-rk3399: fix pinctrl config option
 2017-05-24  0:48 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip; rk3399: disable SRAM security region
 2017-05-24  0:48 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip: rk8xx: allocate priv structure for driver
 2017-05-24  0:48 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/4] rockchip: Add a read-only efuse driver for the RK3399 (and derive serial# from fuses on the RK3399-Q7)
 2017-05-24  0:48 UTC  (11+ messages)
` [U-Boot] [PATCH v3 1/4] rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block
` [U-Boot] [PATCH v3 2/4] rockchip: board: puma_rk3399: add support for serial# and cpuid# via efuses
` [U-Boot] [PATCH v3 3/4] rockchip: board: puma_rk3399: derive ethaddr from cpuid
` [U-Boot] [PATCH v3 4/4] rockchip: defconfig: puma-rk3399: enable RK3399 efuse driver

[U-Boot] [PATCH] rockchip: board: puma_rk3399: build FIT image via u-boot.itb
 2017-05-24  0:48 UTC  (3+ messages)

[U-Boot] [PATCH] power: rk808: fix ldo register offset
 2017-05-24  0:48 UTC  (3+ messages)

[U-Boot] [PATCH] regulator: pwm: Fix handling of missing init voltage
 2017-05-24  0:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] Add basic support for Rockchip RK3368 SOC
 2017-05-24  0:48 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/7] rockchip: rk3368: Add clock driver


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