public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-12 20:56:43 to 2016-01-13 23:25:20 UTC [more...]

[U-Boot] [PATCH 00/50] rockchip: Add support for cros_ec keyboard
 2016-01-13 23:25 UTC  (31+ messages)
` [U-Boot] [PATCH 01/50] dm: clk: Add support for decoding clocks from the device tree
` [U-Boot] [PATCH 02/50] dm: core: Don't set pinctrl for pinctrl devices
` [U-Boot] [PATCH 03/50] dm: pinctrl: Add a function to parse PIN_CONFIG flags
` [U-Boot] [PATCH 04/50] dm: pmic: Add 'reg status' to show all regulators
` [U-Boot] [PATCH 05/50] dts: Bring in pinctrl device tree binding
` [U-Boot] [PATCH 06/50] power: Add base support for the RK808 PMIC
` [U-Boot] [PATCH 07/50] power: Add support for RK808 regulators
` [U-Boot] [PATCH 08/50] dm: Add a power sequencing uclass
` [U-Boot] [PATCH 09/50] rockchip: Avoid using MMC code when not booting from MMC
` [U-Boot] [PATCH 10/50] rockchip: Convert the PMU IOMUX registers into an array
` [U-Boot] [PATCH 11/50] rockchip: mmc: Use a pwrseq device if available
` [U-Boot] [PATCH 12/50] rockchip: Correct the defconfig order
` [U-Boot] [PATCH 13/50] rockchip: Use pwrseq for MMC start-up on jerry
` [U-Boot] [PATCH 14/50] rockchip: jerry: Disable pmic-int-1 setup to avoid a hang
` [U-Boot] [PATCH 15/50] rockchip: Use a separate clock ID for clocks
` [U-Boot] [PATCH 16/50] rockchip: clock: Rename the general clock variable to gclk_rate
` [U-Boot] [PATCH 17/50] rockchip: clk: Add a function to get a peripheral clock rate
` [U-Boot] [PATCH 18/50] rockchip: clock: Add a function to find a clock by ID
` [U-Boot] [PATCH 19/50] rockchip: i2c: Update the driver to use the new clock ID
` [U-Boot] [PATCH 20/50] rockchip: spi: "
` [U-Boot] [PATCH 21/50] rockchip: spi: Avoid setting the pinctrl twice
` [U-Boot] [PATCH 22/50] rockchip: mmc: Update the driver to use the new clock ID
` [U-Boot] [PATCH 23/50] rockchip: pinctrl: Add a full pinctrl driver
` [U-Boot] [PATCH 24/50] rockchip: Move firefly and jerry to use the full pinctrl
` [U-Boot] [PATCH 25/50] rockchip: jerry: Enable the RK808 PMIC and regulator
` [U-Boot] [PATCH 26/50] rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry
` [U-Boot] [PATCH 27/50] rockchip: jerry: Drop unused options
` [U-Boot] [PATCH 28/50] gpio: Allow 's' as an abbreviation for 'status'
` [U-Boot] [PATCH 29/50] cros_ec: Disable the Chrome OS EC in SPL
` [U-Boot] [PATCH 30/50] dm: i2c: Allow muxes to be enabled for SPL separately

[U-Boot] [PATCH] gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP
 2016-01-13 23:17 UTC 

[U-Boot] [PATCH] gdsys: Drop print_fpga_state function
 2016-01-13 23:12 UTC 

[U-Boot] Pull request: u-boot-net
 2016-01-13 23:10 UTC  (14+ messages)

[U-Boot] 2TB disks
 2016-01-13 21:55 UTC  (5+ messages)
` [U-Boot] [PATCH] Don't wrap to negative after 2G sectors

[U-Boot] [PATCH 00/18] dm: video: Introduce initial driver-model video support
 2016-01-13 21:55 UTC  (11+ messages)
` [U-Boot] [PATCH 01/18] tiny-printf: Always print zeroes
` [U-Boot] [PATCH 02/18] sandbox: Support the bmp command
` [U-Boot] [PATCH 03/18] dm: core: Call uclass post_bind() after the driver's bind() method
` [U-Boot] [PATCH 04/18] bzip2: Support compression for sandbox

[U-Boot] Please pull u-boot-x86
 2016-01-13 21:55 UTC  (2+ messages)

[U-Boot] [PATCH] image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
 2016-01-13 21:55 UTC  (5+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2016-01-13 21:54 UTC  (2+ messages)

[U-Boot] [PATCH] patman: Add --thread option
 2016-01-13 21:39 UTC 

[U-Boot] [PATCH 00/11] imx: introduce rdc and boot auxiliary core
 2016-01-13 20:45 UTC  (5+ messages)
` [U-Boot] [PATCH 06/11] imx: imx-common: introduce "

[U-Boot] [PATCH] common: env_flags: fix loop condition when using env_flags_varaccess_mask
 2016-01-13 20:39 UTC  (3+ messages)

[U-Boot] [PATCHv2 1/3] arm: socfpga: add reset manager defines for Arria10
 2016-01-13 20:37 UTC  (10+ messages)
