public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-10-23 01:39:08 to 2015-10-24 12:28:01 UTC [more...]

[U-Boot] [PATCH 01/13] include: Add log2 header from the kernel
 2015-10-24 12:28 UTC 

[U-Boot] [PATCH v2] fdt_support: Check for bank size before updating memory node
 2015-10-24 11:22 UTC 

[U-Boot] [PATCH v9 1/4] include: Add log2 and generic bitops header files
 2015-10-24 10:56 UTC  (6+ messages)

[U-Boot] [PATCH 1/4] mmc: atmel: Silence debug output
 2015-10-24  8:35 UTC  (10+ messages)
` [U-Boot] [PATCH 2/4] mmc: atmel: Fix clock configuration
` [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data
` [U-Boot] [PATCH 4/4] mmc: atmel: Zap global 'initialized' variable

[U-Boot] [PATCH v2 1/3] sf: Add dm_spi_flash_probe
 2015-10-24  3:54 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove

[U-Boot] [PATCH v5 00/23] spi: Use BIT and GENMASK
 2015-10-24  3:39 UTC  (24+ messages)
` [U-Boot] [PATCH v5 01/23] spi: zynq_[q]spi: Use BIT macro
` [U-Boot] [PATCH v5 02/23] spi: zynq_[q]spi: Use GENMASK macro
` [U-Boot] [PATCH v5 03/23] spi: altera_spi: Use BIT macro
` [U-Boot] [PATCH v5 04/23] spi: atmel_spi: "
` [U-Boot] [PATCH v5 05/23] spi: bfin_spi6xx: "
` [U-Boot] [PATCH v5 06/23] spi: cadence_qspi_apb: "
` [U-Boot] [PATCH v5 07/23] spi: designware_spi: "
` [U-Boot] [PATCH v5 08/23] spi: fsl: "
` [U-Boot] [PATCH v5 09/23] spi: ich: "
` [U-Boot] [PATCH v5 10/23] spi: mpc8xxx_spi: "
` [U-Boot] [PATCH v5 11/23] spi: omap3_spi: "
` [U-Boot] [PATCH v5 12/23] spi: sh_qspi: "
` [U-Boot] [PATCH v5 13/23] spi: tegra: "
` [U-Boot] [PATCH v5 14/23] spi: ti_qspi: "
` [U-Boot] [PATCH v5 15/23] spi: xilinx_spi: "
` [U-Boot] [PATCH v5 16/23] spi: atmel_spi: Use GENMASK
` [U-Boot] [PATCH v5 17/23] spi: cadence_qspi_apb: "
` [U-Boot] [PATCH v5 18/23] spi: designware_spi: "
` [U-Boot] [PATCH v5 19/23] spi: fsl_qspi: "
` [U-Boot] [PATCH v5 20/23] spi: mxs_spi: "
` [U-Boot] [PATCH v5 21/23] spi: omap3_spi: "
` [U-Boot] [PATCH v5 22/23] spi: tegra: "
` [U-Boot] [PATCH v5 23/23] spi: xilinx_spi: "

[U-Boot] [PATCH v4 00/24] spi: Use BIT and GENMASK
 2015-10-24  3:26 UTC  (24+ messages)
` [U-Boot] [PATCH v4 06/24] spi: cadence_qspi_apb: Use BIT macro
` [U-Boot] [PATCH v4 08/24] spi: exynos_spi: "
` [U-Boot] [PATCH v4 18/24] spi: cadence_qspi_apb: Use GENMASK
` [U-Boot] [PATCH v4 21/24] spi: mxs_spi: "

[U-Boot] [PATCH] gpio: return success if value is positiv
 2015-10-24  0:25 UTC  (2+ messages)

[U-Boot] [PATCH v2] spi: Tegra: add device tree binding doc for SPI/QSPI
 2015-10-23 23:30 UTC 

[U-Boot] [PATCH] lcd: atmel: Add 32bpp support for HLCDC
 2015-10-23 23:02 UTC  (2+ messages)

[U-Boot] [PATCH v7 0/9] Add support for ThunderX 88xx SoC family
 2015-10-23 22:51 UTC  (6+ messages)
` [U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs

[U-Boot] [PATCH] at91: simplify spl board_init_f function
 2015-10-23 22:46 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: at91: sama5: change the environment address to 0x6000
 2015-10-23 22:43 UTC  (2+ messages)

[U-Boot] [PATCH] arm: atmel: Add SAMA5D2 Xplained board
 2015-10-23 22:41 UTC  (2+ messages)

[U-Boot] [PATCH] pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()
 2015-10-23 21:48 UTC 

[U-Boot] [PATCH v2] mmc: atmel: Add atmel sdhci support
 2015-10-23 21:27 UTC  (2+ messages)

[U-Boot] [PATCH] mtd: pxa3xx_nand: Correct allocation and init bug
 2015-10-23 21:18 UTC  (7+ messages)

[U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses
 2015-10-23 21:10 UTC  (2+ messages)

[U-Boot] [PATCH] arm: at91: clock: Add the generated clock support
 2015-10-23 21:00 UTC  (2+ messages)

[U-Boot] [PATCH] env_ubi.c: Correct pointer error in env load
 2015-10-23 20:30 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Allow board specific config values for env
 2015-10-23 18:40 UTC  (6+ messages)
` [U-Boot] [PATCH] arm: socfpga: Add CONFIG_BUILD_TARGET to socfpga_common.h
` [U-Boot] [PATCH] arm: socfpga: Add SoCFPGA SR1500 board

[U-Boot] [PATCH] spi: Tegra: add device tree binding doc for SPI and QSPI
 2015-10-23 18:39 UTC  (4+ messages)

[U-Boot] Doubt in USB driver for Vybrid vf610
 2015-10-23 18:23 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/2] arm: stm32f4: fix a bug when only first sector gets erased
 2015-10-23 18:14 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] arm: stm32f4: fix a bug when a random "

[U-Boot] [PATCH 0/3] arm: mvebu: a38x: Cleanup serdes/DDR training
 2015-10-23 17:53 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: a38x: Add const to some function calls
` [U-Boot] [PATCH 1/3] arm: mvebu: a38x: Remove unsupported topologies
` [U-Boot] [PATCH 3/3] arm: mvebu: a38x: serdes specification cleanup

[U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()
 2015-10-23 17:38 UTC  (5+ messages)

[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
 2015-10-23 17:30 UTC  (11+ messages)
` [U-Boot] [PATCH 1/8] dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
` [U-Boot] [PATCH 2/8] dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM
` [U-Boot] [PATCH 4/8] dm: pci: Support decoding ranges with duplicate entries

[U-Boot] [PATCH v4] Tegra: T210: Add QSPI driver
 2015-10-23 17:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] part:efi: add GUID for linux file system data
 2015-10-23 16:53 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] gpt: add optional parameter type in gpt command
