public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-12-12 20:27:15 to 2012-12-14 07:51:50 UTC [more...]

[U-Boot] [PATCH] common: fix help command breakage
 2012-12-14  7:51 UTC  (7+ messages)
` [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60

[U-Boot] [PATCH 0/11] Various USB improvements
 2012-12-14  6:58 UTC  (28+ messages)
` [U-Boot] [PATCH 01/11] usb: net: asix: Do a fast init if link already established
` [U-Boot] [PATCH 02/11] usb: ehci: Add 64-bit controller support
` [U-Boot] [PATCH 03/11] usb: ehci: generic PCI support
  ` [U-Boot] [PATCH v3 2/7] "
` [U-Boot] [PATCH 04/11] usb: ehci: Support interrupt transfers via periodic list
` [U-Boot] [PATCH 05/11] usb: ehci: Fix aliasing issue in EHCI interrupt code
` [U-Boot] [PATCH 06/11] usb: ehci: Add timeout on interrupt endpoint operations
` [U-Boot] [PATCH 07/11] usb: usbeth: smsc95xx: remove EEPROM loaded check
` [U-Boot] [PATCH 08/11] usb: Clean up newly allocated device nodes in case of configuration failure
` [U-Boot] [PATCH 09/11] usb: properly detect empty mass storage media reader
` [U-Boot] [PATCH 10/11] usb: Add multiple controllers support for EHCI PCI
` [U-Boot] [PATCH 11/11] x86: Enable USB features for coreboot

[U-Boot] [PATCH v2 0/58] Move arch-specific global data into its own structure
 2012-12-14  6:49 UTC  (59+ messages)
` [U-Boot] [PATCH v2 01/58] Add architecture-specific global data
` [U-Boot] [PATCH v2 02/58] at91: Move at91 global data into arch_global_data
` [U-Boot] [PATCH v2 03/58] arm: Move timer_rate_hz "
` [U-Boot] [PATCH v2 04/58] arm: Move tbu to arch_global_data
` [U-Boot] [PATCH v2 05/58] arm: Move tbl "
` [U-Boot] [PATCH v2 06/58] arm: Move lastinc "
` [U-Boot] [PATCH v2 07/58] arm: Move timer_reset_value "
` [U-Boot] [PATCH v2 08/58] ixp: Move timestamp "
` [U-Boot] [PATCH v2 09/58] nds32: Drop tlb_addr from global data
` [U-Boot] [PATCH v2 10/58] arm: Move tlb_addr to arch_global_data
` [U-Boot] [PATCH v2 11/58] x86: Remove gdt_addr from arch_global_data
` [U-Boot] [PATCH v2 12/58] x86: Move gd_addr into arch_global_data
` [U-Boot] [PATCH v2 13/58] x86: Set up the global data pointer in C instead of asm
` [U-Boot] [PATCH v2 14/58] x86: Remove reset_status, relocoff from global_data
` [U-Boot] [PATCH v2 15/58] ppc: Move brg_clk to arch_global_data
` [U-Boot] [PATCH v2 16/58] ppc: Remove extra pci_clk fields from global_data
` [U-Boot] [PATCH v2 17/58] ppc: Move clock fields to arch_global_data
` [U-Boot] [PATCH v2 18/58] ppc: Move mpc83xx "
` [U-Boot] [PATCH v2 19/58] ppc: Move lbc_clk and cpu "
` [U-Boot] [PATCH v2 20/58] ppc: m68k: Move i2c1_clk, i2c2_clk "
` [U-Boot] [PATCH v2 21/58] ppc: Move CONFIG_QE "
` [U-Boot] [PATCH v2 22/58] ppc: Move used_laws "
` [U-Boot] [PATCH v2 23/58] ppc: Move used_tlb_cams "
` [U-Boot] [PATCH v2 24/58] ppc: Move mpc5xxx clocks "
` [U-Boot] [PATCH v2 25/58] ppc: Move mpc512x "
` [U-Boot] [PATCH v2 26/58] ppc: Move mpc8220 "
` [U-Boot] [PATCH v2 27/58] ppc: Move reset_status "
` [U-Boot] [PATCH v2 28/58] ppc: Move arbiter fields "
` [U-Boot] [PATCH v2 29/58] ppc: Move dp_alloc_base, dp_alloc_top "
` [U-Boot] [PATCH v2 30/58] arm: Move uart_clk "
` [U-Boot] [PATCH v2 31/58] ppc: Move mirror_hack "
` [U-Boot] [PATCH v2 32/58] ppc: Remove console_addr from global data
` [U-Boot] [PATCH v2 33/58] ppc: Move fpga_state to arch_global_data
` [U-Boot] [PATCH v2 34/58] ppc: Move wdt_last "
` [U-Boot] [PATCH v2 35/58] ppc: Move kbd_status "
` [U-Boot] [PATCH v2 36/58] ppc: arm: Move sdhc_clk into arch_global_data
` [U-Boot] [PATCH v2 37/58] sparc: Drop kbd_status and reset_status from global_data
` [U-Boot] [PATCH v2 38/58] m68k: Move CONFIG_EXTRA_CLOCK to arch_global_data
` [U-Boot] [PATCH v2 39/58] mips: Move per_clk and dev_clk "
` [U-Boot] [PATCH v2 40/58] avr32: Move stack_end "
` [U-Boot] [PATCH v2 41/58] avr32: Move cpu_hz "
` [U-Boot] [PATCH v2 42/58] sandbox: Move ram_buf "
` [U-Boot] [PATCH v2 43/58] Add generic global_data
` [U-Boot] [PATCH v2 44/58] Only use fb_base if we have a display
` [U-Boot] [PATCH v2 45/58] arm: Use generic global_data
` [U-Boot] [PATCH v2 46/58] avr32: "
` [U-Boot] [PATCH v2 47/58] blackfin: "
` [U-Boot] [PATCH v2 48/58] m68k: "
` [U-Boot] [PATCH v2 49/58] microblaze: "
` [U-Boot] [PATCH v2 50/58] mips: "
` [U-Boot] [PATCH v2 51/58] nds32: "
` [U-Boot] [PATCH v2 52/58] nios2: "
` [U-Boot] [PATCH v2 53/58] openrisc: "
` [U-Boot] [PATCH v2 54/58] powerpc: "
` [U-Boot] [PATCH v2 55/58] sandbox: "
` [U-Boot] [PATCH v2 56/58] sh: "
` [U-Boot] [PATCH v2 57/58] sparc: "
` [U-Boot] [PATCH v2 58/58] x86: "

[U-Boot] [PATCH 0/57] RFC: Move arch-specific global data into its own structure
 2012-12-14  6:34 UTC  (4+ messages)
` [U-Boot] [PATCH 13/57] x86: Move new_gd_addr to arch_global_data

