public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-10-23 16:30:44 to 2014-10-24 05:57:19 UTC [more...]

[U-Boot] [PATCH] i2c: designware: Convert driver to multibus/multiadapter framework
 2014-10-24  5:57 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/3] arm: odroid: pmic77686: allow bucket voltage settings
 2014-10-24  4:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/3] arm: odroid: usb: add support for usb host including ethernet

[U-Boot] [PATCH 5/5] sf: Update SST25* flash params of sector size & numbers
 2014-10-24  4:18 UTC  (2+ messages)

[U-Boot] [PATCH 4/5] sf: Update SST25* flash params of supported read commands
 2014-10-24  4:18 UTC  (2+ messages)

[U-Boot] [PATCH 3/5] spi: sf: Support byte program for sst spi flash
 2014-10-24  4:17 UTC  (2+ messages)

[U-Boot] [PATCH 2/5] spi/ich.c: Set the rx operation mode for ich 7
 2014-10-24  4:14 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] spi/ich.c: Fix a bug of reading from a non-64 bytes aligned address
 2014-10-24  4:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm.git
 2014-10-24  3:56 UTC 

[U-Boot] [PATCH v2 0/8] dm-serial: bug fix and refactoring and conversion of Uniphier serial
 2014-10-24  3:55 UTC  (22+ messages)
` [U-Boot] [PATCH v2 1/8] serial: add static directive to local functions
` [U-Boot] [PATCH v2 2/8] dm: serial: fix console putc
` [U-Boot] [PATCH v2 3/8] dm: serial: remove unnecessary casting
` [U-Boot] [PATCH v2 4/8] dm: serial: consolidate common code more
` [U-Boot] [PATCH v2 5/8] dm: add entries to Kconfig
` [U-Boot] [PATCH v2 6/8] dm: serial: use Driver Model for UniPhier serial driver
` [U-Boot] [PATCH v2 7/8] serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig
` [U-Boot] [PATCH v2 8/8] serial: remove uniphier_serial_initialize() call

[U-Boot] [PATCH v2] dm: move platform data headers to include/dm/platform_data
 2014-10-24  3:54 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] x86: Convert serial and GPIO to driver model
 2014-10-24  3:54 UTC  (17+ messages)
` [U-Boot] [PATCH 1/8] dm: serial: ns16550: Add a cast to the I/O operations
` [U-Boot] [PATCH 2/8] dm: x86: Remove ebp assembler warning in zimage.c
` [U-Boot] [PATCH 3/8] dm: x86: Zero global data before board_init_f()
` [U-Boot] [PATCH 4/8] dm: x86: Support pre-reloc malloc()
` [U-Boot] [PATCH 5/8] dm: x86: Add a gpio header for coreboot
` [U-Boot] [PATCH 6/8] dm: x86: Convert Intel ICH6 GPIO driver to use driver model
` [U-Boot] [PATCH 7/8] dm: x86: dts: Add additional info to the serial port node
` [U-Boot] [PATCH 8/8] dm: x86: Convert coreboot serial to use driver model

