public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-10-01 11:35:07 to 2014-10-02 19:22:43 UTC [more...]

[U-Boot] [PATCH v4 0/9] dm: imx: Add driver model support for GPIO and serial on cm_fx6
 2014-10-02 19:22 UTC  (18+ messages)
` [U-Boot] [PATCH v4 1/9] dm: linker_lists: Add a way to declare multiple objects
` [U-Boot] [PATCH v4 2/9] dm: core: Allow a list of devices to be declared in one step
` [U-Boot] [PATCH v4 3/9] initcall: Display error number when an error occurs
` [U-Boot] [PATCH v4 4/9] dm: serial: Put common code into separate functions
` [U-Boot] [PATCH v4 5/9] imx: Add error checking to setup_i2c()
` [U-Boot] [PATCH v4 6/9] dm: imx: Use gpio_request() to request GPIOs
  ` [U-Boot] [PATCH 0/2] Split "dm: imx: Use gpio_request() to request GPIOs"
    ` [U-Boot] [PATCH 1/2] dm: imx: i2c: Use gpio_request() to request GPIOs
    ` [U-Boot] [PATCH 2/2] arm: mx6: cm_fx6: use gpio request
` [U-Boot] [PATCH v4 7/9] dm: imx: gpio: Support driver model in MXC gpio driver
` [U-Boot] [PATCH v4 8/9] dm: imx: serial: Support driver model in the MXC serial driver
` [U-Boot] [PATCH v4 9/9] dm: imx: Move cm_fx6 to use driver model for serial and GPIO

[U-Boot] [PATCH 00/32] ARM: i.MX: nitrogen6x clean up
 2014-10-02 19:16 UTC  (33+ messages)
` [U-Boot] [PATCH 01/32] nitrogen6x: implement board_cfb_skip() to disable text output
` [U-Boot] [PATCH 02/32] nitrogen6x: simplify board_mmc_getcd
` [U-Boot] [PATCH 03/32] nitrogen6x: configure SD2 pads for SDIO on USDHC2
` [U-Boot] [PATCH 04/32] nitrogen6x: power-down miscellanous peripherals
` [U-Boot] [PATCH 05/32] nitrogen6x: configure SGTL5000, CSI camera clock outputs
` [U-Boot] [PATCH 06/32] nitrogen6x: staticize board file
` [U-Boot] [PATCH 07/32] nitrogen6x: Allow U-Boot to be silent on UART2
` [U-Boot] [PATCH 08/32] nitrogen6x: phy: add 100 us delay after phy reset
` [U-Boot] [PATCH 09/32] nitrogen6x: prevent warnings about board_ehci* callbacks
` [U-Boot] [PATCH 10/32] nitrogen6x: display: add support lvds jeida screen
` [U-Boot] [PATCH 11/32] nitrogen6x: display: add qvga panel
` [U-Boot] [PATCH 12/32] nitrogen6x: display: add support for LG-9.7 LVDS display
` [U-Boot] [PATCH 13/32] nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displays
` [U-Boot] [PATCH 14/32] nitrogen6x: display: add support for fusion 7 display
` [U-Boot] [PATCH 15/32] nitrogen6x: display: add svga display (800x600)
` [U-Boot] [PATCH 16/32] nitrogen6x: display: add Ampire 1024x600 panel
` [U-Boot] [PATCH 17/32] nitrogen6x: display: add wvga-lvds panel
` [U-Boot] [PATCH 18/32] nitrogen6x: display use I2C detect for HDMI
` [U-Boot] [PATCH 19/32] nitrogen6x: config: add USB Mass Storage (ums) support
` [U-Boot] [PATCH 20/32] nitrogen6x: config: allow boot to USB stick
` [U-Boot] [PATCH 21/32] nitrogen6x: config: use FS_GENERIC load command
` [U-Boot] [PATCH 22/32] nitrogen6x: config: add initrd_high
` [U-Boot] [PATCH 23/32] nitrogen6x: config: expose SATA, then MMC over USB
` [U-Boot] [PATCH 24/32] nitrogen6x: config: enable USB keyboard support
` [U-Boot] [PATCH 25/32] nitrogen6x: config: add CONFIG_CMD_MEMTEST
` [U-Boot] [PATCH 26/32] nitrogen6x: config: enable "i2c edid"
` [U-Boot] [PATCH 27/32] nitrogen6x: config: allow more bootargs parameters
` [U-Boot] [PATCH 28/32] nitrogen6x: config: disable logo
` [U-Boot] [PATCH 29/32] nitrogen6x: config: configure usb_ether
` [U-Boot] [PATCH 30/32] nitrogen6x: config: add gpio command
` [U-Boot] [PATCH 31/32] nitrogen6x: config: enable Android fastboot
` [U-Boot] [PATCH 32/32] nitrogen6x: config: enable EXT4 filesystem

[U-Boot] [PATCH] tegra20: tamonten: Fix the early gpio init
 2014-10-02 19:11 UTC  (8+ messages)

