public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-02-26 19:25:52 to 2016-02-29 13:58:28 UTC [more...]

[U-Boot] [PATCH 0/3] device model bringup of AM335x bbw and sk-evm
 2016-02-29 13:58 UTC  (3+ messages)
` [U-Boot] [PATCH 1/3] include: configs: am335x_evm: add FAT_ENV configs when env is in fat
` [U-Boot] [PATCH 2/3] am335x-bbw: Add am335x_bone_defconfig using CONFIG_DM

[U-Boot] [PATCH 00/17] driver model bring-up of musb on AM335x GP and BBB and usb_ether DM conversion
 2016-02-29 13:34 UTC  (24+ messages)
` [U-Boot] [PATCH 01/17] configs: am335x: usb: do not define CONFIG_DM_USB for spl
` [U-Boot] [PATCH 02/17] am33xx: board: do not register usb devices when CONFIG_DM_USB is defined
` [U-Boot] [PATCH 03/17] drivers: usb: musb: add ti musb misc driver for wrapper
` [U-Boot] [PATCH 04/17] am33xx: board: probe misc drivers to register musb devices
` [U-Boot] [PATCH 05/17] drivers: usb: musb: adopt musb backend driver to driver model
` [U-Boot] [PATCH 06/17] drivers: usb: musb: add ti musb host driver with driver model support
` [U-Boot] [PATCH 07/17] drivers: usb: musb: add ti musb peripheral "
` [U-Boot] [PATCH 08/17] drivers: usb: gadget: ether: adopt to usb driver model
` [U-Boot] [PATCH 09/17] drivers: usb: gadget: ether: access network_started using local variable
` [U-Boot] [PATCH 10/17] drivers: usb: gadget: ether: consolidate global devices to single struct
` [U-Boot] [PATCH 11/17] drivers: usb: gadget: ether: use net device priv to pass usb ether priv
` [U-Boot] [PATCH 12/17] drivers: usb: gadget: ether: prepare driver for driver model migration
` [U-Boot] [PATCH 13/17] drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
` [U-Boot] [PATCH 14/17] am33xx: board: init usb ether gadget for rndis support
` [U-Boot] [PATCH 15/17] am335x_evm: enable usb ether gadget as it supports DM_ETH
` [U-Boot] [PATCH 16/17] defconfig: am335x_boneblack: enable usb driver model
` [U-Boot] [PATCH 17/17] defconfig: am335x_gp_evm: "

[U-Boot] [PATCH V2] OMAP3: Various: Update serial platdata to update reg_offset to 0
 2016-02-29 13:28 UTC  (5+ messages)

[U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model
 2016-02-29 12:44 UTC  (3+ messages)

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-02-29 12:39 UTC  (12+ messages)

[U-Boot] [PATCH v2 1/2] mx7_common: Put early/late init configs into board file
 2016-02-29 12:33 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] warp7: Add initial support

[U-Boot] [PATCH 1/2] mx7_common: Put early/late init configs into board file
 2016-02-29 12:30 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] warp7: Add initial support

[U-Boot] [PATCH] rockchip: rk3288: correct sdram setting
 2016-02-29 12:16 UTC 

[U-Boot] [PATCH] mtd: denali: fix warning when compiled for 64bit system
 2016-02-29 11:57 UTC 

[U-Boot] [PATCH] spl_nor: fix warning when compiled for 64bit target
 2016-02-29 11:50 UTC 

[U-Boot] [PATCH] OMAP3: Various: Update serial platdata to update reg_offset to 0
 2016-02-29 11:48 UTC 

[U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register
 2016-02-29 11:40 UTC  (6+ messages)

[U-Boot] [PATCH] spl_mmc: allow to load raw image
 2016-02-29 11:31 UTC 

[U-Boot] [PATCH 0/2] tegra124: Add support for Avionic Design platform
 2016-02-29 10:20 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Add support the Avionic Design Meerkat COM and Kein Baseboard

[U-Boot] U-Boot as first bootloader on Exynos platforms
 2016-02-29 10:15 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0
 2016-02-29  9:33 UTC  (2+ messages)

[U-Boot] pull request: u-boot-uniphier/master
 2016-02-29  9:06 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/3] x86: Support booting SeaBIOS
 2016-02-29  7:54 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] "
` [U-Boot] [PATCH v2 2/3] x86: qemu: Enable ACPI table generation by default
` [U-Boot] [PATCH v2 3/3] x86: Document how to play with SeaBIOS

[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
 2016-02-29  7:38 UTC  (16+ messages)

[U-Boot] [PATCH] ARM: DRA7xx: Enable NFS boot command
 2016-02-29  7:38 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] x86: Support booting SeaBIOS
 2016-02-29  7:32 UTC  (34+ messages)
` [U-Boot] [PATCH 01/12] x86: Move asm/arch-coreboot/tables.h to a common place
` [U-Boot] [PATCH 02/12] x86: Move sysinfo related to sysinfo.h
` [U-Boot] [PATCH 03/12] x86: Clean up coreboot_tables.h
` [U-Boot] [PATCH 04/12] x86: Change to use start/end address pair in write_tables()
` [U-Boot] [PATCH 05/12] x86: Use a macro for ROM table alignment
` [U-Boot] [PATCH 06/12] x86: Change write_acpi_tables() signature a little bit
` [U-Boot] [PATCH 07/12] x86: Simplify codes in write_tables()
` [U-Boot] [PATCH 08/12] x86: Support writing configuration tables in high area
` [U-Boot] [PATCH 09/12] x86: Implement functions for writing coreboot table
` [U-Boot] [PATCH 10/12] x86: Support booting SeaBIOS
` [U-Boot] [PATCH 11/12] x86: qemu: Enable ACPI table generation by default
` [U-Boot] [PATCH 12/12] x86: Document how to play with SeaBIOS

[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
 2016-02-29  7:18 UTC  (5+ messages)

[U-Boot] [PATCH] ls102xa: fdt: Update FSL_QSPI_COMPAT and FSL_DSPI_COMPAT
 2016-02-29  6:50 UTC 

[U-Boot] Problem with attaching UBI partition
 2016-02-29  6:47 UTC  (5+ messages)

[U-Boot] [PATCH] mx7: Distinguish between dual and solo versions
 2016-02-29  5:04 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/32] dm: Add driver-model support for block drivers
 2016-02-29  4:52 UTC 

[U-Boot] [PATCH 00/30] dm: Add driver-model support for block drivers
 2016-02-29  4:48 UTC  (28+ messages)
` [U-Boot] [PATCH 02/30] dm: pci: Break out the common region display code
` [U-Boot] [PATCH 03/30] dm: part: Correct a sandbox build warning
` [U-Boot] [PATCH 14/30] dm: part: Convert partition API use to linker lists
` [U-Boot] [PATCH 15/30] dm: part: Rename some partition functions
` [U-Boot] [PATCH 16/30] dm: cbfs: Fix handling of invalid type
` [U-Boot] [PATCH 18/30] dm: block: Rename device number member dev to devnum
` [U-Boot] [PATCH 24/30] dm: sandbox: Add driver-model block-device support for sandbox