[U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi
 2014-10-24  3:53 UTC  (38+ messages)
` [U-Boot] [PATCH 08/23] dm: gpio: Implement GPIO reservation in the uclass
` [U-Boot] [PATCH 09/23] dm: gpio: Add gpio_get_function() and friends
` [U-Boot] [PATCH 10/23] dm: Move the function for getting GPIO status into the uclass
` [U-Boot] [PATCH 11/23] dm: gpio: sandbox: Implement the get_function() method
` [U-Boot] [PATCH 12/23] dm: gpio: sandbox: Implement the remove() method
` [U-Boot] [PATCH 13/23] dm: gpio: sandbox: Drop request()/free() in the driver
` [U-Boot] [PATCH 14/23] test: dm: Update GPIO tests for new gpio_request() method
` [U-Boot] [PATCH 15/23] dm: gpio: Add gpio_requestf() helper for printf() strings
` [U-Boot] [PATCH 16/23] test: dm: Support memory leak checking as a core feature
` [U-Boot] [PATCH 17/23] test: dm: Add additional GPIO tests
` [U-Boot] [PATCH 18/23] dm: gpio: tegra: Drop request()/free() in the driver
` [U-Boot] [PATCH 19/23] dm: gpio: omap3: "
` [U-Boot] [PATCH 20/23] dm: gpio: rpi_b: "
` [U-Boot] [PATCH 21/23] dm: gpio: exynos: "
` [U-Boot] [PATCH 22/23] dm: gpio: imx: "
` [U-Boot] [PATCH 23/23] dm: gpio: Remove unused get_state() uclass method

[U-Boot] [PATCH v2 0/15] dm: omap: Provide access to driver model for am335x, and move boards
 2014-10-24  3:52 UTC  (32+ messages)
` [U-Boot] [PATCH v2 01/15] dm: gpio: Support numbered GPIOs
` [U-Boot] [PATCH v2 02/15] dm: serial: Reset the watchdog while waiting in getc()
` [U-Boot] [PATCH v2 03/15] dm: serial: ns16550: Correct logic for checking for character
` [U-Boot] [PATCH v2 04/15] dm: ns16550: Use an address instead of a pointer for the uart base
` [U-Boot] [PATCH v2 05/15] dm: ns16550: Correct the probe logic for platform data
` [U-Boot] [PATCH v2 06/15] dm: serial: Support CONFIG_CONS_INDEX if available
` [U-Boot] [PATCH v2 07/15] dm: dts: omap: Select correct console for beaglebone
` [U-Boot] [PATCH v2 08/15] dm: omap: gpio: Put _get_gpio_value() logic into its own function
` [U-Boot] [PATCH v2 09/15] dm: omap: gpio: Support driver model
` [U-Boot] [PATCH v2 10/15] dm: am33xx: Provide platform data for GPIOs
` [U-Boot] [PATCH v2 11/15] dm: am33xx: Provide platform data for serial
` [U-Boot] [PATCH v2 12/15] dm: omap: serial: Add driver model support
` [U-Boot] [PATCH v2 13/15] dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
` [U-Boot] [PATCH v2 14/15] dm: am33xx: Move to driver model for GPIO and serial
` [U-Boot] [PATCH v2 15/15] dm: omap3: "

[U-Boot] [PATCH 0/10] dm: x86: Minor fixes and configuration tidy-up for link
 2014-10-24  1:36 UTC  (21+ messages)
` [U-Boot] [PATCH 01/10] x86: config: Enable dhcp on link
` [U-Boot] [PATCH 02/10] x86: Add device tree information for Chrome OS EC
` [U-Boot] [PATCH 03/10] x86: dts: Add device tree compatible string for Intel IPC
` [U-Boot] [PATCH 04/10] x86: cros_ec: Update LPC driver for new cros_ec header
` [U-Boot] [PATCH 05/10] x86: cros_ec: Enable cros_ec for link
` [U-Boot] [PATCH 06/10] doc: Remove note about auto-complete not working with hush
` [U-Boot] [PATCH 07/10] x86: link: Tidy up the command lines options
` [U-Boot] [PATCH 08/10] x86: config: link: Display the board model on the screen
` [U-Boot] [PATCH 09/10] x86: Enable FIT, ELF on coreboot
` [U-Boot] [PATCH 10/10] net: Display the size when tftpboot finishes

[U-Boot] [PATCH 0/14] dm: omap: Provide access to driver model for am335x, and move boards
 2014-10-24  1:07 UTC  (9+ messages)
` [U-Boot] [PATCH 07/14] dm: dts: omap: Select correct console for beaglebone

[U-Boot] [PATCH v2 0/13] dm: Implement driver model support in SPL
 2014-10-24  1:05 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/13] dm: dts: Move omap device tree includes to correct place
` [U-Boot] [PATCH v2 02/13] dm: Split the simple malloc() implementation into its own file
` [U-Boot] [PATCH v2 03/13] dm: arm: spl: Allow simple malloc() in SPL
` [U-Boot] [PATCH v2 04/13] dm: spl: Make simple malloc() available when enabled
` [U-Boot] [PATCH v2 05/13] dm: spl: Allow driver model to be used
` [U-Boot] [PATCH v2 06/13] dm: Allow device removal features to be dropped
` [U-Boot] [PATCH v2 07/13] dm: Allow stdio registration "
` [U-Boot] [PATCH v2 08/13] dm: Disable dm_warn() in SPL
` [U-Boot] [PATCH v2 09/13] dm: tegra: Add platform data for the SPL uart
` [U-Boot] [PATCH v2 10/13] dm: tegra: Add platform data for the GPIO driver
` [U-Boot] [PATCH v2 11/13] dm: arm: spl: Make driver model linker lists available
` [U-Boot] [PATCH v2 12/13] dm: tegra: Enable driver model in SPL and adjust the GPIO driver
` [U-Boot] [PATCH v2 13/13] dm: Update documentation to include CONFIG_DM... options