` [U-Boot] [PATCH 2/3] arm: socfpga: combine clrbits/setbits into a single clrsetbits
` [U-Boot] [PATCHv2 3/3] arm: socfpga: arria10: update dwmac reset function to support Arria10

[U-Boot] [PATCH v1 00/16] Add support for 96boards Dragonboard410C board
 2016-01-13 20:32 UTC  (5+ messages)
` [U-Boot] [PATCH v1 16/16] board: Add Qualcomm Dragonboard 410C support

[U-Boot] [PATCH 1/7] devicetree: use wildcard to clean arch subdir
 2016-01-13 20:10 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/9] "

[U-Boot] [PATCH v3 0/6] rockchip: kylin: Boot with android boot image
 2016-01-13 20:10 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/6] common/image-fdt.c: Make boot_get_fdt() perform a check for Android images
` [U-Boot] [PATCH v3 2/6] ARM: bootm: Try to use relocated ramdisk
` [U-Boot] [PATCH v3 3/6] rockchip: rk3036: Bind GPIO banks
` [U-Boot] [PATCH v3 4/6] rockchip: kylin: Add default gpt partition table
` [U-Boot] [PATCH v3 5/6] rockchip: kylin: Enable boot with android boot image
` [U-Boot] [PATCH v3 6/6] rockchip: kylin: Check fastboot request

[U-Boot] [PATCH 0/8] arm: ls1021atwr: Convert to driver model and enable serial support
 2016-01-13 20:10 UTC  (24+ messages)
` [U-Boot] [PATCH 1/8] fdt: Fix up stdout correctly in fdt_fixup_stdout()
` [U-Boot] [PATCH 3/8] serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
` [U-Boot] [PATCH 6/8] serial: lpuart: Prepare the driver for DM conversion
` [U-Boot] [PATCH 7/8] serial: lpuart: Add driver model serial support

[U-Boot] [PATCH 1/2] clk: add static qualifier to local functions
 2016-01-13 20:10 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] clk: change the type of return value to long

[U-Boot] [PATCH v3] dm: core: Add option to configure an offset for the address translation
 2016-01-13 20:10 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/14] Initial Microchip PIC32MZ[DA] Support
 2016-01-13 20:10 UTC  (42+ messages)
` [U-Boot] [PATCH v3 02/14] MIPS: initial infrastructure for Microchip PIC32 architecture
` [U-Boot] [PATCH v3 03/14] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller
` [U-Boot] [PATCH v3 04/14] drivers: pinctrl: Add pinctrl driver for Microchip PIC32
` [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller
` [U-Boot] [PATCH v3 06/14] drivers: serial: add driver for Microchip PIC32 UART controller
` [U-Boot] [PATCH v3 07/14] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32
` [U-Boot] [PATCH v3 08/14] MIPS: Add support for Microchip PIC32MZ[DA] SoC family
` [U-Boot] [PATCH v3 09/14] board: Add Microchip PIC32MZ[DA]-Starter-Kit board
` [U-Boot] [PATCH v3 10/14] drivers: mmc: add driver for Microchip PIC32 SDHCI controller
` [U-Boot] [PATCH v3 11/14] board: add SDHCI support for PIC32MZDASK board
` [U-Boot] [PATCH v3 12/14] drivers: net: phy: add SMSC LAN8740 Phy support
` [U-Boot] [PATCH v3 13/14] drivers: net: Add ethernet driver for Microchip PIC32
` [U-Boot] [PATCH v3 14/14] board: Enable ethernet, tftpboot support to pic32mzdask board

[U-Boot] [PATCH] clk: move Kconfig options into sub-menu
 2016-01-13 20:09 UTC  (2+ messages)

[U-Boot] [PATCH 00/17] arm: ls1021atwr: Convert to use driver model TSEC driver
 2016-01-13 20:09 UTC  (7+ messages)
` [U-Boot] [PATCH 13/17] net: tsec: Add driver model ethernet support
` [U-Boot] [PATCH 16/17] arm: ls1021atwr: Disable CONFIG_E1000 temporarily

[U-Boot] [PATCH] imx: mx6/7 define CONFIG_SYS_VSNPRINTF
 2016-01-13 19:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] block: pass block dev not num to read/write/erase()
 2016-01-13 19:43 UTC  (4+ messages)

[U-Boot] Marvell U-Boot co-custodian
 2016-01-13 19:42 UTC  (2+ messages)

[U-Boot] [GIT PULL] SPL_DM_SEQ_ALIAS changes
 2016-01-13 18:47 UTC 

[U-Boot] [PATCH v2 resend 0/1] cmd_boot: Add a poweroff command
 2016-01-13 18:31 UTC  (2+ messages)
` [U-Boot] [PATCH v2 resend] "

[U-Boot] [PATCH] test/fs: error case fixes/enhancements
 2016-01-13 18:30 UTC  (2+ messages)

[U-Boot] [PATCH v2 2/2] usb: eth: add Realtek RTL8152B/RTL8153 driver
 2016-01-13 18:27 UTC  (3+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] usb: add clock support for generic EHCI
 2016-01-13 17:08 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] arm: mvebu: Move SAR register defines into header
 2016-01-13 16:34 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] arm: mvebu: Add runtime boot-device detection

