messages from 2015-11-19 01:05:07 to 2015-11-20 03:32:32 UTC [more...]
[U-Boot] [PATCH v2 00/26] usb: Drop requirement for USB unbinding, add tests
2015-11-20 3:32 UTC (60+ messages)
` [U-Boot] [PATCH v2 01/26] sandbox: Add a way to skip time delays
` [U-Boot] [PATCH v2 02/26] dm: usb: Avoid time delays in sandbox tests
` [U-Boot] [PATCH v2 03/26] Move console definitions into a new console.h file
` [U-Boot] [PATCH v2 04/26] Drop config.h header from display_options.c
` [U-Boot] [PATCH v2 05/26] Add a circular memory buffer implementation
` [U-Boot] [PATCH v2 06/26] console: Add a console buffer
` [U-Boot] [PATCH v2 07/26] sandbox: Enable console recording and silent console
` [U-Boot] [PATCH v2 08/26] test: Record and silence console in tests
` [U-Boot] [PATCH v2 09/26] usb: Refactor USB tree output code for testing
` [U-Boot] [PATCH v2 10/26] dm: core: Add safe device iteration macros
` [U-Boot] [PATCH v2 11/26] sandbox: usb: Allow dynamic emulated USB device descriptors
` [U-Boot] [PATCH v2 12/26] sandbox: usb: Allow up to 4 emulated devices on a hub
` [U-Boot] [PATCH v2 13/26] sandbox: usb: Allow finding a USB emulator for a device
` [U-Boot] [PATCH v2 14/26] Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"
` [U-Boot] [PATCH v2 15/26] Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"
` [U-Boot] [PATCH v2 16/26] Revert "dm: Export device_remove_children / device_unbind_children"
` [U-Boot] [PATCH v2 17/26] dm: usb: Deprecate usb_get_dev_index()
` [U-Boot] [PATCH v2 18/26] dm: usb: Remove inactive children after a bus scan
` [U-Boot] [PATCH v2 19/26] dm: test: usb: Add tests for the 'usb tree' command
` [U-Boot] [PATCH v2 20/26] dm: test: usb: Add a test for device reordering
` [U-Boot] [PATCH v2 21/26] usb: Drop unused code in usb_kbd.c
` [U-Boot] [PATCH v2 22/26] usb: Avoid open-coded USB constants "
` [U-Boot] [PATCH v2 23/26] usb: sandbox: Add support for interrupt operations
` [U-Boot] [PATCH v2 24/26] usb: sandbox: Add a USB emulation driver
` [U-Boot] [PATCH v2 25/26] sandbox: Enable USB keyboard
[U-Boot] [PATCH] patman: fix series-notes handling for buildman
2015-11-20 3:29 UTC (5+ messages)
[U-Boot] [PATCH v5 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
2015-11-20 3:27 UTC (9+ messages)
` [U-Boot] [PATCH v5 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
` [U-Boot] [PATCH v5 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
` [U-Boot] [PATCH v5 3/8] dm: pci: Set up the SDRAM mapping correctly
` [U-Boot] [PATCH v5 4/8] dm: pci: Support decoding ranges with duplicate entries
` [U-Boot] [PATCH v5 5/8] dm: pci: Add functions to emulate 8- and 16-bit access
` [U-Boot] [PATCH v5 6/8] dm: pci: Add a function to get the controller for a bus
` [U-Boot] [PATCH v5 7/8] dm: pci: Add a function to find the regions for a PCI bus
` [U-Boot] [PATCH v5 8/8] dm: tegra: pci: Convert tegra boards to driver model for PCI
[U-Boot] Next for x86?
2015-11-20 3:09 UTC
[U-Boot] Is patchwork down?
2015-11-20 2:49 UTC (3+ messages)
[U-Boot] [PATCH v6 00/23] Bring up rk3036 uboot
2015-11-20 2:37 UTC (43+ messages)
` [U-Boot] [PATCH v6 01/23] rockchip: add timer driver
` [U-Boot] [PATCH v6 02/23] rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig
` [U-Boot] [PATCH v6 03/23] rockchip: rename board-spl.c to rk3288-board-spl.c
` [U-Boot] [PATCH v6 04/23] rockchip: add config decide whether to build common.c
` [U-Boot] [PATCH v6 05/23] dm: core: Add SPL Kconfig for REGMAP and SYSCON
` [U-Boot] [PATCH v6 06/23] rockchip: serial driver support rk3036
` [U-Boot] [PATCH v6 07/23] rockchip: Bring in RK3036 device tree file includes and bindings
` [U-Boot] [PATCH v6 08/23] rockchip: rk3036: Add clock driver
` [U-Boot] [PATCH v6 09/23] rockchip: rk3036: Add header files for GRF
` [U-Boot] [PATCH v6 10/23] rockchip: rk3036: Add Soc reset driver
` [U-Boot] [PATCH v6 11/23] rockchip: rk3036: Add a simple syscon driver
` [U-Boot] [PATCH v6 12/23] rockchip: rk3036: Add pinctrl driver
` [U-Boot] [PATCH v6 16/23] rockchip: mmc: get the fifo mode and fifo depth property from dts
` [U-Boot] [PATCH v6 17/23] rockchip: add early uart driver
` [U-Boot] [PATCH v6 22/23] rockchip: Add support for rk's second level loader
` [U-Boot] [PATCH v6 23/23] rockchip: doc: show packet rk3036 uboot image
[U-Boot] [PATCH 00/10] ARM: socfpga: Add minimal support for Arria10
2015-11-19 23:28 UTC (18+ messages)
` [U-Boot] [PATCH 01/10] ARM: socfpga: arria10: add base address map "
` [U-Boot] [PATCH 02/10] ARM: socfpga: arria10: add system manager defines
` [U-Boot] [PATCH 03/10] ARM: socfpga: arria10: add reset manager for Arria10
` [U-Boot] [PATCH 04/10] ARM: socfpga: arria10: add stub sdram init "
` [U-Boot] [PATCH 05/10] ARM: socfpga: arria10: add misc functions "
` [U-Boot] [PATCH 06/10] ARM: socfpga: arria10: add socfpga_arria10_socdk config
` [U-Boot] [PATCH 07/10] ARM: socfpga: arria10: add board files for the Arria10 SoCDK
` [U-Boot] [PATCH 08/10] ARM: socfpga: arria10: add socfpga_arria10_defconfig
` [U-Boot] [PATCH 09/10] ARM: socfpga: arria10: add config option build for arria10
` [U-Boot] [PATCH 10/10] ARM: socfpga: arria10: add support for building Arria10
[U-Boot] [PATCH V4 10/13] spl: add support for alternative boot device
2015-11-19 22:11 UTC (6+ messages)
` [U-Boot] [U-Boot, V4, "
[U-Boot] [PATCH 0/2] rockchip: fixes in config files
2015-11-19 22:07 UTC (8+ messages)
` [U-Boot] [PATCH 1/2] rockchip: Turn on CONFIG_DEBUG_UART_NS16550 in defconfigs
` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH 2/2] rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig
[U-Boot] Pull request: u-boot-spi/master
2015-11-19 22:07 UTC (2+ messages)
[U-Boot] [GIT PULL] Zynq changes
2015-11-19 22:07 UTC (2+ messages)
[U-Boot] [GIT PULL] Microblaze changes
2015-11-19 22:07 UTC (2+ messages)
[U-Boot] Pull request: u-boot-ubi/master
2015-11-19 22:07 UTC (2+ messages)
[U-Boot] [PATCH v6 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-11-19 21:11 UTC (12+ messages)
` [U-Boot] [PATCH v6 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v6 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v6 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v6 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v6 6/6] cgtqmx6eval: Add DFU support
[U-Boot] [PATCH] LCD: Add an option to skip registration as an stdio output
2015-11-19 20:58 UTC (4+ messages)
[U-Boot] [PATCH 00/12] ns16550: add generic binding to unify the drivers
2015-11-19 20:34 UTC (27+ messages)
` [U-Boot] [PATCH v2 00/13] "
` [U-Boot] [PATCH v2 01/13] debug_uart: restore ns16550 as default
` [U-Boot] [PATCH v2 03/13] ns16550: add generic binding to unify the drivers
` [U-Boot] [PATCH v2 11/13] ns16550: zap CONFIG_NS16550_SERIAL
` [U-Boot] [PATCH v3 00/13] ns16550: add generic binding to unify the drivers
` [U-Boot] [PATCH v3 01/13] debug_uart: restore ns16550 as default
` [U-Boot] [PATCH v3 02/13] ns16550: change map_sysmem to map_physmem
` [U-Boot] [PATCH v3 03/13] ns16550: add generic binding to unify the drivers
` [U-Boot] [PATCH v3 04/13] ns16550: unify serial_x86
` [U-Boot] [PATCH v3 05/13] ns16550: unify serial_ppc
` [U-Boot] [PATCH v3 06/13] ns16550: unify serial_rockchip
` [U-Boot] [PATCH v3 07/13] ns16550: unify serial_keystone
` [U-Boot] [PATCH v3 08/13] ns16550: unify serial_dw
` [U-Boot] [PATCH v3 09/13] ns16550: unify serial_tegra
` [U-Boot] [PATCH v3 10/13] ns16550: unify serial_omap
` [U-Boot] [PATCH v3 11/13] ns16550: zap CONFIG_NS16550_SERIAL
` [U-Boot] [PATCH v3 12/13] ns16550: move CONFIG_SYS_NS16550 to Kconfig
` [U-Boot] [PATCH v3 13/13] nios2: 10m50: change to ns16550 uart
[U-Boot] [PATCH] pci: fix address range check in __pci_hose_phys_to_bus()
2015-11-19 20:05 UTC (4+ messages)
[U-Boot] [PATCH] Implement pytest-based test infrastructure
2015-11-19 19:09 UTC (4+ messages)
[U-Boot] MX6ULEVK does not boot
2015-11-19 17:29 UTC (6+ messages)
[U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy()
2015-11-19 17:00 UTC (13+ messages)
` [U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver
[U-Boot] [PATCH v3 0/3] Serial Flash: call spi_flash_free more coherently
2015-11-19 16:57 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/3] cmd_sf: add 'release' command
[U-Boot] [PATCH 1/5][v2] armv8: usec2ticks function defined
2015-11-19 16:56 UTC (6+ messages)
` [U-Boot] [PATCH 2/5][v2] armv8: Make SEC read/write as snoopable for LS1043
` [U-Boot] [PATCH 3/5] Data type defined for pointer addresses
` [U-Boot] [PATCH 4/5][v2] armv8/ls1043ardb: SECURE BOOT target added for NOR
` [U-Boot] [PATCH 5/5][v2] drivers/crypto/fsl: fix endianness issue in RNG
[U-Boot] [PATCH 1/2] ls102x: add soc version function
2015-11-19 16:19 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] fsl/ddr: updated ddr errata-A008378 on ls102x
[U-Boot] [RESEND PATCH v5 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-11-19 15:49 UTC (6+ messages)
[U-Boot] [PATCH v2] arm: socfpga: Add SoCFPGA SR1500 board
2015-11-19 15:38 UTC (3+ messages)
` [U-Boot] [PATCH v4] "
[U-Boot] [PATCH] ARM: tegra: refactor common Kconfig options
2015-11-19 14:45 UTC (2+ messages)
[U-Boot] [PATCH v8 19/23] rockchip: rk3036: Add core Soc start-up code
2015-11-19 14:20 UTC (6+ messages)
` [U-Boot] [PATCH v8 20/23] rockchip: Add basic support for evb-rk3036 board
` [U-Boot] [PATCH v8 21/23] rockchip: Add max spl size & spl header configs
[U-Boot] [PATCH] Don't try to stat() a colon separated list of files in multi or script mode
2015-11-19 14:15 UTC (2+ messages)
[U-Boot] [PATCH] ARM: dra7x/am57x: Remove pin input/output config from WAKEUP pins
2015-11-19 14:03 UTC
[U-Boot] [PATCH] ARM: keystone2: configs: Correct burn_uboot_sp erase size
2015-11-19 13:45 UTC
[U-Boot] [PATCH] sf: Correct flash->flags for SST flash
2015-11-19 10:12 UTC (2+ messages)
[U-Boot] [PATCH v3 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
2015-11-19 10:10 UTC (18+ messages)
` [U-Boot] [PATCH v3 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
` [U-Boot] [PATCH v3 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
` [U-Boot] [PATCH v3 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion
` [U-Boot] [PATCH v3 04/16] dm: core: Add a new api to get indexed device address
` [U-Boot] [PATCH v3 05/16] spi: Add support for dual and quad mode
` [U-Boot] [PATCH v3 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v3 07/16] dts: dra7: add spi alias for qspi
` [U-Boot] [PATCH v3 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model
` [U-Boot] [PATCH v3 09/16] arm: dts: dra7: add qspi register maps for memory map and control module
` [U-Boot] [PATCH v3 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash
` [U-Boot] [PATCH v3 11/16] drivers: mtd: spi: sf_probe: add compatible for Macronix "
` [U-Boot] [PATCH v3 12/16] defconfig: dra72_evm: enable spi driver model
` [U-Boot] [PATCH v3 13/16] defconfig: dra74_evm: "
` [U-Boot] [PATCH v3 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v3 15/16] arm: dts: am4372: add qspi register maps for memory map
` [U-Boot] [PATCH v3 16/16] defconfig: am437x_sk_evm: enable spi driver model
[U-Boot] [PATCH v2 0/2] Add Xilinx Zynq boot.bin support
2015-11-19 9:44 UTC (2+ messages)
[U-Boot] [PATCH] Revert "net: phy: delay only if reset handler is registered"
2015-11-19 8:13 UTC (4+ messages)
[U-Boot] [PATCH 0/6] gpt: command: Add support for "gpt verify" command
2015-11-19 5:45 UTC (7+ messages)
` [U-Boot] [PATCH 2/6] gpt: command: cosmetic: Replace printf with puts
` [U-Boot] [PATCH 6/6] gpt: command: Extend gpt command to support GPT table verification
[U-Boot] MicroBlaze target: Where should CONFIG_SPI_FLASH_BAR be defined?
2015-11-19 1:58 UTC
[U-Boot] [PATCH v5] Fix board init code to respect the C runtime environment
2015-11-19 1:05 UTC (4+ messages)
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