public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-03-24 20:29:39 to 2015-03-25 21:24:25 UTC [more...]

[U-Boot] [PATCH v2 1/4] common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
 2015-03-25 21:24 UTC  (5+ messages)
` [U-Boot] [PATCH v3 0/4] common/lcd_console: introduce display/framebuffer rotation
  ` [U-Boot] [PATCH v3 4/4] "

[U-Boot] [PATCH 01/28] armv8/fsl-lsch3: Implement workaround for erratum A008585
 2015-03-25 21:12 UTC  (10+ messages)
` [U-Boot] [PATCH 14/28] drivers/fsl-mc: Changed MC firmware loading for new boot architecture

[U-Boot] [PATCH v2 0/3] Boot from the bootable paritions
 2015-03-25 20:50 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/3] part: Add support for list filtering on bootable partitions
` [U-Boot] [PATCH v2 2/3] config_cmd_default.h: Add 'env exists' command
` [U-Boot] [PATCH v2 3/3] config_distro_bootcmd.h: Prefer booting from bootable paritions

[U-Boot] [PATCH 0/13] ARM: UniPhier: enable CONFIG_SPL_DM with some clean-ups
 2015-03-25 20:49 UTC  (5+ messages)

[U-Boot] [PATCH] config: peach: Correct memory layout environment settings
 2015-03-25 20:49 UTC  (9+ messages)

[U-Boot] [PATCH 2/5 v2] dm: ls1021a: Bring in ls1021a dts files from linux kernel
 2015-03-25 20:46 UTC  (2+ messages)

[U-Boot] [PATCH v3] arm: mx5: Add support for USB armory board
 2015-03-25 20:45 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/80] dm: Add USB support
 2015-03-25 18:23 UTC  (81+ messages)
` [U-Boot] [PATCH v2 01/80] linker_lists: Add a function to access a linker list entry
` [U-Boot] [PATCH v2 02/80] sandbox: Fix comment for os_open()
` [U-Boot] [PATCH v2 03/80] dm: test: bus: Use a local variable to simplify code
` [U-Boot] [PATCH v2 04/80] dm: exynos: snow: Move the keyboard to I2C
` [U-Boot] [PATCH v2 05/80] dm: core: Support allocating driver-private data for DMA
` [U-Boot] [PATCH v2 06/80] dm: core: Convert driver_bind() to use const
` [U-Boot] [PATCH v2 07/80] dm: core: Rename driver data function to dev_get_driver_data()
` [U-Boot] [PATCH v2 08/80] dm: core: Mark device as active before calling uclass probe() methods
` [U-Boot] [PATCH v2 09/80] dm: core: Add device children and sibling functions
` [U-Boot] [PATCH v2 10/80] dm: gpio: Add an implementation for gpio_get_number()
` [U-Boot] [PATCH v2 11/80] dm: usb: Add a uclass for USB controllers
` [U-Boot] [PATCH v2 12/80] dm: usb: Adjust usb command to prepare for driver model
` [U-Boot] [PATCH v2 13/80] dm: usb: Adjust usb_alloc_new_device() to return an error
` [U-Boot] [PATCH v2 14/80] dm: usb: Convert 'usb' command to support driver model
` [U-Boot] [PATCH v2 15/80] dm: usb: Drop the legacy USB init sequence
` [U-Boot] [PATCH v2 16/80] dm: usb: Refactor port resets
` [U-Boot] [PATCH v2 17/80] dm: usb: Move descriptor setup code into its own function
` [U-Boot] [PATCH v2 18/80] dm: usb: Split out more code from usb_new_device()
` [U-Boot] [PATCH v2 19/80] dm: usb: Complete the splitting up of usb_new_device()
` [U-Boot] [PATCH v2 20/80] dm: usb: Convert core usb.c file to support driver model
` [U-Boot] [PATCH v2 21/80] dm: usb: Split hub detection into its own function
` [U-Boot] [PATCH v2 22/80] dm: usb: Add driver model support for hubs
` [U-Boot] [PATCH v2 23/80] dm: usb: Move USB storage definitions to usb_defs.h
` [U-Boot] [PATCH v2 24/80] dm: usb: Fix type problems in usb_stor_get_info()
` [U-Boot] [PATCH v2 25/80] dm: usb: Simply device finding code in usb_storage
` [U-Boot] [PATCH v2 26/80] dm: usb: Adjust usb_storage to work with sandbox
` [U-Boot] [PATCH v2 27/80] dm: usb: Move storage device scanning into its own function
` [U-Boot] [PATCH v2 28/80] dm: usb: Convert usb_storage to driver model
` [U-Boot] [PATCH v2 29/80] dm: usb: Move all the EHCI weak functions together and declare them
` [U-Boot] [PATCH v2 30/80] dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
` [U-Boot] [PATCH v2 31/80] dm: usb: Allow ECHI to hold private data for the controller
` [U-Boot] [PATCH v2 32/80] dm: usb: tegra: Store the controller type explicitly
` [U-Boot] [PATCH v2 33/80] dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
` [U-Boot] [PATCH v2 34/80] dm: usb: tegra: Drop use of global controller variable
` [U-Boot] [PATCH v2 35/80] dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
` [U-Boot] [PATCH v2 36/80] dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
` [U-Boot] [PATCH v2 37/80] dm: usb: ehci: Use a function to find the controller from struct udevice
` [U-Boot] [PATCH v2 38/80] dm: usb: Refactor EHCI init
` [U-Boot] [PATCH v2 39/80] dm: usb: Drop the EHCI weak functions
` [U-Boot] [PATCH v2 40/80] dm: usb: Change ehci_reset() to use a pointer
` [U-Boot] [PATCH v2 41/80] dm: usb: Add driver model support to EHCI
` [U-Boot] [PATCH v2 42/80] dm: usb: Allow USB drivers to be declared and auto-probed
` [U-Boot] [PATCH v2 43/80] dm: usb: Bind generic USB devices when there is no driver
` [U-Boot] [PATCH v2 44/80] dm: usb: Allow setting up a USB controller as a device/gadget
` [U-Boot] [PATCH v2 45/80] dm: usb: Split out the keyboard probe into its own function
` [U-Boot] [PATCH v2 46/80] dm: usb: Support driver model with USB keyboards
` [U-Boot] [PATCH v2 47/80] dm: usb: tegra: Add vbus GPIOs for nyan
` [U-Boot] [PATCH v2 48/80] dm: usb: Move struct usb_string to a common place
` [U-Boot] [PATCH v2 49/80] dm: usb: sandbox: Add a uclass for USB device emulation
` [U-Boot] [PATCH v2 50/80] dm: usb: sandbox: Reset emulation devices in usb stop()
` [U-Boot] [PATCH v2 51/80] dm: usb: sandbox: Add an emulator for USB flash devices
` [U-Boot] [PATCH v2 52/80] dm: usb: sandbox: Add an emulator for USB hub emulation
` [U-Boot] [PATCH v2 53/80] dm: usb: sandbox: Add a driver for sandbox
` [U-Boot] [PATCH v2 54/80] dm: usb: dts: sandbox: Add some sample USB devices to sandbox
` [U-Boot] [PATCH v2 55/80] dm: usb: Add support for USB ethernet devices with driver model
` [U-Boot] [PATCH v2 56/80] dm: usb: exynos: Add driver model support to exynos EHCI
` [U-Boot] [PATCH v2 57/80] dm: usb: tegra: Remove the port_addr_clear_csc variable
` [U-Boot] [PATCH v2 58/80] dm: usb: tegra: Tidy up error handling and a static function
` [U-Boot] [PATCH v2 59/80] dm: usb: tegra: Move most of init/uninit into a function
` [U-Boot] [PATCH v2 60/80] dm: usb: tegra: Add driver model support to tegra EHCI
` [U-Boot] [PATCH v2 61/80] dm: usb: xhci: Use a function to get xhci_ctrl
` [U-Boot] [PATCH v2 62/80] dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
` [U-Boot] [PATCH v2 63/80] dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
` [U-Boot] [PATCH v2 64/80] dm: usb: xhci: Factor out common init/uninit
` [U-Boot] [PATCH v2 65/80] dm: usb: Support driver model in XHCI
` [U-Boot] [PATCH v2 66/80] dm: usb: Rename the XHCI HCD to U-Boot
` [U-Boot] [PATCH v2 67/80] dm: usb: exynos: Adjust XHCI driver to support driver model
` [U-Boot] [PATCH v2 68/80] dm: usb: exynos: Use driver model for USB
` [U-Boot] [PATCH v2 69/80] dm: usb: exynos: Enable both USB ports on snow
` [U-Boot] [PATCH v2 70/80] dm: usb: exynos: Enable both EHCI and XHCI "
` [U-Boot] [PATCH v2 71/80] dm: usb: tegra: Move to driver model for USB
` [U-Boot] [PATCH v2 72/80] dm: usb: Add a generic descriptor struct
` [U-Boot] [PATCH v2 73/80] dm: usb: Tidy up pipe value decoding
` [U-Boot] [PATCH v2 74/80] dm: usb: sandbox: Enable USB
` [U-Boot] [PATCH v2 75/80] dm: test: Correct printf() output nit in 'dm uclass'
` [U-Boot] [PATCH v2 76/80] dm: test: Allow 'dm test' to select a particular test to run
` [U-Boot] [PATCH v2 77/80] dm: usb: Add tests for the USB uclass
` [U-Boot] [PATCH v2 78/80] dm: usb: tegra: Drop legacy USB code
` [U-Boot] [PATCH v2 79/80] dm: usb: exynos: "
` [U-Boot] [PATCH v2 80/80] dm: usb: Add a README for driver model

[U-Boot] [PATCH] tegra: pinmux: fix FUNCMUX_NDFLASH_KBC_8_BIT
 2015-03-25 18:08 UTC  (5+ messages)

[U-Boot] [PATCH 1/4] ARM: tegra: pinctrl: move Tegra210 code to the correct dir
 2015-03-25 18:04 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] ARM: tegra: pinctrl: minor cleanup
` [U-Boot] [PATCH 3/4] ARM: tegra: pinctrl: add support for MIPI PAD control groups
` [U-Boot] [PATCH 4/4] ARM: tegra: enable MIPI PAD CTRL support for Tegra124

[U-Boot] [PATCH] config: Define BOOTP client architecture and VCI for ARMv8
 2015-03-25 16:58 UTC  (5+ messages)

[U-Boot] [PATCH 0/4] Add support for stm32f429-discovery board
 2015-03-25 16:58 UTC  (3+ messages)

[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
 2015-03-25 16:09 UTC  (47+ messages)
` [U-Boot] [PATCH v2 00/12] "
  ` [U-Boot] [PATCH v2 02/12] dm: device: add function device_get_first_child_by_uclass_id()
  ` [U-Boot] [PATCH v2 03/12] dm: pmic: add implementation of driver model pmic uclass
  ` [U-Boot] [PATCH v2 04/12] dm: pmic: add implementation of driver model regulator uclass
  ` [U-Boot] [PATCH v2 05/12] dm: pmic: new commands: pmic and regulator
  ` [U-Boot] [PATCH v2 07/12] dm: regulator: add max77686 regulator driver
  ` [U-Boot] [PATCH v2 08/12] doc: driver-model: pmic and regulator uclass documentation
  ` [U-Boot] [PATCH v2 10/12] odroid: board: add support to dm pmic api
  ` [U-Boot] [PATCH v3 00/17] Power(full) framework based on Driver Model
    ` [U-Boot] [PATCH v3 01/17] exynos5: fix build break by adding CONFIG_POWER
    ` [U-Boot] [PATCH v3 02/17] fdt_ro.c: add new function: fdt_node_check_prop_compatible()
    ` [U-Boot] [PATCH v3 03/17] dm: core: lists.c: add new function lists_bind_fdt_by_prop()
    ` [U-Boot] [PATCH v3 04/17] lib: Kconfig: add entry for errno_str() function
    ` [U-Boot] [PATCH v3 05/17] dm: pmic: add implementation of driver model pmic uclass
    ` [U-Boot] [PATCH v3 06/17] dm: regulator: add implementation of driver model regulator uclass
    ` [U-Boot] [PATCH v3 07/17] dm: pmic: add pmic command
    ` [U-Boot] [PATCH v3 08/17] dm: regulator: add regulator command
    ` [U-Boot] [PATCH v3 09/17] pmic: max77686 set the same compatible as in the kernel
    ` [U-Boot] [PATCH v3 10/17] dm: pmic: add max77686 pmic driver
    ` [U-Boot] [PATCH v3 11/17] dm: regulator: add max77686 regulator driver
    ` [U-Boot] [PATCH v3 12/17] dm: regulator: add fixed voltage "
    ` [U-Boot] [PATCH v3 13/17] doc: driver-model: pmic and regulator uclass documentation
    ` [U-Boot] [PATCH v3 14/17] dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
    ` [U-Boot] [PATCH v3 15/17] odroid: board: add support to dm pmic api
    ` [U-Boot] [PATCH v3 16/17] odroid: dts: add 'voltage-regulators' description to max77686 node
    ` [U-Boot] [PATCH v3 17/17] odroid: config: enable dm pmic, dm regulator and max77686 driver

[U-Boot] [PATCH] sunxi: axp209: fix incorrect limits on ldo3
 2015-03-25 16:03 UTC 

[U-Boot] [PATCH] watchdog/imx_watchdog: do not set WCR_WDW
 2015-03-25 15:53 UTC  (5+ messages)

[U-Boot] [PATCH 1/3] Create API to map between CPU physical and bus addresses
 2015-03-25 14:57 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] ARM: bcm2835: implement phys_to_bus/bus_to_phys
` [U-Boot] [PATCH 3/3] usb: dwc2: use phys_to_bus/bus_to_phys