[U-Boot] [PATCH] RFC: rockchip: video: Lower hpd wait time
 2016-02-28 21:40 UTC 

[U-Boot] [PATCH v2 00/12] Add support for Rockchip RK3288 Ethernet
 2016-02-28 21:25 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/12] net: designware: support phy reset device-tree bindings
` [U-Boot] [PATCH v2 02/12] net: designware: Export various functions/struct to allow subclassing
` [U-Boot] [PATCH v2 03/12] net: designware: Add a fix_mac_speed hook
` [U-Boot] [PATCH v2 04/12] rockchip: rk3288: pinctrl: support more pins
` [U-Boot] [PATCH v2 05/12] rockchip: rk3288: Add clock support for the gmac ethernet interface
` [U-Boot] [PATCH v2 06/12] rockchip: rk3288: grf: Define GRF_SOC_CON1 and GRF_SOC_CON3
` [U-Boot] [PATCH v2 07/12] net: gmac_rk3288: Add RK3288 GMAC driver
` [U-Boot] [PATCH v2 08/12] rockchip: rk3288-firefly: Add gmac definition
` [U-Boot] [PATCH v2 09/12] rockchip: rock2: dts: use status = "okay" not ok
` [U-Boot] [PATCH v2 10/12] rockchip: Enable networking support on rock2 and firefly
` [U-Boot] [PATCH v2 11/12] rockchip: Add PXE and DHCP to the default boot targets
` [U-Boot] [PATCH v2 12/12] rockchip: Drop Ethernet from the TODO

[U-Boot] [PATCH 0/5] ARM: uniphier: prepare for ARMv8 SoC support
 2016-02-28 18:55 UTC  (2+ messages)

[U-Boot] [PATCH 00/21] ARM: uniphier: clean-ups of DRAM init code
 2016-02-28 18:55 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2016-02-28  1:19 UTC  (4+ messages)

[U-Boot] Please pull u-boot-dm
 2016-02-28  1:19 UTC  (2+ messages)

[U-Boot] [PATCH] arm: dra7xx: Define Android partition table
 2016-02-28  1:19 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-02-28  1:19 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] omap and sniper reboot mode fixes and cleanups
 2016-02-27 18:26 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] omap3: String-based reboot mode handling
` [U-Boot] [PATCH 2/4] omap3: Use a define for reboot reason offset
` [U-Boot] [PATCH 3/4] sniper: Get rid of reset_misc
` [U-Boot] [PATCH 4/4] sniper: Clear reboot mode garbage on cold reset