[U-Boot] [PATCH 0/10] Provide inttypes.h to avoid 32/64 bit problems with printf()
 2014-10-24  1:03 UTC  (2+ messages)

[U-Boot] [PATCH 01/11] fdt: Allow ft_board_setup() to report failure
 2014-10-24  0:59 UTC  (4+ messages)

[U-Boot] [PATCH v2 01/11] fdt: Allow ft_board_setup() to report failure
 2014-10-24  0:58 UTC  (11+ messages)
` [U-Boot] [PATCH v2 02/11] fdt: Report failure of ft_board_setup()
` [U-Boot] [PATCH v2 03/11] fdt: Export the fdt_find_or_add_subnode() function
` [U-Boot] [PATCH v2 04/11] fdt: Add device tree memory bindings
` [U-Boot] [PATCH v2 05/11] fdt: Use the correct return types for fdtdec_decode_region()
` [U-Boot] [PATCH v2 06/11] fdt: Enhance flashmap function to deal with region properties
` [U-Boot] [PATCH v2 07/11] fdt: Tidy up error handling in image_setup_libfdt()
` [U-Boot] [PATCH v2 08/11] fdt: Add ft_system_setup() function for system device tree additions
` [U-Boot] [PATCH v2 09/11] fdt: Change fdt_pack_reg() to static and fix types
` [U-Boot] [PATCH v2 10/11] fdt: Add a function to decode a named memory region
` [U-Boot] [PATCH v2 11/11] fdt: Try to use fdt_address_cells()/fdt_size_cells()

[U-Boot] [PATCH] board: wandboard: add usb storage
 2014-10-23 21:24 UTC  (8+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH] kbuild: clear VENDOR variable to fix build error on tcsh
 2014-10-23 20:35 UTC  (2+ messages)

[U-Boot] Please pull u-boot-tegra/master into ARM/master
 2014-10-23 20:34 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] dm: Introduce driver model for Atmel at91
 2014-10-23 20:10 UTC  (15+ messages)
` [U-Boot] [PATCH 1/7] dm: at91: Correct text base for snapper9260
` [U-Boot] [PATCH 5/7] dm: at91: Refactor serial driver slightly for driver model
` [U-Boot] [PATCH 6/7] dm: at91: Add driver model support for the serial driver
` [U-Boot] [PATCH 7/7] dm: at91: Convert snapper9260 to use driver model

[U-Boot] [PATCH] musb: fix warning in include/linux/usb/musb.h
 2014-10-23 19:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/16] dm: Implement driver model support in SPL
 2014-10-23 19:16 UTC  (2+ messages)

[U-Boot] [Question of dm serial] Is pending handler optional?
 2014-10-23 19:15 UTC  (4+ messages)

[U-Boot] [PATCH] dm: move platform data headers to include/dm/platform_data
 2014-10-23 19:02 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] Deep sleep patches for Freescale QorIQ platforms
 2014-10-23 18:58 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] Add deep sleep framework support "