[U-Boot] [PATCH] mpc85xx/T104xD4RDB: Add T104xD4RDB boards support
 2015-03-25 14:46 UTC 

[U-Boot] [PATCH 2/2 v1] sf: Update AT45DB021D flash chip parameters
 2015-03-25 14:11 UTC  (2+ messages)

[U-Boot] [PATCH 1/2 v1] sf: probe: Add support Atmel AT45DB series devices special commands
 2015-03-25 14:09 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: set GMAC TX delay = 0x1 on Cubietruck
 2015-03-25 13:39 UTC 

[U-Boot] [PATCH] Xilinx Zynq PS GPIO driver
 2015-03-25 12:50 UTC  (3+ messages)
` [U-Boot] [PATCH] gpio: add "

[U-Boot] [PATCH] usb: ci_udc: fix warnings on 64-bit builds
 2015-03-25 12:37 UTC  (9+ messages)
` [U-Boot] [PATCH] ehci-hcd: "

[U-Boot] [PATCH v2 0/7] Some improvements related to build system
 2015-03-25 12:12 UTC  (5+ messages)
` [U-Boot] [PATCH v2 3/7] m68k: remove arch/m68k/lib/board.c

[U-Boot] [PATCH] usb: dwc2: fix bulk transfers
 2015-03-25 12:07 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] Add support for Colibri Vybrid Modules
 2015-03-25 12:07 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] ARM: vf610: Move DDR3 initialization to imx-common
` [U-Boot] [PATCH 2/6] ARM: vf610: Enable external 32KHz oscillator
` [U-Boot] [PATCH 3/6] ARM: vf610: Add SoC and CPU type detection
` [U-Boot] [PATCH 4/6] ARM: vf610: Enable caches
` [U-Boot] [PATCH 5/6] usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
` [U-Boot] [PATCH 6/6] ARM: vf610: Initial integration for Colibri VF50/VF61

