messages from 2015-06-19 20:25:25 to 2015-06-23 21:39:09 UTC [more...]
[U-Boot] [PATCH v3 00/54] dm: Introduce new driver model uclasses
2015-06-23 21:39 UTC (48+ messages)
` [U-Boot] [PATCH v3 01/54] Add a dhrystone benchmark command
` [U-Boot] [PATCH v3 02/54] sandbox: Enable dhry command
` [U-Boot] [PATCH v3 03/54] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v3 04/54] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v3 05/54] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v3 06/54] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v3 07/54] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v3 08/54] dm: arm: Put driver model I2C drivers before legacy ones
` [U-Boot] [PATCH v3 09/54] Add a way of checking the position of a structure member
` [U-Boot] [PATCH v3 10/54] debug_uart: Remove use of asmlinkage
` [U-Boot] [PATCH v3 11/54] dm: Allow debug UART to support an early console
` [U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code
` [U-Boot] [PATCH v3 13/54] dm: Move the tree/uclass dump code into its own file
` [U-Boot] [PATCH v3 14/54] dm: core: Use debug() instead of printf() for failures
` [U-Boot] [PATCH v3 15/54] dm: core: Add a function to find any device from device tree
` [U-Boot] [PATCH v3 16/54] dm: core: Correct device_get_child_by_of_offset() parameter
` [U-Boot] [PATCH v3 17/54] dm: gpio: Allow GPIO uclass to be used in SPL
` [U-Boot] [PATCH v3 18/54] dm: gpio: Add dm_gpio_lookup_name() to look up a GPIO name
` [U-Boot] [PATCH v3 19/54] dm: gpio: Add dm_gpio_request() to manually request a GPIO
` [U-Boot] [PATCH v3 20/54] dm: Add support for register maps (regmap)
` [U-Boot] [PATCH v3 21/54] dm: Add support for generic system controllers (syscon)
` [U-Boot] [PATCH v3 22/54] dm: Correct the missing method check in cpu_get_info()
` [U-Boot] [PATCH v3 23/54] dm: Add support for LEDs
` [U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs
` [U-Boot] [PATCH v3 25/54] spl: Add debugging info for spl_mmc boot
` [U-Boot] [PATCH v3 26/54] dm: mmc: Add an MMC uclass
` [U-Boot] [PATCH v3 27/54] mmc: Avoid using printf() for errors
` [U-Boot] [PATCH v3 28/54] mmc: Add debug() output on read errors
` [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL
` [U-Boot] [PATCH v3 30/54] mmc: Add structure comments for dwmmc
` [U-Boot] [PATCH v3 31/54] mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v3 32/54] mmc: Calculate dwmmc FIFO threshold size if not provided
` [U-Boot] [PATCH v3 33/54] dm: Add basic support for pin multiplexing (pinctrl)
` [U-Boot] [PATCH v3 34/54] dm: power: Avoid case-insensitve match for child names
` [U-Boot] [PATCH v3 35/54] dm: power: Add regulator flags to centralise auto-set logic
` [U-Boot] [PATCH v3 36/54] dm: pmic: Split output from function
` [U-Boot] [PATCH v3 37/54] dm: power: Add a function to set up all regulators
` [U-Boot] [PATCH v3 38/54] dm: power: Use debug() for errors in regulator uclass
` [U-Boot] [PATCH v3 39/54] dm: pmic: Add functions to adjust PMIC registers
` [U-Boot] [PATCH v3 40/54] dm: power: Allow use of regulators in SPL
` [U-Boot] [PATCH v3 41/54] Drop CONFIG_ERRNO_STR from SPL
` [U-Boot] [PATCH v3 42/54] dm: Add support for RAM drivers
` [U-Boot] [PATCH v3 43/54] dm: spi: Make local functions static
` [U-Boot] [PATCH v3 44/54] ns16550: Improve debug UART so it can work with 32-bit access
` [U-Boot] [PATCH v3 45/54] Add rivest cipher 4 (rc4) implementation
` [U-Boot] [PATCH v3 46/54] lib: Add function to extract a number from the end of a string
` [U-Boot] [PATCH v3 47/54] fdt: Provide debug info when a device tree cannot be found
[U-Boot] dm-spi: spi_chip_select value
2015-06-23 21:03 UTC
[U-Boot] Wandboard SPL boot failed
2015-06-23 19:31 UTC
[U-Boot] [PATCH 0/5] sunxi: misc fixes and SinA33 support
2015-06-23 18:29 UTC (7+ messages)
` [U-Boot] [PATCH 1/5] sunxi: hardware-feature-specific function index defines for PORT F UART0
` [U-Boot] [PATCH 2/5] sunxi: rsb: Enable R_PIO clock before configuring external pins
` [U-Boot] [PATCH 3/5] sunxi: Add support for UART0 in PB pin group on A33
` [U-Boot] [PATCH 4/5] sunxi: Sync sun8i dts files with the linux kernel
` [U-Boot] [PATCH 5/5] sunxi: Add Sinlinx SinA33 defconfig
[U-Boot] [PATCH 00/11 v2] Add more commands for VSC9953 L2 Switch
2015-06-23 16:48 UTC (12+ messages)
` [U-Boot] [PATCH 01/11 v2] drivers/net/vsc9953: Cleanup patch
` [U-Boot] [PATCH 02/11 v2] drivers/net/vsc9953: Fix missing reserved register
` [U-Boot] [PATCH 03/11 v2] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
` [U-Boot] [PATCH 04/11 v2] drivers/net/vsc9953: Refractor the parser for VSC9953 commands
` [U-Boot] [PATCH 05/11 v2] drivers/net/vsc9953: Add command to show/clear port counters
` [U-Boot] [PATCH 06/11 v2] drivers/net/vsc9953: Add commands to enable/disable HW learning
` [U-Boot] [PATCH 07/11 v2] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
` [U-Boot] [PATCH 08/11 v2] drivers/net/vsc9953: Add VLAN commands "
` [U-Boot] [PATCH 09/11 v2] drivers/net/vsc9953: Add command for shared/private VLAN learning
` [U-Boot] [PATCH 10/11 v2] drivers/net/vsc9953: Add commands for VLAN ingress filtering
` [U-Boot] [PATCH 11/11 v2] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier
[U-Boot] corrupted tags in git://git.denx.de/u-boot ?
2015-06-23 15:23 UTC (3+ messages)
[U-Boot] Pull request: u-boot-spi/master
2015-06-23 15:17 UTC
[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
2015-06-23 14:51 UTC (9+ messages)
[U-Boot] [PATCH 0/3] spi: cadence_qspi: sram depth from DT & fix for FIFO width
2015-06-23 14:48 UTC (4+ messages)
[U-Boot] [PATCH] cmd_mp: Add support for showing all CPU status by one command
2015-06-23 14:33 UTC (2+ messages)
[U-Boot] [PATCH] sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default
2015-06-23 14:33 UTC (17+ messages)
` [U-Boot] [PATCH 0/7] Move include/config_cmd_default.h into Kconfig / remove arch defaults
` [U-Boot] [PATCH 1/7] mtd: spi: Add the SPI_FLASH config to Kconfig
` [U-Boot] [PATCH 2/7] common: Fix comment for saveenv in Kconfig
` [U-Boot] [PATCH 3/7] common: Add the CMD_ENV_EXISTS config to Kconfig
` [U-Boot] [PATCH 4/7] arm: Make new baltos board not break on savedefconfig
` [U-Boot] [PATCH 5/7] a3m071: Add needed dependency on LIB_RAND
` [U-Boot] [PATCH 6/7] Move default y configs out of arch/board Kconfig
` [U-Boot] [PATCH 7/7] Move defaults from config_cmd_default.h to Kconfig
[U-Boot] [PATCH] keystone2: use detected ddr3a size
2015-06-23 14:08 UTC (6+ messages)
[U-Boot] [PATCH 4/4] include: usb: Map USB controller base addresses for LS2085A
2015-06-23 13:02 UTC (4+ messages)
[U-Boot] Marvell Armada XP SATA support
2015-06-23 12:38 UTC (3+ messages)
[U-Boot] [PATCH v2] Initial support for ACPI Tables for qemu-x86 target
2015-06-23 12:15 UTC (2+ messages)
[U-Boot] [PATCH] keystone2: use correct EFUSE_BOOTROM fileds to configure speed
2015-06-23 11:33 UTC (3+ messages)
` [U-Boot] "
[U-Boot] x86: ACPI support suggestion
2015-06-23 11:30 UTC (9+ messages)
[U-Boot] [PATCH 0/3] sunxi: Enable both ehci and otg in host mode on various boards
2015-06-23 10:02 UTC (14+ messages)
` [U-Boot] [PATCH 1/3] sunxi: musb: Improve output during probing
` [U-Boot] [PATCH 2/3] sunxi: musb: Stop treating not having a vbus-det gpio as an error
` [U-Boot] [PATCH 3/3] sunxi: Enable both ehci and otg in host mode on various boards
[U-Boot] [PATCH v2] build: create time and date independent binary
2015-06-23 8:32 UTC
[U-Boot] [PATCH v7 0/4] sf: Add MTD layer support
2015-06-23 7:25 UTC (8+ messages)
` [U-Boot] [PATCH v7 1/4] mtd, spi: Add MTD layer driver
` [U-Boot] [PATCH v7 2/4] mtd, nand: Move common functions from cmd_nand.c to common place
` [U-Boot] [PATCH v7 3/4] spi, sf: Use offset and size in sf cmd from mtdpartition
` [U-Boot] [PATCH v7 4/4] mtd, spi: Check if flash pointer is used
` [U-Boot] Fwd: [PATCH v7 0/4] sf: Add MTD layer support
[U-Boot] [PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table
2015-06-23 6:15 UTC (3+ messages)
[U-Boot] [RESPIN PATCH v2 02/15] cmd: date: Change to use CONFIG_DM_RTC instead of CONFIG_DM_I2C
2015-06-23 4:18 UTC (14+ messages)
` [U-Boot] [RESPIN PATCH v2 03/15] x86: crownbay: Enable DM RTC support
` [U-Boot] [RESPIN PATCH v2 04/15] x86: queensbay: Correct Topcliff device irqs
` [U-Boot] [RESPIN PATCH v2 05/15] x86: Write correct bus number for the irq router
` [U-Boot] [RESPIN PATCH v2 06/15] x86: Ignore function number when writing PIRQ routing table
` [U-Boot] [RESPIN PATCH v2 07/15] x86: Reduce PIRQ routing table size
` [U-Boot] [RESPIN PATCH v2 08/15] x86: Clean up ioapic header file
` [U-Boot] [RESPIN PATCH v2 09/15] x86: Add I/O APIC register access routines
` [U-Boot] [RESPIN PATCH v2 10/15] x86: Remove inline for lapic "
` [U-Boot] [RESPIN PATCH v2 11/15] x86: Add MultiProcessor (MP) table APIs
` [U-Boot] [RESPIN PATCH v2 12/15] x86: Generate a valid MultiProcessor (MP) table
` [U-Boot] [RESPIN PATCH v2 13/15] x86: Update README.x86 for SMP support
` [U-Boot] [RESPIN PATCH v2 14/15] x86: crownbay: Enable writing MP table
` [U-Boot] [RESPIN PATCH v2 15/15] x86: queensbay: Change PCIe root ports' interrupt routing
[U-Boot] [RESPIN PATCH v2 01/15] dm: rtc: Support mc146818 driver in driver model
2015-06-23 4:18 UTC
[U-Boot] [PATCH 4/4] config: ls2085ardb: Add USB support for ls2085ardb
2015-06-23 4:16 UTC
[U-Boot] [PATCH 3/4] config: ls2085aqds: Add USB support for ls2085aqds
2015-06-23 4:15 UTC
[U-Boot] [PATCH 2/4] config: lsch3: Define USB XHCI controller base address for LS2085A
2015-06-23 4:15 UTC
[U-Boot] [PATCH 1/4] config: lsch3: Define CONFIG_SYS_CACHELINE_SIZE for LS2085A
2015-06-23 4:15 UTC
[U-Boot] SDRAM
2015-06-23 3:51 UTC (3+ messages)
[U-Boot] [PATCH 3/4] include: usb: Move USB controller base address mapping
2015-06-23 3:48 UTC
[U-Boot] [PATCH 2/4] drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller
2015-06-23 3:47 UTC
[U-Boot] [PATCH 1/4] drivers: usb: fsl: Remove warnings for 64-bit architectures
2015-06-23 3:47 UTC
[U-Boot] [PATCH v2 2/2] pci: Disable expansion ROM address decoding when signature check fails
2015-06-23 3:45 UTC
[U-Boot] [PATCH v2 1/2] pci: Configure expansion ROM during auto config process
2015-06-23 3:45 UTC
[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
2015-06-22 22:57 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size
[U-Boot] net.c: question regarding commit: fd3056337e6fcc140f400e11edd33f6f1cb37de1
2015-06-22 21:54 UTC (2+ messages)
[U-Boot] [PATCH v6 0/4] spi, sf: add mtdparts feature to spi and sf commands
2015-06-22 19:59 UTC (13+ messages)
` [U-Boot] [PATCH v6 1/4] mtd, spi: add MTD layer driver
[U-Boot] [Banana Pi] DHCP at boot
2015-06-22 12:08 UTC (2+ messages)
[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
2015-06-22 10:56 UTC (6+ messages)
` [U-Boot] [PATCHv4 1/3] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
[U-Boot] [PATCH 0/8] usb:xhci:dwc3: Add dwc3 drv code
2015-06-22 9:20 UTC (3+ messages)
[U-Boot] [PATCH v2 1/1] ARM: DRA72x: fix io delay calibration for ethernet
2015-06-22 9:13 UTC
[U-Boot] [PATCH v2] spi: cf_qspi: fix clamp macro type check compilation warnings
2015-06-22 7:19 UTC (3+ messages)
[U-Boot] [PATCH] pci: Configure expansion ROM during auto config process
2015-06-22 6:49 UTC (5+ messages)
[U-Boot] s3c2416 port problem
2015-06-22 3:09 UTC
[U-Boot] [PATCH] spi: cf_qspi: fix clamp macro type check compilation warnings
2015-06-21 9:45 UTC (4+ messages)
[U-Boot] [PATCH v2 1/2] fdt: prevent clearing memory node if there are no banks
2015-06-20 23:29 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] ARM: highbank: remove DRAM bank setup
[U-Boot] [PATCH] spi: zynq_spi.c:Optmizations done in spi_xfer func
2015-06-20 15:57 UTC
[U-Boot] [PATCH] mmc: bcm2835_sdhci: Restore original delay behavior
2015-06-20 14:23 UTC (4+ messages)
[U-Boot] [PATCH 0/4] Tegra210 support for P2571
2015-06-19 22:25 UTC (4+ messages)
[U-Boot] [PATCH 1/4] ARM: bcm283x: Repair wdog.h
2015-06-19 21:39 UTC (4+ messages)
` [U-Boot] [PATCH 3/4] ARM: mmc: bcm283x: Remove get_timer_us() from mmc driver
[U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
2015-06-19 20:48 UTC (16+ messages)
` [U-Boot] [PATCH 2/5] Make MTD_PARTITIONS "
` [U-Boot] [PATCH 3/5] Make ubi "
` [U-Boot] [PATCH 4/5] Make lzo decompression "
` [U-Boot] [PATCH 5/5] Make ubifs "
` [U-Boot] [U-Boot,1/5] Make RBTREE "
[U-Boot] [PATCH v2 2/3] am43xx_evm: add usb host boot support
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,2/3] "
[U-Boot] [PATCH v2] README: Describe CONFIG_SYS_NO_FLASH
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] [U-Boot,v2] "
[U-Boot] [PATCH] ARM: BeagleBoard-X15: Enable VTT regulator
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 3/3] am43xx_evm: add eth boot support
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,3/3] "
[U-Boot] [PATCH v2 1/3] am43xx: Update CONFIG_SPL_TEXT_BASE
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,1/3] "
[U-Boot] [PATCH] ARM: DRA7: Change configuration to prevent DDR reset control from EMIF
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/2] ti: omap4: remove CONFIG_SPL_EXT_SUPPORT from ti_omap4_common.h since it is now in ti_armv7_common.h
2015-06-19 20:25 UTC (2+ messages)
` [U-Boot] [U-Boot, "
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