public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-30 14:54:37 to 2015-12-01 11:24:41 UTC [more...]

[U-Boot] [PATCH 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver
 2015-12-01 11:24 UTC  (4+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH 0/6] add dma uclass implementation and adopt ti-edma3 to it
 2015-12-01 11:13 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] dm: implement a DMA uclass
` [U-Boot] [PATCH 2/6] dma: Kconfig: Add TI_EDMA3 entry
` [U-Boot] [PATCH 3/6] sf: sf_ops: use dma to copy data from mmap region if platform supports
` [U-Boot] [PATCH 4/6] spi: ti_qspi: compile out spi_flash_copy_mmap when DM_DMA is defined
` [U-Boot] [PATCH 5/6] drivers: dma: ti-edma3: convert driver to adopt driver model
` [U-Boot] [PATCH 6/6] defconfig: am437x_sk_evm: enable dma "

[U-Boot] fdtgrep exclude nodes
 2015-12-01 10:46 UTC  (2+ messages)

[U-Boot] [PATCH v2] net: gem: Enable CTRL+C in wait_for_bit
 2015-12-01 10:37 UTC 

[U-Boot] [PATCH] net: gem: Enable CTRL+C in wait_for_bit
 2015-12-01 10:35 UTC  (3+ messages)

[U-Boot] [PATCH] dm: core: Enable SPL_SIMPLE_BUS by default
 2015-12-01 10:22 UTC  (3+ messages)

[U-Boot] [PATCH] sf: Remove #ifdef #endif in Makefile
 2015-12-01 10:07 UTC 

[U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops
 2015-12-01  9:07 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] altera_qspi: fix erase and write error code
` [U-Boot] [PATCH v2 1/2] altera_qspi: add lock unlock ops
  ` [U-Boot] [PATCH v2 2/2] altera_qspi: fix erase and write error code

[U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board
 2015-12-01  8:36 UTC  (7+ messages)

[U-Boot] [PATCH] sunxi: usb: Rename the sunxi usb driver DM entry
 2015-12-01  8:27 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] basic support for Allwinner A83T SOC
 2015-12-01  8:25 UTC  (4+ messages)

[U-Boot] [PATCH 1/1 v2] stm32: Convert serial driver to DM
 2015-12-01  8:08 UTC 

[U-Boot] L2 Cache lockdown on ARM Cortex A9, Omap4 - Panda
 2015-12-01  8:06 UTC 

[U-Boot] [PATCH] arm, ubifs: fix gcc5.x compiler warning
 2015-12-01  7:56 UTC  (6+ messages)

[U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot
 2015-12-01  7:48 UTC  (7+ messages)

[U-Boot] [PATCH] ARM: zynq: Enable debug console for zc702
 2015-12-01  7:42 UTC 

[U-Boot] [PATCH 01/14] ARM: zynq: Remove PHYLIB from config to defconfig
 2015-12-01  7:08 UTC  (18+ messages)
` [U-Boot] [PATCH 02/14] ARM: zynq: Remove CONFIG_API
` [U-Boot] [PATCH 03/14] net: gem: Do not continue if phy is not found
` [U-Boot] [PATCH 04/14] net: gem: Change mdio_wait prototype to pass regs
` [U-Boot] [PATCH 05/14] net: gem: Change mii function not to use eth_device structure
` [U-Boot] [PATCH 06/14] net: gem: Remove phydev variable
` [U-Boot] [PATCH 07/14] net: gem: Extract phy init code
` [U-Boot] [PATCH 08/14] net: gem: Check if priv->phydev is valid
` [U-Boot] [PATCH 09/14] net: gem: Enable MDIO bus earlier
` [U-Boot] [PATCH 10/14] net: gem: Remove zynq_gem_of_init()
` [U-Boot] [PATCH 11/14] net: gem: Fix miiphy_read name
` [U-Boot] [PATCH 12/14] net: gem: Move driver to DM
` [U-Boot] [PATCH 13/14] net: gem: Read information about interface from DT
` [U-Boot] [PATCH 14/14] net: gem: Move gem to Kconfig

[U-Boot] [PATCH v2] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED
 2015-12-01  6:56 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] rockchip: add CONFIG_SPL_ROCKCHIP_SERIAL
 2015-12-01  6:51 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-12-01  6:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] stm32: Convert serial driver to DM
 2015-12-01  6:20 UTC  (2+ messages)

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-12-01  6:05 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] arm: socfpga: Remove cpu_mmc_init()
 2015-12-01  5:36 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] mmc: dwmmc: socfpga: Convert to DM