[U-Boot] U-Boot Mini Summit
 2014-10-02 17:09 UTC 

[U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches
 2014-10-02 16:50 UTC  (15+ messages)
` [U-Boot] [PATCH 1/3] usb: gadget: fastboot: add max-download-size variable
` [U-Boot] [PATCH 2/3] usb: gadget: fastboot: explicitly set radix of maximum download size
` [U-Boot] [PATCH 3/3] usb: gadget: fastboot: terminate commands with NULL
    ` [U-Boot] [PATCH V2 "

[U-Boot] [U-boot] [Patch 0/5] keystone2: add network support for K2E SoC and EVM
 2014-10-02 16:44 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch 1/5] ARM: keystone2: keysonte_nav: add support for K2E SoC
` [U-Boot] [U-boot] [Patch 2/5] net: keystone_serdes: add keystone K2E SoC support
` [U-Boot] [U-boot] [Patch 3/5] net: keystone_net: add Keystone2 "
` [U-Boot] [U-boot] [Patch 4/5] net: keystone_net: increase PHY auto negotiate time
` [U-Boot] [U-boot] [Patch 5/5] board: k2e_evm: add network support

[U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix
 2014-10-02 16:23 UTC 

[U-Boot] Call for participation in the U-Boot Mini Summit 2014
 2014-10-02 16:05 UTC  (6+ messages)

[U-Boot] [PATCH v3 0/11] dm: imx: Add driver model support for GPIO and serial on cm_fx6
 2014-10-02 16:02 UTC  (9+ messages)
` [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()
` [U-Boot] [PATCH v3 08/11] dm: imx: Use gpio_request() to request GPIOs

[U-Boot] [U-boot] [Patch 0/5] keystone_net: use MDIO bus and eth PHY frameworks
 2014-10-02 15:44 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch 1/5] net: phy: print a number of phy that is not found
` [U-Boot] [U-boot] [Patch 2/5] net: keystone_net: use mdio_reset function
` [U-Boot] [U-boot] [Patch 3/5] net: keystone_net: register MDIO bus
` [U-Boot] [U-boot] [Patch 4/5] net: keystone_net: register eth PHYs on "
` [U-Boot] [U-boot] [Patch 5/5] net: keystone_net: use general get link function

[U-Boot] [PATCH] ARM: tegra: Use mem size from MC in combination with get_ram_size()
 2014-10-02 15:38 UTC 

[U-Boot] [PATCH] tegra20: display: Add support for flipped panels
 2014-10-02 15:15 UTC 

[U-Boot] [PATCH v1 1/2] odroid: pmic77686: allow bucket voltage settings
 2014-10-02 14:31 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/2] odroid: usb: add support for usb host including ethernet

[U-Boot] Boot reason in SPL for OMAP4
 2014-10-02 13:53 UTC  (5+ messages)
  ` [U-Boot] u-boot compilation broken for OMAP4 if no USB_HOST_ETHER

[U-Boot] [PATCH v3 09/10] kconfig: move CONFIG_OF_* to Kconfig
 2014-10-02 13:09 UTC  (3+ messages)

[U-Boot] [PATCH v3] imx6: add Bachmann OT1200 board
 2014-10-02 12:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/2 v3] arm: socfpga: Add Cadence QSPI support
 2014-10-02 11:23 UTC  (15+ messages)
` [U-Boot] [PATCH 1/4 v3] spi: Add Cadence QSPI driver used by SoCFPGA
` [U-Boot] [PATCH 2/4 v3] arm: socfpga: Add Cadence QSPI support to config header
` [U-Boot] [PATCH 3/4 v3] arm: socfpga: Don't define CONFIG_SPI_FLASH_QUAD
` [U-Boot] [RFC PATCH 4/4 v3] mtd: sf: Add CONFIG_SPI_N25Q256A_RESET for software-reset

[U-Boot] [PATCH] mmc: Fix mmc bus width
 2014-10-02 11:20 UTC  (2+ messages)

[U-Boot] [PATCH v2] mvebu_mmc: Driver addition
 2014-10-02 11:18 UTC  (2+ messages)

[U-Boot] [PATCH v2] env_mmc: correct fini partition to match init partition
 2014-10-02 11:09 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 0/2] fix issue with mmc partition management
 2014-10-02 11:07 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mmc: restore capacity when switching to partition 0

[U-Boot] [PATCH] mmc: fix ERASE_GRP_DEF handling
 2014-10-02 10:49 UTC  (4+ messages)

[U-Boot] Please sync u-boot-arm/master with u-boot/master
 2014-10-02 10:10 UTC  (7+ messages)

[U-Boot] [PATCH] mmc: set correct block size value in bfin sdh driver
 2014-10-02  9:57 UTC  (2+ messages)

[U-Boot] UBI issues on SAMA5D31 NOR flash
 2014-10-02  9:44 UTC  (10+ messages)

[U-Boot] [PATCH] sunxi: Add support for the Mele M3 board
 2014-10-02  7:23 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] vf610twr: Tune DDR initialization settings
 2014-10-02  7:09 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: mx6: Add support for Kosagi Novena
 2014-10-02  6:16 UTC  (4+ messages)

[U-Boot] [PATCH] arm, at91: add spi dataflash support for the taurus board
 2014-10-02  5:48 UTC  (3+ messages)

[U-Boot] [PATCH v1 00/10] arm, at91, spl: add spl support for the taurus and corvus boards
 2014-10-02  5:21 UTC  (4+ messages)
` [U-Boot] [PATCH v1 06/10] spl, nand, atmel_nand: add erase one block function