[U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support
 2014-10-23 18:33 UTC  (5+ messages)

[U-Boot] [PATCH] cmd_mem: call unmap_sysmem() after map_sysmem()
 2014-10-23 18:30 UTC  (2+ messages)

[U-Boot] [PATCH] common: command: trivial coding style fixes
 2014-10-23 18:30 UTC  (2+ messages)

[U-Boot] Collapsing buildman output dir?
 2014-10-23 18:28 UTC  (2+ messages)

[U-Boot] [PATCH] image: Fix Android boot image support
 2014-10-23 18:25 UTC  (7+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH v2 0/7] kconfig: Move CONFIG_SYS_HZ and CONFIG_USE_PRIVATE_LIBGCC, bug fixes
 2014-10-23 17:57 UTC  (16+ messages)
` [U-Boot] [PATCH v2 1/7] kconfig: move CONFIG_SYS_HZ to lib/Kconfig
` [U-Boot] [PATCH v2 2/7] x86: set CONFIG_USE_PRIVATE_LIBGCC to y
` [U-Boot] [PATCH v2 3/7] kbuild: drop CONFIG_USE_PRIVATE_LIBGCC=path/to/libgcc syntax
` [U-Boot] [PATCH v2 4/7] kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig
` [U-Boot] [PATCH v2 5/7] kbuild: fix a bug of the u-boot-spl link rule
` [U-Boot] [PATCH v2 6/7] kconfig: invoke silentoldconfig if spl, tpl/.config is updated
` [U-Boot] [PATCH v2 7/7] mips: enable CONFIG_USE_PRIVATE_LIBGCC by default

[U-Boot] [U-boot] [Patch v6 6/6] keystone2: k2l-evm: add board support
 2014-10-23 17:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] Please pull u-boot-ti/master
 2014-10-23 17:17 UTC 

[U-Boot] [PATCH] omap3/am33xx: mux: fix several checkpatch issues
 2014-10-23 17:17 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] omap3: cm-t35: remove enable_gpmc_cs_config()
 2014-10-23 17:17 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] omap3: cm-t35: use define for mmc wp gpio
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/3] omap3: Kconfig: fix the cm-t35 board option prompt
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] am335x_evm: Correct "raw" portions of DFU alt into
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] am335x_boneblack: Only modify NAND/NOR/MMC1 pinmux on BBB in boneblack builds
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] common: Makefile: allow for spl builds with env_fat
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 5/5] omap3: overo: Add usb host support
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/5] "

[U-Boot] [PATCH 4/5] omap3: overo: Separate module and expansion board MUX configuration
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/5] omap3: overo: Move ethernet setup to board_eth_init function
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/5] omap3: overo: Call bootm only after successful nand read
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [U-boot] [Patch v3 4/4] ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v3, "

[U-Boot] [U-boot] [Patch v3 3/4] keystone2: ecc: add ddr3 error detection and correction support
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v3, "

[U-Boot] [U-boot] [Patch v3 2/4] ARM: keystone: msmc: extend functionality of SES
 2014-10-23 17:16 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v3, "

[U-Boot] [U-boot] [Patch v3 1/4] dma: ti-edma3: introduce edma3 driver
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v3, "

[U-Boot] [U-boot] [Patch v4 4/4] soc: keystone_serdes: generalize configuration mechanism
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v4, "

[U-Boot] [U-boot] [Patch v4 3/4] soc: keystone_serdes: generalize to be used by other sub systems
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v4, "

[U-Boot] [U-boot] [Patch v4 2/4] soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v4, "

[U-Boot] [U-boot] [Patch v4 1/4] soc: keystone_serdes: create a separate SGMII SerDes driver
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v4, "

[U-Boot] [U-boot] [Patch v6 5/6] keystone2: enable OSR clock domain for K2L SoC
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] [U-boot] [Patch v6 4/6] ARM: keystone2: spl: move board specific code
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] [U-boot] [Patch v6 3/6] keystone2: msmc: add MSMC cache coherency support for K2L SOC
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] [U-boot] [Patch v6 2/6] keystone2: clock: add K2L clock definitions and commands
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] [U-boot] [Patch v6 1/6] ARM: keystone2: add K2L device hardware definitions
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v6, "

[U-Boot] [U-boot] [Patch] ARM: cmd_clock: generalize command usage description
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot] "

[U-Boot] [U-boot] [Patch v2 6/6] board: k2e_evm: add network support
 2014-10-23 17:15 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 5/6] ARM: keystone: clock: add support for K2E SoCs
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 4/6] net: keystone_net: increase PHY auto negotiate time
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 3/6] net: keystone_net: add Keystone2 K2E SoC support
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 2/6] net: keystone_serdes: add keystone K2E SoC support
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 1/6] ARM: keystone2: keysonte_nav: add support for K2E SoC
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: use general get link function
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: register eth PHYs on MDIO bus
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: register MDIO bus
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: use mdio_reset function
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: remove redundant code from keystone_net.c
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: increase MDIO clock frequency
 2014-10-23 17:14 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: move header file from arch to ti-common
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: add support for NETCP v1.5
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 1/5] net: keystone_net: remove SoC specific emac_regs structure
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch] configs: ks2_evm: enable misc_init_r
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot,U-boot] "

[U-Boot] [U-boot] [Patch v2] keystone: usb: add support of usb xhci
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, "

[U-Boot] [U-boot] [Patch v2 4/4] dma: keystone_nav: generalize driver usage
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 3/4] dma: keystone_nav: move keystone_nav driver to driver/dma/
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 2/4] keystone2: keystone_nav: don't use hard addresses in netcp_pktdma
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "

[U-Boot] [U-boot] [Patch v2 1/4] keystone2: keystone_nav: don't use hard addresses in qm_config
 2014-10-23 17:13 UTC  (2+ messages)
` [U-Boot] [U-Boot, U-boot, v2, "


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