[U-Boot] [PATCH 0/27] Amazon Kindle Fire (first generation) codename kc1 support series
 2016-02-27 18:19 UTC  (28+ messages)
` [U-Boot] [PATCH 01/27] power: twl6030: Some more explicit registers and values definitions
` [U-Boot] [PATCH 02/27] power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 value
` [U-Boot] [PATCH 03/27] power: twl6030: Device-index-specific MMC power initialization
` [U-Boot] [PATCH 04/27] omap_hsmmc: Board-specific TWL6030 "
` [U-Boot] [PATCH 05/27] omap4: Export elpidia sdram device details
` [U-Boot] [PATCH 06/27] omap4: Export elpidia sdram timings
` [U-Boot] [PATCH 07/27] omap4: Export jedec "
` [U-Boot] [PATCH 08/27] omap-common: Rename set_muxconf_regs_essential to set_muxconf_regs
` [U-Boot] [PATCH 09/27] omap-common: Remove deprecated arch_cpu_init code
` [U-Boot] [PATCH 10/27] omap4: Remove duplicate CM_L3INIT_USBPHY_CLKCTRL reference and whitespace
` [U-Boot] [PATCH 11/27] omap4: Move i2c clocks enable to enable_basic_clocks
` [U-Boot] [PATCH 12/27] Amazon Kindle Fire (first generation) codename kc1 support
` [U-Boot] [PATCH 13/27] omap-common: clocks-common: Setup USB DPLL when MUSB is in use
` [U-Boot] [PATCH 14/27] omap4: Properly enable USB PHY clocks
` [U-Boot] [PATCH 15/27] power: twl6030: Configure VUSB voltage on USB device setup
` [U-Boot] [PATCH 16/27] power: twl6030: Clear VUSB_IN_PMID bit "
` [U-Boot] [PATCH 17/27] usb: musb-new: omap2430: OMAP4 MUSB USB controller support
` [U-Boot] [PATCH 18/27] kc1: MUSB USB controller and fastboot USB gadget support
` [U-Boot] [PATCH 19/27] omap4: Reboot mode support
` [U-Boot] [PATCH 20/27] omap4: Check warm reset for reboot mode validity
` [U-Boot] [PATCH 21/27] kc1: OMAP4 reboot mode support
` [U-Boot] [PATCH 22/27] kc1: Boot to bootloader (fastboot) on ID pin pull-up
` [U-Boot] [PATCH 23/27] power: twl6030: Remove ifdef around the code
` [U-Boot] [PATCH 24/27] power: twl6030: Power off support
` [U-Boot] [PATCH 25/27] input: TWL6030 input support for power button, USB and charger
` [U-Boot] [PATCH 26/27] kc1: Power off when the power on reason is not a valid one
` [U-Boot] [PATCH 27/27] kc1: Clear reboot mode garbage on cold reset

[U-Boot] [PATCH] arm: socfpga: Fix SR1500 env position
 2016-02-27 14:31 UTC  (3+ messages)

[U-Boot] [PATCH 00/10] arm64: Unify MMU code
 2016-02-27 12:09 UTC  (6+ messages)
` [U-Boot] [PATCH 02/10] arm64: Make full va map code more dynamic

[U-Boot] [PATCH V2 0/6] ARM: keystone: K2G: Add support for PMMC remoteproc load
 2016-02-27  1:10 UTC  (9+ messages)
` [U-Boot] [PATCH V2 2/6] ARM: keystone2: psc-defs: use adequate () for macros
` [U-Boot] [PATCH V2 5/6] ARM: dts: k2g: Add support for PMMC

[U-Boot] [PATCH 0/6] ARM: keystone2: Miscellaneous fixes
 2016-02-27  0:11 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] ARM: keystone2: use SPD info to configure K2HK and K2E DDR3

[U-Boot] [PATCH] usb: ehci: Fix warning on aarch64
 2016-02-26 22:43 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] omap5: Kconfig: Add option to select Android boot
 2016-02-26 19:46 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] arm: dra7xx: Define Android partition table
` [U-Boot] [PATCH 3/3] defconfig: Add dra7xx_evm_android_defconfig

[U-Boot] [PATCH] net: phy: atheros: Fix problem with phy_reset() clearing BMCR
 2016-02-26 19:40 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] net: bootp: Add environment variable for timeout period
 2016-02-26 19:40 UTC  (2+ messages)
` [U-Boot] "


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