[U-Boot] [PATCH] mmc: sdhci: return error when failed add_sdhci()
 2012-12-14  6:07 UTC 

[U-Boot] [PATCH v2 0/7] Various USB improvements
 2012-12-14  2:21 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] usb: net: asix: Do a fast init if link already established
` [U-Boot] [PATCH v2 2/7] usb: ehci: generic PCI support
` [U-Boot] [PATCH v2 3/7] usb: ehci: Support interrupt transfers via periodic list
` [U-Boot] [PATCH v2 4/7] usb: ehci: Fix aliasing issue in EHCI interrupt code
` [U-Boot] [PATCH v2 5/7] usb: usbeth: smsc95xx: remove EEPROM loaded check
` [U-Boot] [PATCH v2 6/7] usb: Add multiple controllers support for EHCI PCI
` [U-Boot] [PATCH v2 7/7] x86: Enable USB features for coreboot

[U-Boot] [PATCH 0/4] sf: New flash command support
 2012-12-14  1:36 UTC  (19+ messages)
` [U-Boot] [PATCH 2/4] sf: Add print message on flash read function
` [U-Boot] [PATCH 3/4] sf: Add configuration register writing
` [U-Boot] [PATCH 4/4] sf: Add Quad-input Page Program(32h) instruction support

[U-Boot] please pull u-boot-samsung/resolve
 2012-12-14  0:14 UTC  (3+ messages)

[U-Boot] [PATCH] ns16550: allow UART address to be set dynamically
 2012-12-13 23:26 UTC  (16+ messages)

[U-Boot] Booting an i.MX53 from NAND with u-boot
 2012-12-13 22:41 UTC  (2+ messages)

[U-Boot] [PATCH v3] imls: Add support to list images in NAND device
 2012-12-13 21:59 UTC  (2+ messages)

[U-Boot] [PATCH v2] imls: Add support to list images in NAND device
 2012-12-13 21:52 UTC  (6+ messages)

[U-Boot] Conflicting commits for seaboard USB keyboard handling
 2012-12-13 19:20 UTC  (6+ messages)

[U-Boot] [PATCH] FAT: make FAT compile without VFAT
 2012-12-13 14:41 UTC  (18+ messages)
` [U-Boot] [PATCH 0/2] clean some FAT code
` [U-Boot] [PATCH 1/2] FAT: remove ifdefs to make the code more readable
            ` [U-Boot] [PATCHv2] "
