messages from 2015-05-01 09:14:12 to 2015-05-04 15:21:29 UTC [more...]
[U-Boot] Please pull u-boot-sunxi master
2015-05-04 15:21 UTC
[U-Boot] [PATCH] imx: dek_blob: Add explicit include for mapmem
2015-05-04 15:04 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] mx6cuboxi: Fix Ethernet PHY detection problem
2015-05-04 14:56 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/2] mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1
[U-Boot] [PATCH 00/20] dm: rtc: Add driver model support for real-time clocks
2015-05-04 14:20 UTC (54+ messages)
` [U-Boot] [PATCH 01/20] dm: spi: Correct the comment on spi_get_ops()
` [U-Boot] [PATCH 02/20] dm: i2c: sandbox: Add debugging to the speed limit
` [U-Boot] [PATCH 03/20] dm: i2c: Add functions to read and write a register
` [U-Boot] [PATCH 04/20] dm: i2c: Add an explicit test mode to the sandbox I2C driver
` [U-Boot] [PATCH 05/20] fdt: Correct warning in fdt_setup_simplefb_node()
` [U-Boot] [PATCH 06/20] dm: rtc: Rename gregorian day function
` [U-Boot] [PATCH 07/20] dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
` [U-Boot] [PATCH 08/20] dm: rtc: Rename mktime() and reduce the number of parameters
` [U-Boot] [PATCH 09/20] dm: Remove unnecessary types in bcd.h
` [U-Boot] [PATCH 10/20] dm: rtc: Split structure definition into its own file
` [U-Boot] [PATCH 11/20] dm: sandbox: Add os_localtime() to obtain the system time
` [U-Boot] [PATCH 12/20] dm: rtc: Add a uclass for real-time clocks
` [U-Boot] [PATCH 13/20] dm: rtc: sandbox: Add an emulated I2C RTC device
` [U-Boot] [PATCH 14/20] dm: rtc: sandbox: Add a driver for the sandbox I2C RTC
` [U-Boot] [PATCH 15/20] dm: rtc: Convert 'date' command to support driver model
` [U-Boot] [PATCH 16/20] dm: net: rtc: Support using driver model for rtc in sntp
` [U-Boot] [PATCH 17/20] dm: sandbox: dts: Add a real-time clock attached to I2C
` [U-Boot] [PATCH 18/20] dm: rtc: sandbox: Enable real-time clock support
` [U-Boot] [PATCH 19/20] dm: test: dts: Sort the aliases in the test device tree file
` [U-Boot] [PATCH 20/20] dm: rtc: Add tests for real-time clocks
[U-Boot] [PATCH 0/5] nand: sunxi: Add SPL support for booting from NAND
2015-05-04 14:20 UTC (12+ messages)
` [U-Boot] [PATCH 1/5] nand: sunxi: change BLOCK_SIZE in mksunxiboot to match NAND block size
` [U-Boot] [PATCH 2/5] nand: sunxi: Add support for booting from internal NAND memory
` [U-Boot] [PATCH 3/5] nand: sunxi: Add secondary U-Boot offset on second syndrome partition
` [U-Boot] [PATCH 4/5] nand: sunxi: Add multiimage preload option
` [U-Boot] [PATCH 5/5] nand: sunxi: And a20_nandread command utilizing spl nand read driver
[U-Boot] [PATCH 0/8] usb: driver-model fixes and dm support sunxi-ehci.c
2015-05-04 14:16 UTC (5+ messages)
` [U-Boot] [PATCH 8/8] sunxi: ehci: Convert to the driver-model
[U-Boot] [PATCH v3 0/2] stv0991: Add flat device tree support
2015-05-04 14:16 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/2] stv0991: fdt: add stv0991 device tree
` [U-Boot] [PATCH v3 2/2] stv0991: use fdt for serial port platform data
[U-Boot] [PATCH 00/21] sunxi: Move ALL boards to the device-model
2015-05-04 14:12 UTC (10+ messages)
` [U-Boot] [PATCH 18/21] sunxi: dts: Add minimal dts files for board which lack a dts sofar
` [U-Boot] [PATCH 20/21] sunxi: Move all boards to the device-model
[U-Boot] [PATCH 1/2] mx6cuboxi: Fix Ethernet PHY detection problem
2015-05-04 14:06 UTC (7+ messages)
` [U-Boot] [PATCH 2/2] mx6cuboxi: Pull down PAD_ENET_RXD0/RXD1
[U-Boot] [PATCH] Makefile: add a symbol link tags for ctags
2015-05-04 13:26 UTC
[U-Boot] [RESEND PATCH v3 00/13] Add Marvell Armada A38x 88F6820 SoC support
2015-05-04 12:08 UTC (6+ messages)
[U-Boot] switching to single .config configuration issues
2015-05-04 11:34 UTC (7+ messages)
[U-Boot] [PATCH] sunxi: display: Align end of memory to work around a linux-4.0 bug
2015-05-04 9:36 UTC (4+ messages)
[U-Boot] [PATCH v2 03/10] sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool
2015-05-04 9:35 UTC (5+ messages)
[U-Boot] [PATCH v2 08/10] sunxi: Add basic A33 basic support
2015-05-04 9:26 UTC (3+ messages)
[U-Boot] [PATCH 00/11] Improve env var handling for net stack
2015-05-04 8:18 UTC (33+ messages)
` [U-Boot] [PATCH v2 00/19] "
` [U-Boot] [PATCH v2 16/19] test: env: Add test for verifying env attrs
` [U-Boot] [PATCH v3 00/26] Improve env var handling for net stack
` [U-Boot] [PATCH v3 01/26] sandbox: Enable some ENV commands
` [U-Boot] [PATCH v3 02/26] kconfig: Move REGEX to Kconfig
` [U-Boot] [PATCH v3 03/26] sandbox: Enable regex support
` [U-Boot] [PATCH v3 04/26] env: Fix return values in env_attr_lookup()
` [U-Boot] [PATCH v3 05/26] env: Simplify the reverse_strstr() interface
` [U-Boot] [PATCH v3 06/26] env: Allow env_attr_walk to pass a priv * to callback
` [U-Boot] [PATCH v3 07/26] env: Add regex support to env_attrs
` [U-Boot] [PATCH v3 08/26] env: Distinguish finer between source of env change
` [U-Boot] [PATCH v3 09/26] net: Apply default format rules to all ethaddr
` [U-Boot] [PATCH v3 10/26] net: Use env callbacks for net variables
` [U-Boot] [PATCH v3 11/26] net: Add default flags for common net env vars
` [U-Boot] [PATCH v3 12/26] net: Remove duplicate bootfile syncing functionality
` [U-Boot] [PATCH v3 13/26] net: Handle ethaddr changes as an env callback
` [U-Boot] [PATCH v3 14/26] test: Generalize the unit test framework
` [U-Boot] [PATCH v3 15/26] test: Add a common unit test command
` [U-Boot] [PATCH v3 16/26] test: Move the unit tests to their own menu
` [U-Boot] [PATCH v3 17/26] test: dm: Don't bail on all tests if one test fails
` [U-Boot] [PATCH v3 18/26] test: dm: eth: Handle failed test env cleanup
` [U-Boot] [PATCH v3 19/26] test: Return values from the asserts compatible with cmds
` [U-Boot] [PATCH v3 20/26] test: dm: Recover the driver model tree after tests
` [U-Boot] [PATCH v3 21/26] test: env: Add test framework for env
` [U-Boot] [PATCH v3 22/26] test: env: Add test for verifying env attrs
` [U-Boot] [PATCH v3 23/26] test: env: Add a test of the new regex behavior for attrs
` [U-Boot] [PATCH v3 24/26] test: dm: Move the dm tests over to the ut command
` [U-Boot] [PATCH v3 25/26] sandbox: Cleanup order and extra defines in defconfig
` [U-Boot] [PATCH v3 26/26] sandbox: Enable env unit tests
[U-Boot] FIT: workarounding wrong configuration name
2015-05-04 7:53 UTC (2+ messages)
` [U-Boot] [RFC] FIT: use default configuration, if given configuration is not found
[U-Boot] [PATCH 3/3] x86: quark: Implement PIRQ routing
2015-05-04 6:27 UTC (3+ messages)
[U-Boot] [PATCH v2 1/4] mx6cuboxi: Add HDMI output support
2015-05-04 6:19 UTC (25+ messages)
` [U-Boot] [PATCH v2 2/4] mx6cuboxi: Add USB host support
` [U-Boot] mx6cuboxi: PHY/FEC detection
` [U-Boot] [PATCH v2 3/4] mx6cuboxi: Allow HDMI and USB keyboard to be stdout/stdin
` [U-Boot] [PATCH v2 4/4] logos: Add Solidrun's logo
[U-Boot] Intel Galileo on u-boot
2015-05-04 2:36 UTC (3+ messages)
[U-Boot] Add spi nand support in u-boot
2015-05-04 0:49 UTC
[U-Boot] [PATCH v2 0/2] stv0991: Add flat device tree support
2015-05-03 21:01 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/2] stv0991: fdt: add stv0991 device tree
` [U-Boot] [PATCH v2 2/2] stv0991: use fdt for serial port platform data
[U-Boot] [PATCH] dm: core: Fix regression caused by c1d6f91
2015-05-03 20:19 UTC (7+ messages)
[U-Boot] [PATCH] u-boot: adjust config_cmd_default.h not to raise ton of warnings
2015-05-03 19:33 UTC (5+ messages)
[U-Boot] [PATCH v2 0/9] usb: driver-model fixes and dm support sunxi-ehci.c
2015-05-03 17:20 UTC (17+ messages)
` [U-Boot] [PATCH v2 1/9] dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
` [U-Boot] [PATCH v2 2/9] dm: usb: Make usb_get_bus easier to use for callers
` [U-Boot] [PATCH v2 3/9] dm: usb: Use usb_get_bus in dm ehci code
` [U-Boot] [PATCH v2 4/9] dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
` [U-Boot] [PATCH v2 5/9] dm: usb: Set desc_before_addr from "
` [U-Boot] [PATCH v2 6/9] dm: usb: Add support for interrupt queues to the dm usb code
` [U-Boot] [PATCH v2 7/9] dm: usb: Prefix ehci interrupt-queue functions with _ehci_
` [U-Boot] [PATCH v2 8/9] dm: usb: Add support for interrupt queues to the dm ehci code
` [U-Boot] [PATCH v2 9/9] sunxi: ehci: Convert to the driver-model
[U-Boot] [PATCH 1/1] mmc: bcm2835_sdhci: Use calloc to allocate bcm2835_sdhci_host
2015-05-03 14:51 UTC (2+ messages)
[U-Boot] [PATCH 0/20] tegra: Expand Nyan-big support
2015-05-02 20:58 UTC (7+ messages)
` [U-Boot] [PATCH 01/20] dm: spi: Avoid setting the speed with every transfer
` [U-Boot] [PATCH 02/20] cros_ec: Show the protocol version in the debug message
` [U-Boot] [PATCH 03/20] cros_ec: Handle the single duplex requirement in cros_ec
[U-Boot] [PATCH 1/2] test: Add a simple time test
2015-05-02 15:32 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] sandbox: Enable time unit test command
[U-Boot] [PATCH 0/3] test: Speed up test timeouts by advancing time
2015-05-02 14:42 UTC (10+ messages)
` [U-Boot] [PATCH 1/3] sandbox: Add test function to advance time
` [U-Boot] [PATCH 2/3] sandbox: eth: Add a function to skip ping timeouts
` [U-Boot] [PATCH 3/3] test: dm: eth: Skip timeouts on ping tests
[U-Boot] [PATCH v2 0/6] sunxi: Add driver-model support for axp pmic gpio pins
2015-05-02 13:57 UTC (13+ messages)
` [U-Boot] [PATCH v2 1/6] sunxi: axp: Change axp_gpio_foo prototypes to match gpio uclass ops
` [U-Boot] [PATCH v2 2/6] sunxi: axp: Move axp pmic register helpers to a separate file
` [U-Boot] [PATCH v2 3/6] sunxi: axp: Add support for i2c based PMICs to the pmic-bus helpers
` [U-Boot] [PATCH v2 4/6] sunxi: axp: Move axp gpio code to a separate axpi-gpio driver
` [U-Boot] [PATCH v2 5/6] sunxi: axp: Add driver-model support to the axp_gpio code
` [U-Boot] [PATCH v2 6/6] sunxi: axp: Remove non driver-model support from the axp gpio code
[U-Boot] [PATCH 0/6] sunxi: usb: Turn the usbc code into a usb-phy driver
2015-05-02 13:45 UTC (13+ messages)
` [U-Boot] [PATCH 1/6] sunxi: usb: Move setup of host controller clocks to the host controller drivers
` [U-Boot] [PATCH 2/6] sunxi: usb: Remove sunxi_usbc_get_io_base function
` [U-Boot] [PATCH 3/6] sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
` [U-Boot] [PATCH 4/6] sunxi: usb: Rename the usbc.? files to usb_phy.?
` [U-Boot] [PATCH 5/6] sunxi: usb: Do not call phy_probe from hcd code
` [U-Boot] [PATCH 6/6] sunxi: usb: Protect phy-init and phy-power-on against multiple calls
[U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL
2015-05-02 13:37 UTC (7+ messages)
` [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code
[U-Boot] [PATCH] Fix mxc_hab documenation
2015-05-02 9:11 UTC (2+ messages)
[U-Boot] [PATCH 02/10] arm: s3c24xx: Fix incorrect CONFIG_SYS_S3C2410_NAND_HWECC name
2015-05-02 3:41 UTC (6+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support
2015-05-02 1:12 UTC (7+ messages)
` [U-Boot] [PATCH 08/10] i2c: s3c: Implant support for S3C2440
` [U-Boot] [PATCH 09/10] gpio: s3c: Fix the GPIO driver
[U-Boot] [PATCH 05/10] mtd: nand: s3c: Add S3C2440 specifics
2015-05-02 1:05 UTC (4+ messages)
` [U-Boot] [U-Boot,05/10] "
[U-Boot] [U-boot][PATCHv2 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
2015-05-02 0:41 UTC (5+ messages)
` [U-Boot] [U-boot][PATCHv2 1/3] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
` [U-Boot] [U-boot][PATCHv2 2/3] driver/ddr/altera/: Add the sdram calibration portion
[U-Boot] [PATCH 0/2] stv0991: Add flat device tree support
2015-05-01 23:45 UTC (8+ messages)
` [U-Boot] [PATCH 1/2] stv0991: fdt: add stv0991 device tree
` [U-Boot] [PATCH 2/2] stv0991: use fdt for serial port platform data
[U-Boot] [PATCH] serial: fdt: add device tree support for pl01x
2015-05-01 22:32 UTC (3+ messages)
[U-Boot] Please pull u-boot-x86
2015-05-01 20:39 UTC
[U-Boot] fastboot boot base address behaviour
2015-05-01 20:30 UTC (5+ messages)
[U-Boot] [PATCH 0/2 v3] arm: socfpga: Add Cadence QSPI support
2015-05-01 17:26 UTC (6+ messages)
` [U-Boot] [RFC PATCH 4/4 v3] mtd: sf: Add CONFIG_SPI_N25Q256A_RESET for software-reset
` [U-Boot] [PATCH] "
[U-Boot] [RFC] Booting Xen from a FIT - Additional discussion about a refactor
2015-05-01 16:21 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox