public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-09-19 11:11:13 to 2014-09-22 12:47:08 UTC [more...]

[U-Boot] [PATCH 0/7] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)
 2014-09-22 12:47 UTC  (20+ messages)
` [U-Boot] [PATCH 1/7] ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined
` [U-Boot] [PATCH 2/7] ARM: sun6i: Add base address for the new controllers in A31
` [U-Boot] [PATCH 3/7] ARM: sun6i: Add support for the new power control module found on the A31
` [U-Boot] [PATCH 4/7] ARM: sun6i: Add clock support
` [U-Boot] [PATCH 5/7] ARM: sunxi-mmc: Add mmc support for sun6i / A31
` [U-Boot] [PATCH 6/7] ARM: sun6i: Setup the A31 UART0 muxing
` [U-Boot] [PATCH 7/7] ARM: sunxi: Add basic A31 support

[U-Boot] [U-boot] [Patch 0/5] keystone2: generalize keystone_net driver usage
 2014-09-22 12:44 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch 1/5] net: keystone_net: remove SoC specific emac_regs structure
` [U-Boot] [U-boot] [Patch 2/5] net: keystone_net: add support for NETCP v1.5
` [U-Boot] [U-boot] [Patch 3/5] net: keystone_net: move header file from arch to ti-common
` [U-Boot] [U-boot] [Patch 4/5] net: keystone_net: increase MDIO clock frequency
` [U-Boot] [U-boot] [Patch 5/5] net: keystone_net: remove redundant code from keystone_net.c

[U-Boot] Add support for Congatec Conga-QEVAl board
 2014-09-22 12:08 UTC 

[U-Boot] [PATCH fix for v2014.10 0/5] USB keyboard: don't crash on "usb reset"
 2014-09-22 12:01 UTC  (8+ messages)
` [U-Boot] [PATCH fix for v2014.10 1/5] usb: kbd: Do not treat -ENODEV as an error for usb_kbd_deregister
` [U-Boot] [PATCH fix for v2014.10 2/5] usb: kbd: On a "usb reset" call usb_kbd_deregister() before calling usb_stop()
` [U-Boot] [PATCH fix for v2014.10 3/5] usb: kbd: Remove check for already being registered
` [U-Boot] [PATCH fix for v2014.10 4/5] stdio: Add force parameter to stdio_deregister
` [U-Boot] [PATCH fix for v2014.10 5/5] usb: kbd: Allow "usb reset" to continue when an usb kbd is used