` [U-Boot] [PATCH 3/3] arm: socfpga: Enable CONFIG_DM_MMC

[U-Boot] [PATCH 0/6] dm: x86: Remove pirq_init() and cpu_irq_init()
 2015-12-01  4:47 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 v3] arm: ls2080a: Add sata support on qds and rdb board
 2015-12-01  4:42 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] dm: x86: Convert ICH driver fully to driver model PCI API
 2015-12-01  4:11 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] dm: pci: Move pci_bus_to_hose() to compatibility
` [U-Boot] [PATCH 2/7] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH 3/7] dm: pci: Avoid using pci_bus_to_hose() in the uclass
` [U-Boot] [PATCH 4/7] dm: Expand the uclass for Peripheral Controller Hubs (PCH)
` [U-Boot] [PATCH 5/7] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH 6/7] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH 7/7] dm: x86: spi: Convert ICH SPI driver to driver model PCI API

[U-Boot] [PATCH] drivers: remoteproc: rproc-uclass: Fix check for NULL pointers
 2015-12-01  4:05 UTC 

[U-Boot] [PATCH] board: atmel: sama5d2_xplained: add SPL support
 2015-12-01  2:54 UTC 

[U-Boot] [PATCH v2 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
 2015-12-01  2:48 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
` [U-Boot] [PATCH v2 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
` [U-Boot] [PATCH v2 3/3] arm: at91/spl: mpddrc: use IP version to check configuration

[U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
 2015-12-01  2:39 UTC  (7+ messages)
` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device

[U-Boot] [PATCH v2 1/5] arm: at91/spl: matrix: move matrix init to separate file
 2015-12-01  1:41 UTC  (3+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] MX6ULEVK does not boot
 2015-12-01  1:40 UTC  (6+ messages)

[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
 2015-12-01  1:37 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2015-12-01  1:37 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
 2015-12-01  1:37 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization

[U-Boot] [PATCH] arm: mx6: Reduce SPL malloc pool size
 2015-11-30 23:31 UTC  (6+ messages)

[U-Boot] [PATCH 1/3] arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
 2015-11-30 23:31 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

[U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API
 2015-11-30 23:17 UTC  (4+ messages)
` [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM "

[U-Boot] [PATCH v7 00/34] sf: MTD support
 2015-11-30 23:17 UTC  (6+ messages)

[U-Boot] [PATCH] ns16550: change reg-shift property default to zero
 2015-11-30 23:17 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2015-11-30 22:35 UTC  (5+ messages)
` [U-Boot] [PATCH v2 16/26] dm: tegra: net: Convert tegra boards to driver model for Ethernet
` [U-Boot] [PATCH v2 19/26] dm: net: Convert rtl8169 to use DM PCI API

[U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call
 2015-11-30 22:13 UTC  (2+ messages)

[U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file
 2015-11-30 21:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 4/5] arm: at91/spl: matrix: use matrix slave id macros
 2015-11-30 21:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 3/5] arm: at91/spl: matrix: remove security peripheral select code
 2015-11-30 21:29 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 2/5] arm: at91/spl: matrix: remove matrix write protection code
 2015-11-30 21:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v6] arm: atmel: Add SAMA5D2 Xplained board
 2015-11-30 21:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,v6] "

[U-Boot] [PATCH v3] gpio: atmel: Add the PIO4 driver support
 2015-11-30 21:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,v3] "

[U-Boot] [PATCH] common: miiphyutil: avoid memory leak
 2015-11-30 20:34 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] Please pull u-boot-cfi-flash/master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx/master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] please pull u-boot-samsung master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell master
 2015-11-30 20:17 UTC  (2+ messages)

[U-Boot] [PATCH] Enable console log from earlyconsole in Linux bootargs
 2015-11-30 20:13 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8: fsl-layerscape: Fix early MMU table for nand boot
 2015-11-30 19:31 UTC  (2+ messages)

[U-Boot] [PATCH v3] usb: add support for generic EHCI devices
 2015-11-30 18:21 UTC  (5+ messages)

[U-Boot] [PATCH v2] axs10x: add support of generic ECHI USB 2.0 controller
 2015-11-30 18:06 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: README: Update README for DPAA2 commands for MC
 2015-11-30 17:34 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2015-11-30 17:34 UTC  (9+ messages)

[U-Boot] [PATCH] driver: net: ldpaa: Update the lane number to DPMAC mapping
 2015-11-30 17:33 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls2080a: Define CONFIG_ENV_OVERWRITE to overwrite serial and ethaddr
 2015-11-30 17:20 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: added aquantia PHY AQR405 support
 2015-11-30 17:19 UTC  (2+ messages)

[U-Boot] [PATCH][v3] armv8: ls2085a: Add workaround of errata A009635
 2015-11-30 17:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] spl: mmc: Fix warning and unify spl_mmc_find_device()
 2015-11-30 17:19 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] spl: mmc: Fix compiler warning with CONFIG_DM_MMC