` [U-Boot] [PATCH 2/2] FAT: use toupper/tolower instead of recoding them

[U-Boot] [PATCH v3] spi/arm-pl022: Add support for ARM PL022 spi controller
 2012-12-13 14:01 UTC  (3+ messages)

[U-Boot] [PATCH v3] usbh/ehci: Increase timeout for enumeration
 2012-12-13 13:11 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] net/designware: Do not select MIIPORT for RGMII interface
 2012-12-13 11:52 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] net/macb: Add arch specific routine to get mdio control

[U-Boot] [PATCH V2 0/4] Add support for FIMD and DP on SMDK5250
 2012-12-13 11:29 UTC  (5+ messages)
` [U-Boot] [PATCH V2 1/4] EXYNOS5: Change parent clock of FIMD to MPLL
` [U-Boot] [PATCH RESEND 2/4] video: Fix compilation dependency of exynos_dp and exynos_mipi on exynos_fb
` [U-Boot] [PATCH V2 3/4] video: Modify exynos_fimd driver to support LCD console
` [U-Boot] [PATCH V2 4/4] EXYNOS5: Add support for FIMD and DP

[U-Boot] Using U-Boot in a mixed licensed environment
 2012-12-13 10:37 UTC  (2+ messages)

[U-Boot] EXYNOS4X12: Adds for ORIGEN_QUAD board
 2012-12-13 10:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] EXYNOS4: Add pinmux support for UART
` [U-Boot] [PATCH v2 2/2] EXYNOS4: Add ORIGEN_QUAD board support

[U-Boot] [PATCH] EXYNOS: EXYNOS4X12: adds missed base address
 2012-12-13 10:31 UTC 

[U-Boot] [PATCH 0/8 v4] Add TMU support for Exynos5250 based SMDK5250
 2012-12-13 10:23 UTC  (13+ messages)
` [U-Boot] [PATCH 3/8] EXYNOS5: Power down API for Thermal Management Unit
` [U-Boot] [PATCH 4/8] Add a poll function to monitor events

[U-Boot] [PATCH 0/4] Add support for SAMSUNG Exynos4 SoCs and ORIGEN_QUAD board
 2012-12-13  8:28 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] EXYNOS4: Add support for Exynos4x12 SoCs

[U-Boot] [PATCH] mx25pdk: Allow booting a device tree kernel
 2012-12-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH] mx53loco: Fix PMIC name
 2012-12-13  8:25 UTC  (2+ messages)

[U-Boot] [PATCH] EXYNOS4: Add pinmux support for SROMC
 2012-12-13  6:24 UTC 

[U-Boot] [PATCH v2] usbh/ehci: Increase timeout for enumeration
 2012-12-13  6:11 UTC  (5+ messages)

[U-Boot] [PATCH 1/5] EXYNOS5: Change parent clock of FIMD to MPLL
 2012-12-13  2:21 UTC  (4+ messages)
` [U-Boot] [PATCH 2/5] EXYNOS5: Add pinmux for LCD

[U-Boot] NXP lpc31xx support
 2012-12-13  1:13 UTC 

[U-Boot] [PATCH] net: sh_eth: add support for SH7752
 2012-12-12 23:44 UTC  (5+ messages)

[U-Boot] [PATCH V3 0/7] Add support for NVIDIA Tegra30 SoC
 2012-12-12 23:12 UTC  (22+ messages)
` [U-Boot] [PATCH V3 1/7] Tegra30: Add arch-tegra30 include files
` [U-Boot] [PATCH V3 4/7] Tegra30: Add common CPU (shared) files
` [U-Boot] [PATCH V3 5/7] Tegra30: Cardhu: Add DT files
` [U-Boot] [PATCH V3 6/7] Tegra30: Add generic Tegra30 build support
` [U-Boot] [PATCH V3 7/7] Tegra30: Add/enable Cardhu build (T30 reference board)

[U-Boot] [PATCH v3 0/9] USB: Gadget & DFU related fixes
 2012-12-12 21:42 UTC  (6+ messages)
` [U-Boot] [PATCH v3 6/9] dfu: Send correct DFU response from composite_setup

[U-Boot] One basic U-boot question
 2012-12-12 21:36 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.c
 2012-12-12 21:07 UTC 


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