[U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2
 2014-09-22 11:57 UTC  (2+ messages)
` [U-Boot] [PATCH] kconfiglib: change SPDX-License-Identifier to ISC

[U-Boot] [PATCH 0/7] Add SD boot support for LS1021AQDS/TWR board
 2014-09-22 11:01 UTC  (14+ messages)
` [U-Boot] [PATCH 1/7] spl: pbl: Add new SPL image for pblimage tool
` [U-Boot] [PATCH 2/7] ls102xa: pblimage: Add pblimage tool support for LS102xA
` [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

[U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig
 2014-09-22 10:59 UTC  (2+ messages)
` [U-Boot] [PATCH v3 10/10] kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig

[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
 2014-09-22 10:53 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block
` [U-Boot] [PATCH 2/3] arm: socfpga: config: Enable USB support
` [U-Boot] [PATCH 3/3] arm: rpi: Enable USB support on RPi

[U-Boot] [u-boot] [PATCH V1 1/1] mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i
 2014-09-22 10:26 UTC 

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-09-22  9:36 UTC  (55+ messages)
` [U-Boot] [PATCH V2 01/51] net: Remove unused CONFIG_DW_SEARCH_PHY from configs
` [U-Boot] [PATCH 02/51] net: phy: Cleanup drivers/net/phy/micrel.c
` [U-Boot] [PATCH 03/51] net: dwc: Fix cache alignment issues
` [U-Boot] [PATCH 04/51] net: dwc: Make the cache handling less cryptic
` [U-Boot] [PATCH 05/51] mmc: dw_mmc: cleanups
` [U-Boot] [PATCH 06/51] mmc: dw_mmc: Fix cache alignment issue
` [U-Boot] [PATCH 07/51] tools: socfpga: Add socfpga preloader signing to mkimage
` [U-Boot] [PATCH 08/51] arm: socfpga: Complete the list of base addresses
` [U-Boot] [PATCH 09/51] arm: socfpga: Clean up base address file
` [U-Boot] [PATCH V2 10/51] arm: socfpga: Add watchdog disable for socfpga
` [U-Boot] [PATCH 11/51] arm: socfpga: sysmgr: Clean up system manager
` [U-Boot] [PATCH 12/51] arm: socfpga: clock: Implant order into bit definitions
` [U-Boot] [PATCH 13/51] arm: socfpga: clock: Drop nonsense inlining from clock manager code
` [U-Boot] [PATCH 14/51] arm: socfpga: clock: Add missing stubs into board file
` [U-Boot] [PATCH V2 15/51] arm: socfpga: clock: Add code to read clock configuration
` [U-Boot] [PATCH 16/51] arm: socfpga: clock: Trim down code duplication
` [U-Boot] [PATCH 17/51] arm: socfpga: clock: Clean up bit definitions
` [U-Boot] [PATCH 18/51] arm: socfpga: clock: Sync with reference code
` [U-Boot] [PATCH 19/51] arm: socfpga: mmc: Pick the clock from clock manager
` [U-Boot] [PATCH 20/51] arm: socfpga: timer: Pull the timer reload value from config file
` [U-Boot] [PATCH 21/51] arm: socfpga: reset: Add EMAC reset functions
` [U-Boot] [PATCH 22/51] arm: socfpga: misc: Add proper ethernet initialization
` [U-Boot] [PATCH 23/51] arm: socfpga: misc: Add SD controller init
` [U-Boot] [PATCH 24/51] arm: socfpga: misc: Align print_cpuinfo() output
` [U-Boot] [PATCH 25/51] arm: socfpga: board: Correctly set ATAG position
` [U-Boot] [PATCH 26/51] arm: socfpga: board: Align checkboard() output
` [U-Boot] [PATCH 27/51] fpga: altera: Clean up the printing and debug
` [U-Boot] [PATCH 28/51] fpga: altera: Clean up altera_validate function
  ` [U-Boot] [PATCH 29/51] fpga: altera: More indentation trimdown
  ` [U-Boot] [PATCH 30/51] fpga: altera: Move altera_validate to the top
  ` [U-Boot] [PATCH 31/51] fpga: altera: Make altera_validate return normal values
  ` [U-Boot] [PATCH 32/51] fpga: altera: Clean up enums in altera.h
  ` [U-Boot] [PATCH 33/51] fpga: altera: Turn the switches into table lookup
  ` [U-Boot] [PATCH V2 34/51] arm: socfpga: fpga: Add SoCFPGA FPGA programming interface
  ` [U-Boot] [PATCH 35/51] arm: socfpga: reset: Add function to reset FPGA bridges
  ` [U-Boot] [PATCH 36/51] arm: socfpga: sysmgr: Add FPGA bits into system manager
  ` [U-Boot] [PATCH 37/51] arm: cache: Add support for write-allocate D-Cache
  ` [U-Boot] [PATCH 38/51] arm: socfpga: cache: Define cacheline size
  ` [U-Boot] [PATCH 39/51] arm: socfpga: cache: Enable D-Cache
  ` [U-Boot] [PATCH 40/51] arm: socfpga: cache: Enable PL310 L2 cache
  ` [U-Boot] [PATCH 41/51] arm: socfpga: scu: Add SCU register file
  ` [U-Boot] [PATCH 42/51] arm: socfpga: nic301: Add NIC-301 GPV "
  ` [U-Boot] [PATCH 43/51] arm: socfpga: pl310: Map SDRAM to 0x0
  ` [U-Boot] [PATCH 44/51] arm: socfpga: nic301: Add NIC-301 configuration code
  ` [U-Boot] [PATCH 45/51] arm: socfpga: Enable DWMMC for SOCFPGA
  ` [U-Boot] [PATCH 46/51] arm: socfpga: Enable SDMMC boot for SOCFPGA U-Boot
  ` [U-Boot] [PATCH 47/51] arm: socfpga: Move cache_enable to CPU code
  ` [U-Boot] [PATCH 48/51] arm: socfpga: Add command to control HPS-FPGA bridges
  ` [U-Boot] [PATCH 49/51] arm: socfpga: Clean up SoCFPGA configuration
  ` [U-Boot] [PATCH 50/51] arm: socfpga: Split "
  ` [U-Boot] [PATCH 51/51] arm: socfpga: Use CMD_FS_GENERIC

[U-Boot] uart test
 2014-09-22  8:23 UTC  (3+ messages)

[U-Boot] U-Boot Test Routine
 2014-09-22  7:18 UTC 

[U-Boot] Many questions about U-Boot's Driver Model
 2014-09-22  6:54 UTC  (4+ messages)

[U-Boot] [PATCH] usb: f_mass_storage: set removable flag in do_inquiry based on LUN
 2014-09-22  6:45 UTC  (3+ messages)

[U-Boot] [PATCH 2/3] image: move all function comments to header file
 2014-09-22  6:41 UTC  (7+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v4 2/6] serial: add UniPhier serial driver
 2014-09-22  6:35 UTC  (6+ messages)

[U-Boot] [PATCH] tools: remove reformat.py
 2014-09-22  6:06 UTC 

[U-Boot] [PATCH] powerpc/t104xrdb: make T104x board compliant in u-boot
 2014-09-22  6:02 UTC 

[U-Boot] [PATCH 0/4] ls102xa: HYP/non-sec: for ls102xa
 2014-09-22  3:29 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: Fixed a register definition error
 2014-09-22  2:20 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] arm: add interrupt support
 2014-09-22  1:35 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] arm: make .vectors section allocatable
` [U-Boot] [PATCH 2/3] arm1176: move exception vectors after relocation
` [U-Boot] [PATCH 3/3] arm: enable_interrupts: set sp in IRQ/FIQ modes

[U-Boot] [PATCH 0/7] Add a better USB keyboard polling method
 2014-09-21 20:01 UTC  (17+ messages)
` [U-Boot] [PATCH 1/7] usb: ehci: Do not disable an already disabled periodic schedule
` [U-Boot] [PATCH 2/7] usb: ehci: Move interrupt packet length check to create_int_queue
` [U-Boot] [PATCH 3/7] usb: ehci: Move cache invalidation to poll_int_queue
` [U-Boot] [PATCH 4/7] usb: Make pollable int support available outside of ehci-hcd.c
` [U-Boot] [PATCH 5/7] usb: kbd: Remove unused usb_kbd_generic_poll function
` [U-Boot] [PATCH 6/7] usb: kbd: Cache pipe, interval and packetsize
` [U-Boot] [PATCH 7/7] usb: kbd: Add (optional) support for using an interrupt queue for polling

[U-Boot] Pul request: u-boot-arm/master
 2014-09-21 17:49 UTC 

[U-Boot] Please pull u-boot-ti/master
 2014-09-21 16:45 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/14] Introduce driver model serial uclass
 2014-09-21 16:19 UTC  (25+ messages)
` [U-Boot] [PATCH v5 01/14] serial: Set up the 'priv' pointer when creating a serial device
` [U-Boot] [PATCH v5 02/14] dm: fdt: Add a function to look up a chosen node
` [U-Boot] [PATCH v5 03/14] dm: Adjust lists_bind_fdt() to return the bound device
` [U-Boot] [PATCH v5 04/14] dm: Add a uclass for serial devices
` [U-Boot] [PATCH v5 05/14] sandbox: Convert serial driver to use driver model
` [U-Boot] [PATCH v5 06/14] sandbox: serial: Support a coloured console
` [U-Boot] [PATCH v5 07/14] sandbox: dts: Add a serial console node
` [U-Boot] [PATCH v5 10/14] dm: serial: Move baud rate calculation to ns16550.c
` [U-Boot] [PATCH v5 11/14] dm: serial: Collect common baud rate code in ns16550
` [U-Boot] [PATCH v5 12/14] dm: serial: Add driver model support for ns16550
` [U-Boot] [PATCH v5 13/14] tegra: dts: Add serial port details
` [U-Boot] [PATCH v5 14/14] dm: tegra: Enable driver model for serial

[U-Boot] [PATCH v7 0/13] Enable driver model for GPIOs on Tegra and Exynos
 2014-09-21 16:12 UTC  (11+ messages)
` [U-Boot] [PATCH v7 01/13] dm: Move pre-reloc init earlier to cope with board_early_init_f()
` [U-Boot] [PATCH v7 02/13] Set up stdio earlier when using driver model
` [U-Boot] [PATCH v7 03/13] dm: Make driver model available before board_init()
` [U-Boot] [PATCH v7 04/13] dm: tegra: Set up a pre-reloc malloc()
` [U-Boot] [PATCH v7 05/13] tegra: Convert tegra GPIO driver to use driver model

[U-Boot] [PATCH 0/3] Fixes and updates for goni platform
 2014-09-21 16:05 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] arm: goni: make board generic