[U-Boot] [PATCH v2] mii: add read-modify-write option to mii command
 2015-03-25 11:55 UTC 

[U-Boot] [PATCH 01/13] ARM: tegra: Fix build failures and warnings on 64-bit
 2015-03-25 11:50 UTC  (11+ messages)
` [U-Boot] [PATCH 08/13] usb: eth: asix: Build warning fixes for 64-bit
` [U-Boot] [PATCH 09/13] usb: ci_udc: "
` [U-Boot] [PATCH 10/13] usb: mass-storage: "
` [U-Boot] [PATCH 11/13] usb: ehci-hcd: "
` [U-Boot] [PATCH 12/13] usb: ehci-tegra: "

[U-Boot] [PATCH] powerpc/t2080rdb: update ddr to support 1866MT/s
 2015-03-25 10:22 UTC  (2+ messages)

[U-Boot] [PATCH v3] powerpc/t1023rdb: Add T1023 RDB board support
 2015-03-25 10:13 UTC  (2+ messages)

[U-Boot] [PATCH] QE/DeepSleep: add QE deepsleep support for mpc85xx
 2015-03-25  9:02 UTC 

[U-Boot] [PATCH] ARM: cpu: Add ARMv7 barrier operations support
 2015-03-25  7:47 UTC  (2+ messages)

[U-Boot] [PATCH] mii: add read-modify-write option to mii command
 2015-03-25  4:08 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] ARM: tegra: Prepare for 64-bit support
 2015-03-25  4:02 UTC  (3+ messages)

[U-Boot] [PATCH v2] ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card
 2015-03-25  3:54 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: at91: at91sam9n12ek: save the environment to a fat file in MMC card
 2015-03-25  3:42 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] dm: i2c: enable driver model for software i2c
 2015-03-25  3:35 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] Kconfig: i2c: add entry for driver-model "

[U-Boot] [PATCH 3/5 v1] dm: ls1021a: dts: Change address_cells and size_cells from 2 to 1
 2015-03-25  3:09 UTC  (2+ messages)

[U-Boot] [PATCH 2/5] dm: ls1021a: Bring in ls1021a dts files from linux kernel
 2015-03-25  3:09 UTC  (2+ messages)

[U-Boot] [PATCH 1/5 v1] dm: arm: Bring in skeleton64 device tree file from Linux
 2015-03-25  3:09 UTC  (2+ messages)

[U-Boot] [PATCHv2] ARM: at91: atmel_nand: Support flash based BBT
 2015-03-25  1:52 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] ARM: DRA7XX: Add config file for Android with fastboot support
 2015-03-24 22:34 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] ARM: DRA7XX: Enable Fastboot
  ` [U-Boot] [PATCH v3 2/3] ARM: DRA7: Set serial number environment variable
  ` [U-Boot] [PATCH v3 3/3] fastboot: ARM: OMAP5: Enable reboot-bootloader

[U-Boot] [PATCH 0/1] Adding Support for the BAV335x boards
 2015-03-24 20:53 UTC  (4+ messages)
` [U-Boot] [PATCH] Change defconfigs to include driver model (required after v2015.01), and fix typo in EEProm config format

[U-Boot] [PATCH] ARM: rpi: fix RPi1 board rev detection for warranty bit
 2015-03-24 20:29 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