messages from 2016-01-16 18:13:49 to 2016-01-18 03:58:17 UTC [more...]
[U-Boot] [PATCH v7 1/7] mips: add base support for QCA/Atheros ath79 SOCs
2016-01-18 3:58 UTC (15+ messages)
` [U-Boot] [PATCH v7 2/7] mips: ath79: add support for AR933x SOCs
` [U-Boot] [PATCH v7 3/7] mips: ath79: add support for QCA953x SOCs
` [U-Boot] [PATCH v7 4/7] mips: ath79: add serial driver for ar933x SOC
` [U-Boot] [PATCH v7 5/7] mips: ath79: add spi driver
` [U-Boot] [PATCH v7 6/7] mips: ath79: add AP121 reference board
` [U-Boot] [PATCH v7 7/7] mips: ath79: add AP143 "
[U-Boot] [PATCH v2 0/6] clk: some fixes, device tree support, new features
2016-01-18 3:58 UTC (5+ messages)
` [U-Boot] [PATCH v2 4/6] clk: change the type of return value to long
` [U-Boot] [PATCH v2 5/6] clk: add API to enable clock
[U-Boot] [PATCH v2] patman: Add --thread option
2016-01-18 3:58 UTC (3+ messages)
[U-Boot] [PATCH 0/2] Move commands into their own directory
2016-01-18 3:53 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] Move all command code into its "
` [U-Boot] [PATCH 2/2] Remove the cmd_ prefix from command files
[U-Boot] [PATCH 0/8] net: Split out the Ethernet uclass into its own file
2016-01-18 3:25 UTC (10+ messages)
` [U-Boot] [PATCH 1/8] tegra: Report errors from PCI init
` [U-Boot] [PATCH 2/8] net: Don't call board/cpu_eth_init() with driver model
` [U-Boot] [PATCH 3/8] net: Move common init into a new eth_common.c file
` [U-Boot] [PATCH 4/8] net: Move environment functions to the common file
` [U-Boot] [PATCH 5/8] net: Move remaining common functions to eth_common.c
` [U-Boot] [PATCH 6/8] net: Move driver-model code into its own file
` [U-Boot] [PATCH 7/8] net: Rename eth.c to eth_lecacy.c
` [U-Boot] [PATCH 8/8] net: Probe PCI before looking for ethernet devices
[U-Boot] [v2] mmc: fsl_esdhc: fix mmc read/write error on T4080
2016-01-18 3:22 UTC (5+ messages)
[U-Boot] x86: Bay Trail support with W83627DHG
2016-01-18 3:03 UTC (5+ messages)
[U-Boot] [PATCH v2] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
2016-01-18 3:02 UTC
[U-Boot] [PATCH] ARM: Disable "DISCARD" for secure section if CONFIG_ARMV7_SECURE_BASE isn't defined
2016-01-18 3:02 UTC (9+ messages)
[U-Boot] [PATCH v2 00/55] dm: x86: Convert ivybridge code to use driver model
2016-01-18 0:53 UTC (57+ 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 00/18] dm: video: Introduce initial driver-model video support
2016-01-18 0:26 UTC (29+ messages)
` [U-Boot] [PATCH 05/18] dm: video: Add a video uclass
` [U-Boot] [PATCH 06/18] dm: lcd: Avoid using the lcd.h header file with driver model
` [U-Boot] [PATCH 07/18] dm: video: Add a uclass for the text console
` [U-Boot] [PATCH 08/18] dm: video: Add a 'normal' text console driver
` [U-Boot] [PATCH 09/18] dm: video: Add a driver for a rotated text console
` [U-Boot] [PATCH 10/18] common: Move LCD and video memory reservation together
` [U-Boot] [PATCH 11/18] dm: common: Add memory reservation for the video uclass
` [U-Boot] [PATCH 12/18] dm: video: Implement the bmp command for driver model
` [U-Boot] [PATCH 13/18] dm: stdio: video: Plumb the video uclass into stdio
` [U-Boot] [PATCH 14/18] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
` [U-Boot] [PATCH 15/18] dm: video: sandbox: Convert sandbox to use driver model for video
` [U-Boot] [PATCH 16/18] dm: video: test: Add tests for the video uclass
` [U-Boot] [PATCH 17/18] dm: video: test: Add tests for rotated consoles
` [U-Boot] [PATCH 18/18] dm: video: test: Test that bitmap display works correctly
[U-Boot] Board specific hook for performing pre-os tweaks
2016-01-17 23:36 UTC
[U-Boot] [PATCH 0/6] dm: x86: Remove pirq_init() and cpu_irq_init()
2016-01-17 22:03 UTC (7+ messages)
` [U-Boot] [PATCH 1/6] dm: x86: Create a driver for x86 interrupts
` [U-Boot] [PATCH 2/6] dm: x86: Set up interrupt routing from interrupt_init()
` [U-Boot] [PATCH 3/6] dm: x86: Add a common PIRQ init function
` [U-Boot] [PATCH 4/6] dm: x86: quark: Add an interrupt driver
` [U-Boot] [PATCH 5/6] dm: x86: queensbay: "
` [U-Boot] [PATCH 6/6] dm: x86: Drop the weak cpu_irq_init() function
[U-Boot] [PATCH 0/4] ARM: sheevaplug: misc fixes
2016-01-17 21:59 UTC (6+ messages)
` [U-Boot] [PATCH 1/4] ARM: sheevaplug: unbreak default environment
` [U-Boot] [PATCH 2/4] ARM: sheevaplug: unbreak kernel bootargs / mtdparts command by dropping double mtdparts=
` [U-Boot] [PATCH 3/4] ARM: sheevaplug: drop unneded 'usb start' from boot command
` [U-Boot] [PATCH 4/4] ARM: sheevaplug: correct nand partition layout
[U-Boot] Kconfig bug (optional choice deselected by following option)
2016-01-17 21:14 UTC (4+ messages)
[U-Boot] Banan Pro (ahci-sunxi) SATA port stopped working after switching to U-Boot v2016.01
2016-01-17 20:44 UTC
[U-Boot] [PATCH v7 0/7] add support for atheros ath79 based SOCs
2016-01-17 12:21 UTC (5+ messages)
[U-Boot] [PATCH 0/5] Convert omap24xx-i2c driver to Driver Model
2016-01-17 11:09 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] i2c: omap24xx: Convert to DM
` [U-Boot] [PATCH 2/5] i2c: omap24xx: Fix waitdelay value for I2C HS
` [U-Boot] [PATCH 3/5] i2c: omap24xx: Remove unused I2C_WAIT macro
` [U-Boot] [PATCH 4/5] i2c: omap24xx: Fix high speed trimming calculation
` [U-Boot] [PATCH 5/5] i2c: omap24xx: Convert fully to DM_I2C
[U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model
2016-01-17 10:56 UTC (5+ 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 4/4] spi: omap3: Convert fully to DM_SPI
[U-Boot] [PATCH v2] Enable snooping on transactions from CAAM block
2016-01-17 10:03 UTC
[U-Boot] [PATCH v3] powerpc/SECURE_BOOT: Add PAMU driver
2016-01-17 9:54 UTC
[U-Boot] [PATCH v2 0/7] Determine Boot mode at run time
2016-01-17 9:39 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/7] include/configs: make secure boot header file include uniform
` [U-Boot] [PATCH v2 2/7] include/configs: move definition of CONFIG_CMD_BLOB
` [U-Boot] [PATCH v2 3/7] SECURE_BOOT: split the secure boot functionality in two parts
` [U-Boot] [PATCH v2 4/7] create function to determine boot mode
` [U-Boot] [PATCH v2 5/7] enable chain of trust for ARM platforms
` [U-Boot] [PATCH v2 6/7] enable chain of trust for PowerPC platforms
` [U-Boot] [PATCH v2 7/7] SECURE_BOOT: change error handler for esbc_validate
[U-Boot] [PATCH] ARM: uniphier: move UMC register macros to umc-regs.h
2016-01-17 6:03 UTC
[U-Boot] [PATCHv4 0/7] spl: Lightweight UBI and UBI fastmap support
2016-01-17 3:16 UTC (8+ 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 3/7] spl: Lightweight UBI and UBI fastmap support
` [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 0/6] usb: dwc2: Add support for SPLIT transactions
2016-01-17 3:09 UTC (7+ messages)
` [U-Boot] [PATCH 1/6] usb: dwc2: Fix out-of-bounds access, fix chunk size
` [U-Boot] [PATCH 2/6] usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack
` [U-Boot] [PATCH 3/6] usb: dwc2: split transfer core from outer loop
` [U-Boot] [PATCH 4/6] usb: dwc2: add helper function for setting SPLIT HC registers
` [U-Boot] [PATCH 5/6] usb: dwc2: Implement SPLIT transaction support
` [U-Boot] [PATCH 6/6] usb: dwc2: Add SPLIT INTERRUPT "
[U-Boot] [GIT PULL] u-boot-mips/master
2016-01-17 3:00 UTC (2+ messages)
[U-Boot] [PATCH] drivers/power/regulator/max77686.c: Don't use switch() on bools
2016-01-17 2:44 UTC
[U-Boot] [PATCH] drivers/spi/rk_spi.c: Fix debug format warning
2016-01-17 2:42 UTC
[U-Boot] [PATCH 0/4] ARM: uniphier: refactor and fix UniPhier outer cache
2016-01-17 1:13 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: uniphier: refactor outer cache operation slightly
` [U-Boot] [PATCH 2/4] ARM: uniphier: factor out outer cache sync as a helper function
` [U-Boot] [PATCH 3/4] ARM: uniphier: fix range invalidate for outer cache
` [U-Boot] [PATCH 4/4] ARM: uniphier: set active ways to really enable "
[U-Boot] [PATCH] image: fix getenv_bootm_size() function
2016-01-17 1:07 UTC (5+ messages)
[U-Boot] [REGRESSION] Ethernet broken on Colibri T20/T30
2016-01-17 0:51 UTC
[U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
2016-01-17 0:50 UTC (6+ messages)
` [U-Boot] [PATCH 21/23] tegra: Convert CONFIG_PWM_TEGRA to Kconfig
[U-Boot] [PATCH v3 0/8] dm: x86: Convert ICH driver fully to driver model PCI API
2016-01-16 23:47 UTC (7+ messages)
` [U-Boot] [PATCH v3 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)
` [U-Boot] [PATCH v3 6/8] dm: x86: Add a driver for Intel PCH9
[U-Boot] [PATCH v4 0/8] dm: x86: Convert ICH driver fully to driver model PCI API
2016-01-16 23:44 UTC (9+ messages)
` [U-Boot] [PATCH v4 1/8] dm: pci: Move pci_bus_to_hose() to compatibility
` [U-Boot] [PATCH v4 2/8] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH v4 3/8] dm: pci: Avoid using pci_bus_to_hose() in the uclass
` [U-Boot] [PATCH v4 4/8] dm: Expand the uclass for Platform Controller Hubs (PCH)
` [U-Boot] [PATCH v4 5/8] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH v4 6/8] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH v4 7/8] spi: ich: Separate out the read/write trace from normal debugging
` [U-Boot] [PATCH v4 8/8] dm: x86: spi: Convert ICH SPI driver to driver model PCI API
[U-Boot] [PATCH 0/2] TPM minor fixes
2016-01-16 23:17 UTC (3+ 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-16 23:05 UTC (4+ 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] [PULL] u-boot-socfpga/master
2016-01-16 19:35 UTC (2+ messages)
[U-Boot] [PULL] u-boot-usb/master
2016-01-16 19:35 UTC (2+ messages)
[U-Boot] [PATCH v6 00/10] add support for atheros ath79 based SOCs
2016-01-16 19:04 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