[U-Boot] [PULL] u-boot-atmel/master -> u-boot-arm/master
 2014-09-21 14:56 UTC  (2+ messages)

[U-Boot] [PATCH] cm_fx6: Remove CONFIG_NETMASK
 2014-09-21 14:06 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena
 2014-09-21 13:45 UTC  (4+ messages)

[U-Boot] [PATCH V3] ARM: mx6: Add support for Kosagi Novena
 2014-09-21 13:44 UTC 

[U-Boot] [PATCH 0/2] Misc. USB fixes
 2014-09-21 10:48 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] usb: Remove unnecessary portnr lookup from usb_new_device
` [U-Boot] [PATCH 2/2] usb: Do not power-cycle usb devices on init

[U-Boot] [PATCH fix for v2014.10 0/5] USB bug-fixes for v2014.10
 2014-09-21 10:26 UTC  (8+ messages)
` [U-Boot] [PATCH fix for v2014.10 1/5] usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain
` [U-Boot] [PATCH fix for v2014.10 2/5] usb: ehci: Add missing cache flush to destroy_int_queue
` [U-Boot] [PATCH fix for v2014.10 3/5] usb: ehci: poll_int_queue check real qtd, not the overlay
` [U-Boot] [PATCH fix for v2014.10 4/5] usb: ehci: Make periodic_schedules a per controller variable
` [U-Boot] [PATCH fix for v2014.10 5/5] usb: kbd: Fix unaligned buffer usage in usb_kbd_setled()

