public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-21 11:26:22 to 2016-01-22 03:36:16 UTC [more...]

[U-Boot] [PATCH 1/2] test/py: move find_ram_base() into u_boot_utils
 2016-01-22  3:36 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] test/py: add a networking test

[U-Boot] [PATCH 1/8] test/py: fix timeout to be absolute
 2016-01-22  3:36 UTC  (19+ messages)
` [U-Boot] [PATCH 2/8] test/py: move U-Boot respawn trigger to the test core
` [U-Boot] [PATCH 3/8] test/py: drain console log at the end of any failed test
` [U-Boot] [PATCH 4/8] test/py: log when tests send CTRL-C
` [U-Boot] [PATCH 5/8] test/py: optionally ignore errors from shell commands
` [U-Boot] [PATCH 6/8] test/py: add various utility code
` [U-Boot] [PATCH 7/8] test/py: ums: add filesystem-based testing
` [U-Boot] [PATCH 8/8] test/py: add DFU test

[U-Boot] [Patch V5 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
 2016-01-22  3:35 UTC  (5+ messages)
` [U-Boot] [Patch V5 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue

[U-Boot] [PATCH 1/2] QE: add QE support on ls1043ardb
 2016-01-22  3:24 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] QE: assgin pins to QE-HDLC

[U-Boot] [PATCH 0/8] Convert lpuart serial driver to driver model
 2016-01-22  3:16 UTC  (6+ messages)

[U-Boot] [PATCH v4 0/6] rockchip: kylin: Boot with android boot image
 2016-01-22  3:13 UTC  (12+ messages)
` [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot "

[U-Boot] [PATCH v5 0/6] rockchip: kylin: Boot with android boot image
 2016-01-22  3:13 UTC  (13+ messages)
` [U-Boot] [PATCH v5 1/6] ARM: bootm: Try to use relocated ramdisk
` [U-Boot] [PATCH v5 2/6] rockchip: rk3036: Bind GPIO banks
` [U-Boot] [PATCH v5 3/6] rockchip: kylin: Add default gpt partition table
` [U-Boot] [PATCH v5 5/6] rockchip: kylin: Check fastboot request
` [U-Boot] [PATCH v5 6/6] rockchip: kylin: Store env in emmc

[U-Boot] [PATCH v2 0/3] Add support for st33zp24 i2c and spi TPMs
 2016-01-22  3:02 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] tpm: Rename tpm_tis_infineon.h to tpm_tis.h and move infineon specific stuff in tpm_infineon.c
` [U-Boot] [PATCH v2 2/3] tpm: st33zp24: Add tpm st33zp24 support with i2c
` [U-Boot] [PATCH v2 3/3] tpm: st33zp24: Add tpm st33zp24 spi support

[U-Boot] [PATCH v2 0/2] TPM minor fixes
 2016-01-22  3:02 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] tpm: Fix fault in case CONFIG_DM_TPM is set without any TPM
` [U-Boot] [PATCH v2 2/2] tpm: tpm_tis_lpc: fix typo

[U-Boot] [PATCH v4 01/50] dm: clk: Add support for decoding clocks from the device tree
 2016-01-22  2:50 UTC  (3+ messages)

[U-Boot] [PATCH v2] clk: add fixed rate clock driver
 2016-01-22  2:50 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] armv8/ls1043aqds: added lpuart support
 2016-01-22  2:50 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] armv8/ls1043aqds: Add lpuart defconfig

[U-Boot] [PATCH 0/9] ARM: ARMv7: PSCI: add PSCI v1.0 support
 2016-01-22  2:46 UTC  (6+ messages)
` [U-Boot] [PATCH 8/9] ARM: ARMv7: PSCI: ls102xa: add psci functions implemention

[U-Boot] [PATCH v2 00/37] rockchip: Add support for display and keyboard
 2016-01-22  2:45 UTC  (38+ messages)
