messages from 2016-01-20 22:15:56 to 2016-01-21 15:18:28 UTC [more...]
[U-Boot] [PATCH v2 0/9] arm: ls1021atwr: Convert to driver model and enable serial support
2016-01-21 15:18 UTC (11+ messages)
` [U-Boot] [PATCH v2 1/9] Revert "fdt_support: Add multi-serial support for stdout fixup"
` [U-Boot] [PATCH v2 2/9] arm: ls1021atwr: Convert to driver model and enable serial support
` [U-Boot] [PATCH v2 3/9] serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
[U-Boot] [PATCH v2] MIPS: initialize board_init_f() argument to zero
2016-01-21 14:32 UTC
[U-Boot] [PATCH v3] ARM: Add Support for the VInCo platform
2016-01-21 14:11 UTC (4+ messages)
[U-Boot] [PATCH 1/2] common/console.c: Remove unused inline functions
2016-01-21 14:10 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] serial: Remove serial_putc_raw_dev
` [U-Boot] [PATCH v2] common/console.c: Remove unused inline functions
[U-Boot] [PATCH v3 00/14] Initial Microchip PIC32MZ[DA] Support
2016-01-21 14:06 UTC (5+ messages)
` [U-Boot] [PATCH v3 01/14] MIPS: initialize board_init_f() argument to zero
[U-Boot] [PATCH] fix lcd testpattern in 16bit mode
2016-01-21 12:29 UTC
[U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model
2016-01-21 12:24 UTC (8+ messages)
` [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx
` [U-Boot] [PATCH 2/4] spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
` [U-Boot] [PATCH 3/4] spi: omap3: Convert to DM
[U-Boot] [PATCH 1/8] test/py: fix timeout to be absolute
2016-01-21 11:26 UTC (7+ messages)
` [U-Boot] [PATCH 6/8] test/py: add various utility code
` [U-Boot] [PATCH 7/8] test/py: ums: add filesystem-based testing
` [U-Boot] [PATCH 8/8] test/py: add DFU test
[U-Boot] [PATCH V4 1/8] test/py: Implement pytest infrastructure
2016-01-21 11:06 UTC (3+ messages)
` [U-Boot] [PATCH V4 7/8] test/py: test the ums command
[U-Boot] [PATCH] igep00x0: remove #undef CONFIG_BOOTDELAY
2016-01-21 10:35 UTC
[U-Boot] [PATCH] igep00x0: enable CONFIG_CMD_SETEXPR
2016-01-21 10:35 UTC
[U-Boot] [PATCH v7 0/7] add support for atheros ath79 based SOCs
2016-01-21 10:14 UTC (10+ messages)
[U-Boot] [PATCH v4 2/2] usb: eth: add Realtek RTL8152B/RTL8153 DRIVER
2016-01-21 10:12 UTC (6+ messages)
` [U-Boot] [PATCH v5 "
[U-Boot] [PATCHv2 1/3] armv8: fsl-layerscape: add i/d-cache enable function to enable_caches
2016-01-21 9:44 UTC (3+ messages)
` [U-Boot] [PATCHv2 2/3] ARMv8/layerscape: Add FSL PPA support
` [U-Boot] [PATCHv2 3/3] ARMv8/ls1043ardb: Integrate FSL PPA
[U-Boot] [PATCHv2 1/3] armv8: fsl-layerscape: add i/d-cache enable function to enable_caches
2016-01-21 9:43 UTC
[U-Boot] [PATCH v4 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
2016-01-21 9:38 UTC (6+ messages)
` [U-Boot] [PATCH v4 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v4 3/3] armv8/ls1043aqds: Add lpuart support
[U-Boot] [v3] mmc: fsl_esdhc: set Abort command type for CMD12
2016-01-21 9:33 UTC
[U-Boot] [v2] mmc: fsl_esdhc: fix mmc read/write error on T4080
2016-01-21 9:22 UTC (7+ messages)
[U-Boot] Patch dependency
2016-01-21 8:42 UTC (8+ messages)
` [U-Boot] [PATCH v3 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
` [U-Boot] [PATCH v3 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v3 3/3] armv8/ls1043aqds: Add lpuart support
[U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model
2016-01-21 8:04 UTC (129+ messages)
` [U-Boot] [PATCH v2 01/55] dm: core: Display the error number when driver binding fails
` [U-Boot] [PATCH v2 02/55] dm: usb: Add a compatible string for PCI EHCI controller
` [U-Boot] [PATCH v2 03/55] dm: syscon: Allow finding devices by driver data
` [U-Boot] [PATCH v2 04/55] dm: pci: Convert bios_emu to use the driver model PCI API
` [U-Boot] [PATCH v2 05/55] x86: ivybridge: Set up the LPC device using driver model
` [U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()
` [U-Boot] [PATCH v2 07/55] x86: ivybridge: Move more init to the probe() function
` [U-Boot] [PATCH v2 08/55] x86: ivybridge: Rename bd82x6x_init()
` [U-Boot] [PATCH v2 09/55] dm: x86: Add a northbridge uclass
` [U-Boot] [PATCH v2 10/55] x86: ivybridge: Add a driver for the bd82x6x northbridge
` [U-Boot] [PATCH v2 11/55] x86: ivybridge: Move northbridge init into the probe() method
` [U-Boot] [PATCH v2 12/55] x86: ivybridge: Move LPC and PCH init into northbridge probe()
` [U-Boot] [PATCH v2 13/55] x86: ivybridge: Rename lpc_init() to lpc_init_extra()
` [U-Boot] [PATCH v2 14/55] x86: ivybridge: Probe the LPC in CPU init
` [U-Boot] [PATCH v2 15/55] x86: ivybridge: Move graphics init much later
` [U-Boot] [PATCH v2 16/55] x86: ivybridge: Move sandybridge init to the lpc probe() method
` [U-Boot] [PATCH v2 17/55] x86: ivybridge: Move GPIO init to the LPC init() method
` [U-Boot] [PATCH v2 18/55] x86: ivybridge: Use common CPU init code
` [U-Boot] [PATCH v2 19/55] x86: ivybridge: Move CPU init code into the driver
` [U-Boot] [PATCH v2 20/55] x86: ivybridge: Set up the thermal target correctly
` [U-Boot] [PATCH v2 21/55] x86: ivybridge: Drop the dead MTRR code
` [U-Boot] [PATCH v2 22/55] x86: ivybridge: Move early init code into northbridge.c
` [U-Boot] [PATCH v2 23/55] x86: Make x86_init_cpus() static
` [U-Boot] [PATCH v2 24/55] x86: Don't show an error when the MRC cache is up to date
` [U-Boot] [PATCH v2 25/55] x86: Bring up northbridge, pch and lpc after the CPUs
` [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers
` [U-Boot] [PATCH v2 27/55] x86: ivybridge: Use driver model PCI API in bd82x6x.c
` [U-Boot] [PATCH v2 28/55] x86: ivybridge: Drop unnecessary northbridge setup
` [U-Boot] [PATCH v2 29/55] ahci: Add a disk-controller uclass
` [U-Boot] [PATCH v2 30/55] x86: ivybridge: Do the SATA init before relocation
` [U-Boot] [PATCH v2 31/55] x86: ivybridge: Drop the unused bd82x6x_init_extra()
` [U-Boot] [PATCH v2 32/55] x86: ivybridge: Use the SATA driver to do the init
` [U-Boot] [PATCH v2 33/55] x86: ivybridge: Use driver model PCI API in sata.c
` [U-Boot] [PATCH v2 34/55] x86: ivybridge: Move lpc_enable() into gma.c
` [U-Boot] [PATCH v2 35/55] x86: ivybridge: Move LPC init into the LPC probe() method
` [U-Boot] [PATCH v2 36/55] x86: ivybridge: Drop the special PCI driver
` [U-Boot] [PATCH v2 37/55] x86: ivybridge: Convert lpc init code to DM PCI API
` [U-Boot] [PATCH v2 38/55] x86: Enable DM_USB for link and panther
` [U-Boot] [PATCH v2 39/55] x86: i2c: Add a stub driver for Intel I2C/SMbus
` [U-Boot] [PATCH v2 40/55] x86: ivybridge: Use the I2C driver to perform SMbus init
` [U-Boot] [PATCH v2 41/55] x86: ivybridge: Convert enable_usb_bar() to use DM PCI API
` [U-Boot] [PATCH v2 42/55] x86: ivybridge: Convert dram_init() "
` [U-Boot] [PATCH v2 43/55] x86: ivybridge: Convert sdram_initialise() "
` [U-Boot] [PATCH v2 44/55] x86: chromebook_link: Enable the syscon uclass
` [U-Boot] [PATCH v2 45/55] x86: ivybridge: Convert SDRAM init to use driver model
` [U-Boot] [PATCH v2 46/55] x86: ivybridge: Convert report_platform to DM PCI API
` [U-Boot] [PATCH v2 47/55] x86: ivybridge: Convert pch.c to use "
` [U-Boot] [PATCH v2 48/55] x86: ivybridge: Move code from pch.c to bd82x6x.c
` [U-Boot] [PATCH v2 49/55] x86: ivybridge: Sort out the calls to bridge_silicon_revision()
` [U-Boot] [PATCH v2 50/55] x86: ivybridge: Drop special EHCI init
` [U-Boot] [PATCH v2 51/55] x86: ivybridge: Drop XHCI support
` [U-Boot] [PATCH v2 52/55] x86: ivybridge: Drop the SMM-locking code
` [U-Boot] [PATCH v2 53/55] x86: Set up a shared syscon numbering schema
` [U-Boot] [PATCH v2 54/55] x86: ivybridge: Use syscon for the GMA device
` [U-Boot] [PATCH v2 55/55] x86: fdt: Drop the unused compatible strings in fdtdec
[U-Boot] [PATCH 1/2] armv8/ls1043a: fsl_qman: Implement device tree fixup for QBMan
2016-01-21 7:00 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] armv8/fsl-layerscape: fdt: add fixup for fman
[U-Boot] Uboot send pull request
2016-01-21 6:48 UTC
[U-Boot] Please pull from u-boot-i2c
2016-01-21 6:39 UTC
[U-Boot] [PATCH 1/2] i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs
2016-01-21 6:32 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Add support for the I2C controller which is part of the PRCM
[U-Boot] [PATCHv4 0/7] spl: Lightweight UBI and UBI fastmap support
2016-01-21 6:08 UTC (13+ messages)
` [U-Boot] [PATCHv4 1/7] mtd: Sort subsystem directories aplhabeticaly in Makefile
` [U-Boot] [PATCHv4 2/7] nand_spl_simple: Add a simple NAND read function
` [U-Boot] [PATCHv4 4/7] spl: support loading from UBI volumes
` [U-Boot] [PATCHv5 5/7] spl: zImage support in Falcon mode
` [U-Boot] [PATCHv7 6/7] igep00x0: UBIize
` [U-Boot] [PATCHv4 7/7] igep00x0: Falcon mode
[U-Boot] [PATCH 1/2] x86: x86-common.h: Add CONFIG_BOOTDELAY
2016-01-21 6:06 UTC (3+ messages)
[U-Boot] Uboot send pull request
2016-01-21 6:01 UTC
[U-Boot] [PATCH v2] board/t4240rdb: VID support
2016-01-21 5:57 UTC
[U-Boot] [PATCH] ARM: uniphier: support some more DRAM use cases on PH1-Pro4
2016-01-21 5:57 UTC
[U-Boot] [PATCH 0/4] ARM: uniphier: several fixes of include/configs/uniphiers.h
2016-01-21 5:56 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: uniphier: fix NOR boot command
` [U-Boot] [PATCH 2/4] ARM: uniphier: add default bootm_low to fix FIT boot
` [U-Boot] [PATCH 3/4] ARM: uniphier: factor out common part of boot commands
` [U-Boot] [PATCH 4/4] ARM: uniphier: fix nfsboot command
[U-Boot] [PATCH] x86: Clean up SPI flash drivers in defconfig
2016-01-21 5:53 UTC (17+ messages)
[U-Boot] [PATCH 1/2] checkpatch: ignore request to use ether_addr_copy()
2016-01-21 4:09 UTC (9+ messages)
[U-Boot] (no subject)
2016-01-21 4:03 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
` [U-Boot] [PATCH v2 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v2 3/3] armv8/ls1043aqds: Add lpuart support
[U-Boot] [Patch V4 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
2016-01-21 3:45 UTC (5+ messages)
[U-Boot] [Patch V5 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
2016-01-21 3:34 UTC (4+ messages)
` [U-Boot] [Patch V5 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
` [U-Boot] [Patch V5 3/4] spi: fsl_qspi: Fix qspi_op_rdsr "
` [U-Boot] [Patch V5 4/4] dm: env_sf: fix saveenv() to use driver model
[U-Boot] [PATCH] armv8/ls1043a: Implement workaround for erratum A009660
2016-01-21 3:18 UTC (3+ messages)
[U-Boot] [PATCH] part: Drop duplication declaration of block_dev_desc_t
2016-01-21 3:15 UTC (2+ messages)
[U-Boot] [PATCH v2 01/50] dm: clk: Add support for decoding clocks from the device tree
2016-01-21 3:09 UTC (8+ messages)
[U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
2016-01-21 3:07 UTC (5+ messages)
[U-Boot] [PATCH] clk: Correct compilation when OF_CONTROL is not set
2016-01-21 3:06 UTC (2+ messages)
[U-Boot] [PATCH v4 01/50] dm: clk: Add support for decoding clocks from the device tree
2016-01-21 3:04 UTC (2+ messages)
[U-Boot] [PATCH 00/37] rockchip: Add support for display and keyboard
2016-01-21 2:58 UTC (2+ messages)
[U-Boot] [PATCH 00/50] rockchip: Add support for cros_ec keyboard
2016-01-21 2:58 UTC (2+ messages)
[U-Boot] [PATCH] board/t4240rdb: VID support
2016-01-21 2:56 UTC (6+ messages)
[U-Boot] [PATCH 0/5] Convert omap24xx-i2c driver to Driver Model
2016-01-21 2:46 UTC (3+ messages)
` [U-Boot] [PATCH 1/5] i2c: omap24xx: Convert to DM
[U-Boot] [PATCH 0/2] TPM minor fixes
2016-01-21 2:46 UTC (5+ messages)
` [U-Boot] [PATCH 1/2] tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
` [U-Boot] [PATCH 2/2] tpm: tpm_tis_lpc: fix typo
[U-Boot] [PATCH 0/3] Add support for st33zp24 i2c and spi TPMs
2016-01-21 2:46 UTC (7+ messages)
` [U-Boot] [PATCH 1/3] tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c
` [U-Boot] [PATCH 2/3] tpm: st33zp24: Add tpm st33zp24 support with i2c
` [U-Boot] [PATCH 3/3] tpm: st33zp24: Add tpm st33zp24 spi support
[U-Boot] [PATCH 1/2] serial: zynq: Extend compatible string list
2016-01-21 2:45 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] serial: zynq: Fix address reading from DM
[U-Boot] [PATCH v3 0/5] Add wait_for_bit()
2016-01-21 2:45 UTC (5+ messages)
` [U-Boot] [PATCH v3 1/5] lib: Add wait_for_bit
[U-Boot] [PATCH 1/3] dm: timer: refuse timers with zero clock_rate
2016-01-21 2:16 UTC (4+ messages)
` [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command
[U-Boot] [PATCH v3 0/8] dm: x86: Remove pirq_init() and cpu_irq_init()
2016-01-21 2:06 UTC (21+ messages)
` [U-Boot] [PATCH v3 1/8] dm: x86: Create a driver for x86 interrupts
` [U-Boot] [PATCH v3 2/8] dm: x86: Set up interrupt routing from interrupt_init()
` [U-Boot] [PATCH v3 3/8] dm: x86: Add a common PIRQ init function
` [U-Boot] [PATCH v3 4/8] x86: Use the IRQ device when setting up the mptable
` [U-Boot] [PATCH v3 5/8] x86: Drop the irq router compatible string
` [U-Boot] [PATCH v3 6/8] dm: x86: quark: Add an interrupt driver
` [U-Boot] [PATCH v3 7/8] dm: x86: queensbay: "
` [U-Boot] [PATCH v3 8/8] dm: x86: Drop the weak cpu_irq_init() function
[U-Boot] [PATCH] powerpc/83xx: fix build failure
2016-01-21 1:38 UTC (5+ messages)
` [U-Boot] "
[U-Boot] [PATCH 1/3] ARMv8/layerscape: Add mmu_init API
2016-01-21 1:10 UTC (5+ messages)
[U-Boot] [PATCH v1 00/16] Add support for 96boards Dragonboard410C board
2016-01-20 23:49 UTC (5+ messages)
` [U-Boot] [PATCH v1 16/16] board: Add Qualcomm Dragonboard 410C support
[U-Boot] Banan Pro (ahci-sunxi) SATA port stopped working after switching to U-Boot v2016.01
2016-01-20 23:34 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