[U-Boot] [PATCH 0/3] Fixes for FreeBSD / clang
 2014-09-21  8:20 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/3] README.clang: update FreeBSD instructions

[U-Boot] [PATCH 0/5] ARM: sheevaplug: refresh for 201410
 2014-09-21  6:47 UTC  (5+ messages)

[U-Boot] Add CONFIG_API to config_distribution
 2014-09-20 20:02 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] config_distro_defaults.h: add CONFIG_API

[U-Boot] [PATCH 1/3] edid: add function to convert edid to fb_videomode
 2014-09-19 23:03 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] fdt: add fdt_add_display_timings(..) and friends

[U-Boot] [PATCH] dm: avoid dev->req_seq overflow
 2014-09-19 17:49 UTC  (4+ messages)

[U-Boot] After relocate the printf not working
 2014-09-19 17:48 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/3] spi:rewrite the Freescale DSPI driver
 2014-09-19 16:25 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] PSCI v0.2 framework for ARMv8
 2014-09-19 16:04 UTC  (5+ messages)
` [U-Boot] [PATCH 4/8] ARMv8: PSCI: Add linker section to hold PSCI code

[U-Boot] A minor question on a Driver Model function
 2014-09-19 13:41 UTC  (4+ messages)

[U-Boot] [PATCH] ORIGEN: Enhance origen config to be more flexible on boot
 2014-09-19 13:32 UTC 

[U-Boot] [PATCH] ORIGEN: Enhance origen config to be more flexible on boot
 2014-09-19 13:32 UTC 

[U-Boot] [PATCH] ARNDALE: Enhance arndale config to be more flexible on boot
 2014-09-19 13:31 UTC 

[U-Boot] [PATCH 00/35][RFC] arm: socfpga: Usability fixes
 2014-09-19 12:06 UTC  (8+ messages)

[U-Boot] [PATCH] socfpga: Enable DWMMC for SOCFPGA
 2014-09-19 11:41 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