` [U-Boot] [PATCH v2 01/37] stdio: Correct a build error with driver model
` [U-Boot] [PATCH v2 02/37] gpio: Warn about invalid GPIOs used with the 'gpio' command
` [U-Boot] [PATCH v2 03/37] video: Name consoles by their number
` [U-Boot] [PATCH v2 04/37] video: Add a function to control cache flushing
` [U-Boot] [PATCH v2 05/37] video: bridge: Allow GPIOs to be optional
` [U-Boot] [PATCH v2 06/37] dm: pwm: Add a PWM uclass
` [U-Boot] [PATCH v2 07/37] pwm: rockchip: Add a PWM driver for Rockchip SoCs
` [U-Boot] [PATCH v2 08/37] dm: backlight: Add a backlight uclass
` [U-Boot] [PATCH v2 09/37] dm: backlight: Add a driver for a PWM backlight
` [U-Boot] [PATCH v2 10/37] dm: panel: Add a panel uclass
` [U-Boot] [PATCH v2 11/37] video: panel: Add a simple panel driver
` [U-Boot] [PATCH v2 12/37] dm: video: Repurpose the 'displayport' uclass to 'display'
` [U-Boot] [PATCH v2 13/37] rockchip: Rename the CRU_MODE_CON fields
` [U-Boot] [PATCH v2 14/37] rockchip: clk: Add support for clocks needed by the displays
` [U-Boot] [PATCH v2 15/37] rockchip: video: Add a display driver for rockchip HDMI
` [U-Boot] [PATCH v2 16/37] rockchip: video: Add a display driver for rockchip eDP
` [U-Boot] [PATCH v2 17/37] rockchip: video: Add a video-output driver
` [U-Boot] [PATCH v2 18/37] rockchip: Don't skip low-level init
` [U-Boot] [PATCH v2 19/37] rockchip: Add a simple 'clock' command
` [U-Boot] [PATCH v2 20/37] rockchip: Add a script to parse datasheets
` [U-Boot] [PATCH v2 21/37] rockchip: config: Enable the 'gpio' command
` [U-Boot] [PATCH v2 22/37] rockchip: sdram: Tidy up a few comments
` [U-Boot] [PATCH v2 23/37] rockchip: sdram: Use syscon_get_first_range() where possible
` [U-Boot] [PATCH v2 24/37] rockchip: Tidy up the register-access macros
` [U-Boot] [PATCH v2 25/37] rockchip: spl: Drop MMC support code when not needed
` [U-Boot] [PATCH v2 26/37] rockchip: jerry: Fix the SDRAM timing
` [U-Boot] [PATCH v2 27/37] rockchip: rk3288: clock: Fix various minor errors
` [U-Boot] [PATCH v2 28/37] rockchip: rk3288: pinctrl: Fix HDMI pinctrl
` [U-Boot] [PATCH v2 29/37] rockchip: spl: Support full-speed CPU in SPL
` [U-Boot] [PATCH v2 30/37] rockchip: jerry: Add support for timing SPI flash speed
` [U-Boot] [PATCH v2 31/37] rockchip: jerry: Enable EDP and HDMI video output
` [U-Boot] [PATCH v2 32/37] rockchip: firefly-rk3288: Enable HDMI output
` [U-Boot] [PATCH v2 33/37] rockchip: dts: Sync up SPDIF node with Linux
` [U-Boot] [PATCH v2 34/37] rockchip: rock2: Bring in device tree files from Linux
` [U-Boot] [PATCH v2 35/37] rockchip: rock2: dts: Make changes for U-Boot
` [U-Boot] [PATCH v2 36/37] rockchip: Add support for Raxda Rock 2
` [U-Boot] [PATCH v2 37/37] rockchip: Update the README

[U-Boot] [PATCH v9 00/49] rockchip: Add support for cros_ec keyboard
 2016-01-22  2:44 UTC  (50+ messages)
` [U-Boot] [PATCH v9 01/49] dm: core: Don't set pinctrl for pinctrl devices
` [U-Boot] [PATCH v9 02/49] dm: pinctrl: Add a function to parse PIN_CONFIG flags
` [U-Boot] [PATCH v9 03/49] dm: pmic: Add 'reg status' to show all regulators
` [U-Boot] [PATCH v9 04/49] dts: Bring in pinctrl device tree binding
` [U-Boot] [PATCH v9 05/49] power: Add base support for the RK808 PMIC
` [U-Boot] [PATCH v9 06/49] power: Add support for RK808 regulators
` [U-Boot] [PATCH v9 07/49] dm: Add a power sequencing uclass
` [U-Boot] [PATCH v9 08/49] rockchip: Avoid using MMC code when not booting from MMC
` [U-Boot] [PATCH v9 09/49] rockchip: Convert the PMU IOMUX registers into an array
` [U-Boot] [PATCH v9 10/49] rockchip: mmc: Use a pwrseq device if available
` [U-Boot] [PATCH v9 11/49] rockchip: Correct the defconfig order
` [U-Boot] [PATCH v9 12/49] rockchip: Use pwrseq for MMC start-up on jerry
` [U-Boot] [PATCH v9 13/49] rockchip: jerry: Disable pmic-int-1 setup to avoid a hang
` [U-Boot] [PATCH v9 14/49] rockchip: Use a separate clock ID for clocks
` [U-Boot] [PATCH v9 15/49] rockchip: clock: Rename the general clock variable to gclk_rate
` [U-Boot] [PATCH v9 16/49] rockchip: clk: Add a function to get a peripheral clock rate
` [U-Boot] [PATCH v9 17/49] rockchip: clock: Add a function to find a clock by ID
` [U-Boot] [PATCH v9 18/49] rockchip: i2c: Update the driver to use the new clock ID
` [U-Boot] [PATCH v9 19/49] rockchip: spi: "
` [U-Boot] [PATCH v9 20/49] rockchip: spi: Avoid setting the pinctrl twice
` [U-Boot] [PATCH v9 21/49] rockchip: mmc: Update the driver to use the new clock ID
` [U-Boot] [PATCH v9 22/49] rockchip: pinctrl: Add a full pinctrl driver
` [U-Boot] [PATCH v9 23/49] rockchip: Move firefly and jerry to use the full pinctrl
` [U-Boot] [PATCH v9 24/49] rockchip: jerry: Enable the RK808 PMIC and regulator
` [U-Boot] [PATCH v9 25/49] rockchip: Disable simple-bus in SPL for firefly-rk3288, jerry
` [U-Boot] [PATCH v9 26/49] rockchip: jerry: Drop unused options
` [U-Boot] [PATCH v9 27/49] gpio: Allow 's' as an abbreviation for 'status'
` [U-Boot] [PATCH v9 28/49] cros_ec: Disable the Chrome OS EC in SPL
` [U-Boot] [PATCH v9 29/49] dm: i2c: Allow muxes to be enabled for SPL separately
` [U-Boot] [PATCH v9 30/49] spi: Correct device tree usage in spi_flash_decode_fdt()
` [U-Boot] [PATCH v9 31/49] dm: power: Allow regulators to be omitted from SPL
` [U-Boot] [PATCH v9 32/49] dm: pinctrl: Add a way for a GPIO driver to obtain a pin function
` [U-Boot] [PATCH v9 33/49] dm: core: Export uclass_find_device_by_of_offset()
` [U-Boot] [PATCH v9 34/49] dm: power: Tidy up debugging output and return values
` [U-Boot] [PATCH v9 35/49] dm: power: Allow regulators to not implement all operations
` [U-Boot] [PATCH v9 36/49] dm: clk: Add a simple version of clk_get_by_index()
` [U-Boot] [PATCH v9 37/49] rockchip: sdram: Use the rk_clr/setreg() interface
` [U-Boot] [PATCH v9 38/49] rockchip: reset: "
` [U-Boot] [PATCH v9 39/49] rockchip: spi: Remember the last speed to avoid re-setting it
` [U-Boot] [PATCH v9 40/49] rockchip: spi: Correct the bus init code
` [U-Boot] [PATCH v9 41/49] rockchip: clk: Make rkclk_get_clk() SoC-specific
` [U-Boot] [PATCH v9 42/49] rockchip: pinctrl: Reduce the size for SPL
` [U-Boot] [PATCH v9 43/49] rockchip: pinctrl: Implement the get_gpio_mux() method
` [U-Boot] [PATCH v9 44/49] rockchip: gpio: Read the GPIO value correctly
` [U-Boot] [PATCH v9 45/49] rockchip: gpio: Implement the get_function() method
` [U-Boot] [PATCH v9 46/49] rockchip: spi: Implement the delays
` [U-Boot] [PATCH v9 47/49] rockchip: spi: Correct chip-enable code
` [U-Boot] [PATCH v9 48/49] rockchip: spi: Remove the explicit pinctrl setting
` [U-Boot] [PATCH v9 49/49] rockchip: jerry: Enable the Chrome OS EC