` [U-Boot] [PATCH 2/3] spl: mmc: Rename 'mmc' variable to 'mmcp'
` [U-Boot] [PATCH 3/3] spl: mmc: Unify non/driver model spl_mmc_find_device()

[U-Boot] [PATCH] usb: zynqmp: Fix build warnings
 2015-11-30 17:19 UTC 

[U-Boot] [PATCH] board/ls2085qds: Fix typo in README for QSGMII riser card
 2015-11-30 17:18 UTC  (2+ messages)

[U-Boot] [PATCH] axs10x: add support of generic ECHI USB 2.0 controller
 2015-11-30 17:18 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: Update fdt_high and initrd_high for LS1021AQDS board
 2015-11-30 17:18 UTC  (2+ messages)

[U-Boot] [PATCH v1] armv8: fsl-layerscape: Fix "cpu release" command
 2015-11-30 17:18 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/ddr/fsl: Fix typo in BIST test for DDR4
 2015-11-30 17:17 UTC  (2+ messages)

[U-Boot] [PATCH] armv8/layerscape: Update MMU table with execute-never bits
 2015-11-30 17:17 UTC  (2+ messages)

[U-Boot] [PATCH v1] drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3
 2015-11-30 17:16 UTC  (2+ messages)

[U-Boot] [Patch V4 0/7] add LS1043AQDS platform support
 2015-11-30 17:16 UTC  (15+ messages)
` [U-Boot] [Patch V4 1/7] pci/layerscape: add support for LS1043A PCIe LUT register access
` [U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata
` [U-Boot] [Patch V4 3/7] armv8/ls1043ardb: dts: add dtb support
` [U-Boot] [Patch V4 4/7] armv8/ls1043aqds: add LS1043AQDS board support
` [U-Boot] [Patch V4 5/7] armv8/ls1043aqds: dts: add dtb support
` [U-Boot] [Patch V4 6/7] armv8/ls1043ardb: add DSPI support
` [U-Boot] [Patch V4 7/7] armv8/ls1043ardb: add USB support

[U-Boot] [PATCH] Implement pytest-based test infrastructure
 2015-11-30 17:13 UTC  (12+ messages)

[U-Boot] [PATCH 2/2][v2] armv8: ls2085a: Add support of LS2085A SoC
 2015-11-30 17:12 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v2] armv8: LS2080A: Rename LS2085A to reflect LS2080A
 2015-11-30 17:10 UTC  (2+ messages)

[U-Boot] [PATCH 00/10][v4] driver: net: ldpaa: Add support of new architeture
 2015-11-30 17:09 UTC  (23+ messages)
` [U-Boot] [PATCH 01/10][v4] armv8: lsch3: Fix lane protocol parsing logic
` [U-Boot] [PATCH 02/10][v4] driver: net: fsl-mc: Add create, destroy APIs in flibs
` [U-Boot] [PATCH 03/10][v4] driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB
` [U-Boot] [PATCH 04/10][v4] armv8: ls2085aqds: Print function name during SerDes error
` [U-Boot] [PATCH 05/10][v4] driver: ldpaa: Add api to return linked PHY ID of DPMAC
` [U-Boot] [PATCH 06/10][v4] driver: net: fsl-mc: Increase MC command timeout
` [U-Boot] [PATCH 07/10][v4] driver: net: fsl-mc: Add DPAA2 commands to manage MC
` [U-Boot] [PATCH 08/10][v4] driver: net: fsl-mc: Create DPAA2 object at run-time
` [U-Boot] [PATCH 09/10][v4] driver: net: ldpaa: Use DPMAC as net device
` [U-Boot] [PATCH 10/10][v4] driver: net: ldpaa: Add debug information
` [U-Boot] [PATCH][v2] driver: net: ldpaa: Fix Rx buffer alignment

[U-Boot] [PATCH] arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS
 2015-11-30 17:00 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls1021a: Ensure LS1021 ARM Generic Timer CompareValue Set 64-bit
 2015-11-30 16:59 UTC  (2+ messages)

[U-Boot] [PATCHv1 0/3] Retrieve MAC address from EEPROM
 2015-11-30 16:50 UTC  (4+ messages)
` [U-Boot] [PATCHv1 1/3] net: Add ability to set MAC address via EEPROM to Kconfig
` [U-Boot] [PATCHv1 2/3] sunxi: net: Allow the sunxi to set the MAC from an EEPROM
` [U-Boot] [PATCHv1 3/3] sunxi: net: Enable eeprom on OLinuXino Lime2 boards

[U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22
 2015-11-30 16:37 UTC  (9+ messages)

[U-Boot] [PATCH] arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions
 2015-11-30 16:32 UTC  (2+ messages)


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