[U-Boot] [Question] Driver-Model UART on NOR-boot ? Work?
 2014-10-02  5:18 UTC  (5+ messages)

[U-Boot] [PATCH v5 0/15] samsung: Use common config files with Samsung boards
 2014-10-02  3:44 UTC  (17+ messages)
` [U-Boot] [PATCH v5 01/15] Exynos: Use 900MHz ARM frequency in SPL for peach_pit
` [U-Boot] [PATCH v5 02/15] exynos5: Enable data cache
` [U-Boot] [PATCH v5 03/15] cros_ec: power: Add a tunnelled version of the tps65090 driver
` [U-Boot] [PATCH v5 04/15] cros_ec: exynos: Use the correct tps65090 driver in each case
` [U-Boot] [PATCH v5 05/15] dm: exynos: Split out the cros_ec drivers
` [U-Boot] [PATCH v5 06/15] exynos: dts: Add device tree node for cros_ec keyboard
` [U-Boot] [PATCH v5 07/15] exynos: Rename -dt config files to -common
` [U-Boot] [PATCH v5 08/15] exynos: Move common exynos settings into a common file
` [U-Boot] [PATCH v5 09/15] exynos: Move common smdk5420 things to "
` [U-Boot] [PATCH v5 10/15] exynos: config: Move cros_ec and tps65090 out of smdk boards
` [U-Boot] [PATCH v5 11/15] config: Move arndale to use common exynos5250 file
` [U-Boot] [PATCH v5 12/15] config: Move smdkv310 to use common exynos4 file
` [U-Boot] [PATCH v5 13/15] samsung: Enable device tree for s5p_goni
` [U-Boot] [PATCH v5 14/15] samsung: Enable device tree for smdkc100
` [U-Boot] [PATCH v5 15/15] exynos: Enable pre-relocation malloc()

[U-Boot] Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 broke mpc85xx
 2014-10-02  3:29 UTC  (9+ messages)

[U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards
 2014-10-02  2:01 UTC  (5+ messages)

[U-Boot] [PATCH] nitrogen6x: Update DDR timings for 2G memory arrangement
 2014-10-02  1:33 UTC 

[U-Boot] converting BeagleBone Black to use config_distro_bootcmd
 2014-10-01 22:35 UTC 

[U-Boot] [PATCH 0/7] Add SD boot support for LS1021AQDS/TWR board
 2014-10-01 18:08 UTC  (8+ messages)
` [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board

[U-Boot] U-Boot Sunxi breaks LCD output on Olimex Lime A10
 2014-10-01 17:43 UTC 

[U-Boot] [PATCH] scripts/multiconfig.sh: Fix a typo
 2014-10-01 15:52 UTC  (2+ messages)

[U-Boot] [PATCH] multiconfig.sh: replace GNU sed specific match
 2014-10-01 15:50 UTC  (2+ messages)

[U-Boot] Please increase the image size for km boards
 2014-10-01 15:41 UTC  (3+ messages)

[U-Boot] [PATCH v2] kconfig: show an error message when defconfig is not found
 2014-10-01 15:40 UTC  (3+ messages)

[U-Boot] [GENERIC_BOARD] env problems before relocation with ppc8360
 2014-10-01 15:37 UTC  (6+ messages)

[U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard
 2014-10-01 15:31 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/5] add i.MX6 thermal sensor driver
 2014-10-01 12:41 UTC  (6+ messages)
` [U-Boot] [PATCH v5 1/5] mx6: crm_regs: Add bit definitions for anadig registers
` [U-Boot] [PATCH v5 2/5] mx6: clock: Add api to enable pll3
` [U-Boot] [PATCH v5 3/5] mx6: thermal: Add i.MX6 CPU thermal sensor support
` [U-Boot] [PATCH v5 4/5] mx6: thermal: Check cpu temperature via thermal sensor
` [U-Boot] [PATCH v5 5/5] mx6: thermal: Enable thermal sensor for mx6 sabre boards

[U-Boot] [PATCH v5] mx6: crm_regs: Add bit definitions for anadig registers
 2014-10-01 12:27 UTC  (3+ messages)

[U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2
 2014-10-01 12:22 UTC  (3+ messages)

[U-Boot] [PATCH v5] mx6: thermal: Check cpu temperature via thermal sensor
 2014-10-01 12:18 UTC 

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-10-01 12:07 UTC  (10+ messages)
` [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 V2 10/51] arm: socfpga: Add watchdog disable for socfpga


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