` [U-Boot] [PATCH v2 3/3] uuid: add selection by string for known partition type GUID

[U-Boot] [PATCH V2 1/7] ARM: tegra: rename dummy XUSB padctl implementation
 2015-10-23 16:50 UTC  (7+ messages)
` [U-Boot] [PATCH V2 2/7] ARM: tegra: clean up XUSB padctl error() calls
` [U-Boot] [PATCH V2 3/7] ARM: tegra: create common XUSB padctl driver file
` [U-Boot] [PATCH V2 4/7] ARM: tegra: parameterize common XUSB code
` [U-Boot] [PATCH V2 5/7] ARM: tegra: switch Tegra210 to common XUSB padctl
` [U-Boot] [PATCH V2 6/7] ARM: tegra: add lane tables to Tegra210 "
` [U-Boot] [PATCH V2 7/7] ARM: tegra: error check Tegra210 XUSB padctl waits

[U-Boot] [PATCH v7 5/9] arm: serial: Add ability to use pre-initialized UARTs
 2015-10-23 16:44 UTC  (11+ messages)

[U-Boot] [PATCH v7 0/5] Add support for Thumb-1 builds
 2015-10-23 16:06 UTC  (6+ messages)
` [U-Boot] [PATCH v7 1/5] stm32f429-discovery: add CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v7 2/5] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v7 3/5] tricorder: switch to CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v7 4/5] kirkwood: support CONFIG_SYS_THUMB_BUILD
` [U-Boot] [PATCH v7 5/5] Revive OpenRD targets

[U-Boot] [PATCH] cfi_flash: use specific width types for cword
 2015-10-23 15:50 UTC 

[U-Boot] [PATCH] vexpress64: use 2nd DRAM bank only on juno
 2015-10-23 15:47 UTC 

[U-Boot] [PATCH] dm: keystone: serial: Add driver model support
 2015-10-23 14:54 UTC  (3+ messages)

[U-Boot] [PATCH 00/12] SPL mmc refactor and alternate boot device feature
 2015-10-23 14:11 UTC  (10+ messages)
` [U-Boot] [PATCH 05/12] spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check

[U-Boot] [Patch V7 03/18] net/fm: Fix the endian issue to support both endianness platforms
 2015-10-23 13:42 UTC  (5+ messages)