[U-Boot] [PATCH 7/7] usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds
 2016-01-22  1:52 UTC  (2+ messages)

[U-Boot] [PATCH 41/41 v2] ARM: omap3_logic: Fix pin muxing
 2016-01-22  1:50 UTC 

[U-Boot] [PATCH] pci: restore initialization for DM_PCI
 2016-01-22  1:39 UTC  (3+ messages)

[U-Boot] [PATCH v4 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
 2016-01-22  1:32 UTC  (6+ messages)
` [U-Boot] [PATCH v4 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v4 3/3] armv8/ls1043aqds: Add lpuart support

[U-Boot] Please pull u-boot-dm
 2016-01-21 23:00 UTC  (2+ messages)

[U-Boot] [Patch V3 0/3] LS1043AQDS SPI related patches
 2016-01-21 22:50 UTC  (7+ messages)
` [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

[U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable
 2016-01-21 22:48 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/7] Determine Boot mode at run time
 2016-01-21 20:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/7] enable chain of trust for ARM platforms

[U-Boot] [PATCH] igep00x0: enable CONFIG_CMD_SETEXPR
 2016-01-21 20:03 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] armv8/ls1043a: fsl_qman: Implement device tree fixup for QBMan
 2016-01-21 19:20 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] armv8/fsl-layerscape: fdt: add fixup for fman

[U-Boot] [PATCH 00/19] video: Introduce support for anti-aliased outline fonts
 2016-01-21 19:11 UTC  (9+ messages)
` [U-Boot] [PATCH 01/19] video: Add stb TrueType font renderer
` [U-Boot] [PATCH 02/19] Makefile: Add rules to build in .ttf files
` [U-Boot] [PATCH 14/19] License: Add the Open Font License

[U-Boot] [PATCH v3 0/5] Add wait_for_bit()
 2016-01-21 19:11 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/5] lib: Add wait_for_bit

[U-Boot] [PATCH] env_mmc: support overriding mmc dev from board code
 2016-01-21 19:10 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] sunxi: PSCI support for H3
 2016-01-21 18:25 UTC  (4+ messages)
` [U-Boot] [PATCH 1/4] sunxi: Support Secure Memory Touch Arbiter (SMTA) in sun8i H3

[U-Boot] [PATCH v2 0/4] Add LPDDR3 support for A83T
 2016-01-21 18:12 UTC  (2+ messages)

[U-Boot] [PATCH] MIPS: start.S: fix and optimize instructions
 2016-01-21 17:26 UTC 

[U-Boot] [PATCH 00/14] EFI payload / application support v2
 2016-01-21 17:20 UTC  (3+ messages)
` [U-Boot] [PATCH 06/14] efi_loader: Add runtime services

[U-Boot] Uboot send pull request
 2016-01-21 16:50 UTC  (2+ messages)

[U-Boot] Please pull from u-boot-i2c
 2016-01-21 16:50 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/6] clk: some fixes, device tree support, new features
 2016-01-21 16:48 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 6/6] clk: add fixed rate clock driver

[U-Boot] [PATCH v2] board/t4240rdb: VID support
 2016-01-21 16:43 UTC  (2+ messages)

[U-Boot] [PATCH] ARMv8:ls2-2080a: Implement core ERRATA 829520, 833471
 2016-01-21 16:31 UTC  (4+ messages)

[U-Boot] FPGA detection failure on Cyclone V soc development kit
 2016-01-21 16:31 UTC  (4+ messages)

[U-Boot] [PATCH v2] MIPS: initialize board_init_f() argument to zero
 2016-01-21 16:16 UTC  (2+ messages)

[U-Boot] [PATCH] bootm: fix size arg of flush_cache() in bootm_load_os()
 2016-01-21 15:34 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/14] dm: video: Introduce initial driver-model video support
 2016-01-21 15:26 UTC  (29+ messages)
` [U-Boot] [PATCH v2 01/14] dm: video: Add a video uclass
` [U-Boot] [PATCH v2 02/14] dm: lcd: Avoid using the lcd.h header file with driver model
` [U-Boot] [PATCH v2 03/14] dm: video: Add a uclass for the text console
` [U-Boot] [PATCH v2 04/14] dm: video: Add a 'normal' text console driver
` [U-Boot] [PATCH v2 05/14] dm: video: Add a driver for a rotated text console
` [U-Boot] [PATCH v2 06/14] common: Move LCD and video memory reservation together
` [U-Boot] [PATCH v2 07/14] dm: common: Add memory reservation for the video uclass
` [U-Boot] [PATCH v2 08/14] dm: video: Implement the bmp command for driver model
` [U-Boot] [PATCH v2 09/14] dm: stdio: video: Plumb the video uclass into stdio
` [U-Boot] [PATCH v2 10/14] sandbox: Move CONFIG_VIDEO_SANDBOX_SDL to Kconfig
` [U-Boot] [PATCH v2 11/14] dm: video: sandbox: Convert sandbox to use driver model for video
` [U-Boot] [PATCH v2 12/14] dm: video: test: Add tests for the video uclass
` [U-Boot] [PATCH v2 13/14] dm: video: test: Add tests for rotated consoles
` [U-Boot] [PATCH v2 14/14] dm: video: test: Test that bitmap display works correctly

[U-Boot] [PATCH v2 0/9] arm: ls1021atwr: Convert to driver model and enable serial support
 2016-01-21 15:18 UTC  (30+ messages)
` [U-Boot] [PATCH v2 1/9] Revert "fdt_support: Add multi-serial support for stdout fixup"
` [U-Boot] [PATCH v2 2/9] arm: ls1021atwr: Convert to driver model and enable serial support
` [U-Boot] [PATCH v2 3/9] serial: lpuart: Move CONFIG_FSL_LPUART to Kconfig
` [U-Boot] [PATCH v2 4/9] serial: lpuart: Fix several cosmetic issues
` [U-Boot] [PATCH v2 5/9] serial: lpuart: Call local version of setbrg and putc directly
` [U-Boot] [PATCH v2 6/9] serial: lpuart: Prepare the driver for DM conversion
` [U-Boot] [PATCH v2 7/9] serial: lpuart: Add driver model serial support
` [U-Boot] [PATCH v2 8/9] arm: ls1021atwr: Split off board device tree
` [U-Boot] [PATCH v2 9/9] arm: ls1021atwr: Enable driver model lpuart serial driver

[U-Boot] [PATCH v3] ARM: Add Support for the VInCo platform
 2016-01-21 14:11 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] common/console.c: Remove unused inline functions
 2016-01-21 14:10 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v3 00/14] Initial Microchip PIC32MZ[DA] Support
 2016-01-21 14:06 UTC  (5+ messages)
` [U-Boot] [PATCH v3 01/14] MIPS: initialize board_init_f() argument to zero

[U-Boot] [PATCH] fix lcd testpattern in 16bit mode
 2016-01-21 12:29 UTC 

[U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model
 2016-01-21 12:24 UTC  (4+ messages)
` [U-Boot] [PATCH 3/4] spi: omap3: Convert to DM


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