[U-Boot] axm SPL image too big
 2016-01-13 15:45 UTC  (5+ messages)

[U-Boot] [PATCH v3 01/10] drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
 2016-01-13 15:41 UTC  (24+ messages)
` [U-Boot] [PATCH v3 02/10] README: Review the u-boot porting guide list
` [U-Boot] [PATCH v3 03/10] axp: Fix debugging support in DDR3 write leveling
` [U-Boot] [PATCH v3 04/10] drivers/pci/pci_mvebu: Fix for boards with X4 lanes
` [U-Boot] [PATCH v3 05/10] mvebu: axp: refactor board_sat_r_get() and caller
` [U-Boot] [PATCH v3 06/10] mvebu: Introduce kconfig symbols for SoC variants
` [U-Boot] [PATCH v3 07/10] mvebu: axp: Rename MV_DDR_32BIT to CONFIG_DDR_32BIT
` [U-Boot] [PATCH v3 08/10] mvebu: Add rudimental MV78230 support
` [U-Boot] [PATCH v3 09/10] mvebu: Support Synology DS414
` [U-Boot] [PATCH v3 10/10] mvebu: ds414: Implement Synology specific command set

[U-Boot] [PATCH v4 0/6] rockchip: kylin: Boot with android boot image
 2016-01-13 15:28 UTC  (13+ messages)
` [U-Boot] [PATCH v4 1/6] common/image-fdt.c: Make boot_get_fdt() perform a check for Android images
` [U-Boot] [PATCH v4 2/6] ARM: bootm: Try to use relocated ramdisk
` [U-Boot] [PATCH v4 3/6] rockchip: rk3036: Bind GPIO banks
` [U-Boot] [PATCH v4 4/6] rockchip: kylin: Add default gpt partition table
` [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot with android boot image
` [U-Boot] [PATCH v4 6/6] rockchip: kylin: Check fastboot request

[U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction
 2016-01-13 15:22 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation
 2016-01-13 13:59 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] net: phy: ensure Gigabit features are masked off if requested
` [U-Boot] [PATCH v2 2/7] net: phy: genphy: Allow overwriting features
` [U-Boot] [PATCH v2 3/7] net: phy: breakdown PHY_*_FEATURES defines
` [U-Boot] [PATCH v2 4/7] drivers/net/phy: introduce phy_set_supported()
` [U-Boot] [PATCH v2 5/7] include/net.h: add max_speed member in struct eth_pdata
` [U-Boot] [PATCH v2 6/7] net/designware: do explicit port selection for 1Gb mode
` [U-Boot] [PATCH v2 7/7] net/designware: add support of max-speed device tree property

[U-Boot] [PATCH] fdt: __of_translate_address(): check parent's 'ranges' before translate
 2016-01-13 11:10 UTC  (7+ messages)

[U-Boot] [ANN] U-Boot v2016.01 released
 2016-01-13  8:59 UTC  (2+ messages)

[U-Boot] [PATCHv3 4/4] igep00x0: UBIize
 2016-01-13  5:09 UTC  (7+ messages)

[U-Boot] [PATCH v2 0/6] clk: some fixes, device tree support, new features
 2016-01-13  4:16 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] clk: fix comments in include/clk.h
` [U-Boot] [PATCH v2 2/6] clk: add needed include and declaration to include/clk.h
` [U-Boot] [PATCH v2 3/6] clk: add static qualifier to local functions
` [U-Boot] [PATCH v2 4/6] clk: change the type of return value to long
` [U-Boot] [PATCH v2 5/6] clk: add API to enable clock
` [U-Boot] [PATCH v2 6/6] clk: add device tree support for clock framework

[U-Boot] [PATCH v3] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-13  2:55 UTC  (10+ messages)

[U-Boot] [PATCH v2 0/6] rockchip: kylin: Boot with android boot image
 2016-01-13  2:40 UTC  (3+ messages)
` [U-Boot] [PATCH v2 6/6] rockchip: kylin: Check fastboot request

[U-Boot] [PATCHv3 0/4] spl: Lightweight UBI and UBI fastmap support
 2016-01-13  2:39 UTC  (7+ messages)
` [U-Boot] [PATCHv3 1/4] mtd: Sort subsystem directories aplhabeticaly in Makefile
` [U-Boot] [PATCHv3 2/4] nand_spl_simple: Add a simple NAND read function
` [U-Boot] [PATCHv3 3/4] spl: Lightweight UBI and UBI fastmap support

[U-Boot] Please pull u-boot-dm
 2016-01-13  2:25 UTC  (2+ messages)

[U-Boot] U-Boot Rockchip dwc_hcd question for low-speed devices
 2016-01-13  1:42 UTC  (4+ messages)


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