` [U-Boot] [Patch V7 04/18] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC

[U-Boot] [PATCH] include/linux/mtd: Update copyright notices
 2015-10-23 13:37 UTC 

[U-Boot] [PATCH v8 1/4] include: Add log2 and fls64 header fi
 2015-10-23 13:29 UTC  (7+ messages)

[U-Boot] [PATCH] fdt_support: Check for bank size before updating memory node
 2015-10-23 13:23 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] Add support for additional splash screen locations
 2015-10-23 13:12 UTC  (8+ messages)
` [U-Boot] [PATCH 2/5] splash_source: add support for filesystem formatted mmc
` [U-Boot] [PATCH 3/5] splash_source: add support for filesystem formatted usb

[U-Boot] Pull request: u-boot-nios/master
 2015-10-23 11:25 UTC  (2+ messages)

[U-Boot] [RFC] odroid: Add support for the ODROID-X board variant
 2015-10-23 10:53 UTC  (2+ messages)

[U-Boot] u-boot device model SPI + SPI Flash
 2015-10-23 10:20 UTC  (7+ messages)

[U-Boot] [PATCH v2 00/28] dm: input: Move keyboard drivers to driver model
 2015-10-23 10:19 UTC  (17+ messages)
` [U-Boot] [PATCH v2 01/28] dm: input: Create a keyboard uclass
` [U-Boot] [PATCH v2 04/28] input: Add the keycode translation tables separately
` [U-Boot] [PATCH v2 09/28] video: Drop unused console functions
` [U-Boot] [PATCH v2 15/28] input: Add a function to add a keycode to the existing set
` [U-Boot] [PATCH v2 16/28] input: Allow repeat filtering to be disabled
` [U-Boot] [PATCH v2 17/28] input: Support the German keymap
` [U-Boot] [PATCH v2 23/28] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH v2 26/28] i8042: Handle a duplicate power-on-reset response

[U-Boot] [PATCH 5/5] samsung: clean up checkpatch issues
 2015-10-23  8:32 UTC 

[U-Boot] [PATCH 4/5] odroid: clean up checkpatch issues
 2015-10-23  8:32 UTC 

[U-Boot] [PATCH 3/5] smdk2410: clean up checkpatch issues
 2015-10-23  8:32 UTC 

[U-Boot] [PATCH 2/5] smdkv310: clean up checkpatch issues
 2015-10-23  8:32 UTC 

[U-Boot] [PATCH 1/5] arm: exynos: clean up checkpatch issues
 2015-10-23  8:32 UTC 

[U-Boot] [PATCH v3] arm: ls2080a: Add sata support on qds and rdb board
 2015-10-23  7:16 UTC 

[U-Boot] Reading data from SPI flash before relocation - what is the best way to do this?
 2015-10-23  5:30 UTC  (5+ messages)

[U-Boot] [ANN] U-Boot v2015.10 released
 2015-10-23  4:14 UTC  (7+ messages)

[U-Boot] [PATCH v1 00/12] Bring up rk3036 uboot
 2015-10-23  2:53 UTC  (7+ messages)
` [U-Boot] [PATCH v1 12/12] rockchip: Add basic support for evb-rk3036 board

[U-Boot] [PATCH v2 0/8] x86: Support off-chip graphics card on Intel Crown Bay
 2015-10-23  2:31 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/8] x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
` [U-Boot] [PATCH v2 2/8] x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS
` [U-Boot] [PATCH v2 3/8] x86: Fix cosmetic issues in the i8254 and i8259 codes
` [U-Boot] [PATCH v2 4/8] x86: Initialize i8254 timer counter 1
` [U-Boot] [PATCH v2 5/8] x86: Rename pcat_ to i8254 and i8259 accordingly
` [U-Boot] [PATCH v2 6/8] x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig
` [U-Boot] [PATCH v2 7/8] x86: queensbay: Really disable IGD
` [U-Boot] [PATCH v2 8/8] x86: Move timer_init() call a bit earlier

[U-Boot] [PATCH V4 1/3] arm: discard relocation entries for secure text
 2015-10-23  2:13 UTC  (3+ messages)
` [U-Boot] [PATCH V4 2/3] mx7: psci: add basic psci support
` [U-Boot] [PATCH V4 3/3] imx: mx7: default enable non-secure mode

[U-Boot] [PATCH 0/8] x86: Support off-chip graphics card on Intel Crown Bay
 2015-10-23  1:48 UTC  (20+ messages)
` [U-Boot] [PATCH 1/8] x86: Rename CONFIG_SYS_NUM_IRQS to SYS_NUM_IRQS
` [U-Boot] [PATCH 2/8] x86: Remove dead codes wrapped by PARANOID_IRQ_TRIGGERS
` [U-Boot] [PATCH 3/8] x86: Fix cosmetic issues in the i8254 and i8259 codes
` [U-Boot] [PATCH 4/8] x86: Initialize i8254 timer counter 1
` [U-Boot] [PATCH 5/8] x86: Rename pcat_ to i8254 and i8259 accordingly
` [U-Boot] [PATCH 6/8] x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig
` [U-Boot] [PATCH 7/8] x86: queensbay: Really disable IGD
` [U-Boot] [PATCH 8/8] x86: Move timer_init() call a bit earlier


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox