public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-07-10 00:28:21 to 2015-07-13 12:37:26 UTC [more...]

[U-Boot] Last call for patches for v2015.07
 2015-07-13 12:37 UTC 

[U-Boot] [PATCH v2 00/14] Devres (Managed Device Resource) for U-Boot
 2015-07-13 11:42 UTC  (23+ messages)
` [U-Boot] [PATCH v2 01/14] x86: delete unneeded declarations of disable_irq() and enable_irq()
` [U-Boot] [PATCH v2 02/14] linux_compat: remove cpu_relax() define
` [U-Boot] [PATCH v2 03/14] linux_compat: move vzalloc() to header file as an inline function
` [U-Boot] [PATCH v2 04/14] linux_compat: handle __GFP_ZERO in kmalloc()
` [U-Boot] [PATCH v2 05/14] dm: add DM_FLAG_BOUND flag
` [U-Boot] [PATCH v2 06/14] devres: introduce Devres (Managed Device Resource) framework
` [U-Boot] [PATCH v2 07/14] devres: add devm_kmalloc() and friends (managed memory allocators)
` [U-Boot] [PATCH v2 08/14] dm: refactor device_bind() and device_unbind() with devm_kzalloc()
` [U-Boot] [PATCH v2 09/14] dm: merge fail_alloc labels
` [U-Boot] [PATCH v2 10/14] linux_compat: introduce GFP_DMA flag for kmalloc()
` [U-Boot] [PATCH v2 11/14] dm: refactor device_probe() and device_remove() with devm_kzalloc()
` [U-Boot] [PATCH v2 12/14] devres: add debug command to dump device resources
` [U-Boot] [PATCH v2 13/14] dm: remove redundant CONFIG_DM from driver/core/Makefile
` [U-Boot] [PATCH v2 14/14] devres: compile Devres iif CONFIG_DM_DEVICE_REMOVE is enabled

[U-Boot] [u-boot][PATCH 2/2] ARM: beagle_x15: prevent DCAN1 _wait_target_disable failure in kernel
 2015-07-13 10:41 UTC  (3+ messages)
` [U-Boot] [U-Boot, u-boot, "

[U-Boot] [PATCH] libfdt: fix return code of fdt_get_string_index()
 2015-07-13 10:25 UTC 

[U-Boot] [PATCH 1/3] dm: dts: ls2085a: Bring in ls2085a dts files from linux kernel
 2015-07-13  9:28 UTC  (6+ messages)

[U-Boot] [PATCH] Fix LS102xa timer setup to use 64-bit
 2015-07-13  9:25 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-07-13  9:00 UTC  (8+ messages)

[U-Boot] [PATCH 0/4] Add UniPhier GPIO driver support
 2015-07-13  8:29 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] gpio: UniPhier: add driver for UniPhier GPIO controller
` [U-Boot] [PATCH 2/4] gpio: do not include <asm/arch/gpio.h> for UniPhier
` [U-Boot] [PATCH 3/4] ARM: UniPhier: enable UniPhier GPIO driver
` [U-Boot] [PATCH 4/4] ARM: dts: UniPhier: add GPIO controller nodes

[U-Boot] (no subject)
 2015-07-13  4:24 UTC  (10+ messages)
` [U-Boot] [PATCH] musb: set MUSB speed based on CONFIG

[U-Boot] QSPI NOR MTDs
 2015-07-13  4:23 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: dts: UniPhier: add device-specific compatible string for EEPROM
 2015-07-13  1:35 UTC 

[U-Boot] [PATCHv4 0/3] drivers/ddr/altera: Add the DDR controller driver for SoCFPGA
 2015-07-12 19:50 UTC  (4+ messages)

[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support
 2015-07-12 18:26 UTC  (4+ messages)

[U-Boot] [PATCH 0/8] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-07-12 15:30 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] doc: dfu: tftp: README entry for TFTP extension of DFU
` [U-Boot] [PATCH 2/8] net: tftp: Move tftp.h file from ./net to ./include
` [U-Boot] [PATCH 3/8] tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set
` [U-Boot] [PATCH 4/8] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH 5/8] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH 6/8] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH 7/8] dfu: command: Provide support for 'dfutftp' command to handle receiving data via TFTP
` [U-Boot] [PATCH 8/8] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black

[U-Boot] [PATCH V2 00/15] imx: Add i.MX6UL and basic board support
 2015-07-12 14:16 UTC  (26+ messages)
` [U-Boot] [PATCH V2 01/15] imx: mx6ul: Add i.MX6UL CPU type
` [U-Boot] [PATCH V2 02/15] imx: mx6ul: Add pins IOMUX head file
` [U-Boot] [PATCH V2 03/15] imx: mx6ul: Update imx registers "
` [U-Boot] [PATCH V2 04/15] imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6UL
` [U-Boot] [PATCH V2 05/15] imx-common: timer: add i.MX6UL support
` [U-Boot] [PATCH V2 06/15] imx: mx6ul remove errata for i.MX6UL
` [U-Boot] [PATCH V2 07/15] imx:mx6ul add clock support
` [U-Boot] [PATCH V2 08/15] imx: mx6ul select SYS_L2CACHE_OFF
` [U-Boot] [PATCH V2 09/15] imx: mx6ul update soc related settings
` [U-Boot] [PATCH V2 10/15] imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL
` [U-Boot] [PATCH V2 11/15] mxc: gpio add i.MX6UL support
` [U-Boot] [PATCH V2 12/15] mx6_common: Fix LOADADDR and SYS_TEXT_BASE for i.MX6UL
` [U-Boot] [PATCH V2 13/15] imx:mx6ul add dram spl configuration and header file
` [U-Boot] [PATCH V2 14/15] imx: imx6_spl add mx6ul support
` [U-Boot] [PATCH V2 15/15] imx: mx6ul_14x14_evk add basic board support

[U-Boot] [PATCH] mxs_ocotp: Shift the HBUS divider correctly
 2015-07-12 13:00 UTC 

[U-Boot] [PATCH 0/5] dcache support for Raspberry Pi 1
 2015-07-12  8:10 UTC  (16+ messages)
` [U-Boot] [PATCH 1/5] arm1176/cpu: Match cache_flush to arm1136
` [U-Boot] [PATCH 2/5] arm1176/cpu: Add icache and dcache support
` [U-Boot] [PATCH 3/5] arm1176/cpu: Align cache flushing addresses to cacheline size
` [U-Boot] [PATCH 4/5] arm/mach-bcm283x/mbox: Flush and invalidate dcache when using fw mailbox
` [U-Boot] [PATCH 5/5] arm/rpi: Enable dcache

[U-Boot] [PATCH 0/3] e1000: fix semaphore sync issues
 2015-07-11 22:11 UTC  (8+ messages)
` [U-Boot] [Patch 2/3] Revert "e1000: fix sw fw sync on igb i210/i211"

[U-Boot] [PATCH] common/lcd_console: fix console/logo regression
 2015-07-11 21:15 UTC 

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-11 14:04 UTC  (3+ messages)

[U-Boot] scripts: RPi 2: only 1 out of 4 CPUs brought up
 2015-07-11  6:16 UTC  (3+ messages)

[U-Boot] [PATCH V5 1/6] imx: add cpu type for i.MX6QP/DP
 2015-07-11  3:38 UTC  (6+ messages)
` [U-Boot] [PATCH V5 2/6] imx: mx6: ccm: Change the clock settings for i.MX6QP
` [U-Boot] [PATCH V5 3/6] imx: mx6: hab : Remove the cache issue workaroud in hab "
` [U-Boot] [PATCH V5 4/6] imx: mx6qp Enable PRG clock for IPU
` [U-Boot] [PATCH V5 5/6] imx: mx6sabresd/sabreauto runtime setting fdt_file
` [U-Boot] [PATCH V5 6/6] imx: mx6qpsabreauto: Add MX6QP SABREAUTO CPU3 board support

[U-Boot] [PATCH] mmc:fsl_esdhc invalidate dcache before read
 2015-07-11  2:43 UTC  (3+ messages)

[U-Boot] [PATCH v2 05/11] x86: Setup fixed range MTRRs for legacy regions
 2015-07-11  1:00 UTC  (5+ messages)

[U-Boot] [PATCH] cmd_fdt: save fdtaddr in hex format
 2015-07-10 23:08 UTC  (3+ messages)

[U-Boot] Please pull u-boot-marvell master
 2015-07-10 19:03 UTC  (2+ messages)

[U-Boot] please pull u-boot-samsung master
 2015-07-10 19:02 UTC  (2+ messages)

[U-Boot] [PATCH] mtd: fix false positive "Offset exceeds device limit" error
 2015-07-10 19:02 UTC  (2+ messages)

[U-Boot] possible string overflow issue
 2015-07-10 18:41 UTC 

[U-Boot] [PATCH v2 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-07-10 18:36 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/6] ARM64: hikey: hi6220: Add u-boot support for the 96boards CE HiKey board

[U-Boot] [PATCH v2] x86: baytrail: Configure FSP UPD from device tree
 2015-07-10 18:24 UTC  (5+ messages)

[U-Boot] [PATCH] Tegra: PLL: fix per-SoC pllinfo table regression
 2015-07-10 15:56 UTC  (2+ messages)

[U-Boot] [PATCH V4 1/6] imx: add dummpy cpu type MXC_CPU_MX6QP/DP
 2015-07-10 13:08 UTC  (12+ messages)
` [U-Boot] [PATCH V4 2/6] imx: mx6: ccm: Change the clock settings for i.MX6QP
` [U-Boot] [PATCH V4 3/6] imx: mx6: hab : Remove the cache issue workaroud in hab "
` [U-Boot] [PATCH V4 4/6] imx: mx6qp Enable PRG clock for IPU
` [U-Boot] [PATCH V4 5/6] imx: mx6sabresd/sabreauto runtime setting fdt_file

[U-Boot] [PATCH] README.distro: fix typos
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3] arm: baltos: fix NAND boot
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH 2/3] arm: baltos: drop I2C speed to 1000 Hz
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] arm: baltos: enable CMD_NET and FIT support in defconfig
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH][v2] Makefile:Add GCC flag -fno-delete-null-pointer-checks
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2] "

[U-Boot] [PATCH v2] siemens,am33x: adjust mtd partition
 2015-07-10 12:57 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] stm32f4: fix gpio description in comment
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] stm32f4: fix minor typo in comment
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] stm32f4: fix MAINTAINERS file
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH] ti: Add SPDX license identifier to omap.h
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: convert am3517_crane and am3517_evm to generic boards
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] keystone2: config: update default mtd
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [u-boot][PATCH] ARM: DRA7-evm: prevent DCAN1 _wait_target_disable failure in kernel
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, u-boot] "

[U-Boot] [PATCH 2/2] blackfin: Fix build regression due to image size
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/2] Allow CONFIG_REGEX to be disabled when CONFIG_NET
 2015-07-10 12:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v3] ahci: Fix compiling warnings under 64bit platforms
 2015-07-10 12:56 UTC  (2+ messages)

[U-Boot] [PATCH] arm: baltos: change USB ports functions
 2015-07-10 12:55 UTC  (2+ messages)

[U-Boot] [GIT PULL] u-boot-mips/master
 2015-07-10 12:55 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] pci: Configure expansion ROM during auto config process
 2015-07-10 12:46 UTC  (2+ messages)

[U-Boot] [PATCH v3 2/2] pci: Disable expansion ROM address decoding when signature check fails
 2015-07-10 12:46 UTC  (2+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-10 12:14 UTC  (42+ messages)
` [U-Boot] [PATCH 07/55] exynos: i2c: Correct bug in pinmux selection
` [U-Boot] [PATCH 11/55] exynos: dts: Sync up I2C ports with the kernel
` [U-Boot] [PATCH 12/55] exynos: dts: Add PMIC and regulator definitions
` [U-Boot] [PATCH 21/55] dm: power: Add a new driver for the TPS65090 PMIC
` [U-Boot] [PATCH 22/55] dm: power: Add support for TPS65090 FETs
` [U-Boot] [PATCH 23/55] dm: power: Add support for the S5M8767 PMIC
` [U-Boot] [PATCH 24/55] dm: power: Add support for S5M8767 regulators
` [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits
` [U-Boot] [PATCH 26/55] dm: pmic: Correct the pmic_reg_write() implementation
` [U-Boot] [PATCH 27/55] dm: power: max77686: Correct BUCK register access
` [U-Boot] [PATCH 28/55] dm: pmic: max77686: Support all BUCK regulators
` [U-Boot] [PATCH 29/55] dm: power: Don't return an error when regulators are not autoset
` [U-Boot] [PATCH 30/55] dm: pmic: Display the regulator limits on error
` [U-Boot] [PATCH 45/55] exynos: Enable new features for exynos5 boards
` [U-Boot] [PATCH 47/55] exynos: config: Move common options to the common headers and tidy up
` [U-Boot] [PATCH 48/55] exynos: Drop old exynos5420-specific board code
` [U-Boot] [PATCH 50/55] power: Remove old TPS65090 drivers

[U-Boot] [PATCH] arm: adds the status info for odroid-xu3
 2015-07-10 12:14 UTC  (2+ messages)

[U-Boot] [PATCH] qoriq eth.c bugfix: handle received corrupted frames correctly
 2015-07-10 12:06 UTC 

[U-Boot] [PATCH] RFC: dm: Add pointer checking for allocated data
 2015-07-10  9:16 UTC  (2+ messages)

[U-Boot] hang: ARM64/Relocating u-boot from u-boot
 2015-07-10  8:48 UTC  (5+ messages)

[U-Boot] [PATCH 1/2][V2] pci: Add function to find an extended capability
 2015-07-10  8:38 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2][V2] pci/layerscape: Add EP mode support

[U-Boot] [PATCH] thermal: imx_thermal: fix busywait if IMX6 temp <0C
 2015-07-10  8:16 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add support for Vybrid VF610-based PCM052
 2015-07-10  8:14 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] net: fec_mxc: remove useless struct nbuf
  ` [U-Boot] [PATCH 2/5] vf610: refactor DDRMC code
    ` [U-Boot] [PATCH 3/5] i2c: fix vf610 support
      ` [U-Boot] [PATCH 4/5] tools: mkimage: fix imximage header size

[U-Boot] [PATCH v2] iMX: adding parsing to hab_status command
 2015-07-10  8:01 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/2] imx: mx6 remove duplicated enable_cspi_clock
 2015-07-10  7:37 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] imx: mx6 add i2c4 clock support for i.MX6SX

[U-Boot] [PATCH] thermal:imx_thermal: enter busywait cooling loop when over max CPU temp
 2015-07-10  7:24 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: Rewrite MMU translation table entries
 2015-07-10  4:57 UTC 

[U-Boot] [PATCH] generic_board: Call "checkboard" even though the root node has a "model" property
 2015-07-10  3:50 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/2] x86: Simplify architecture defined exception handling in irq_llsr()
 2015-07-10  2:51 UTC 

[U-Boot] [PATCH v2 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-10  2:38 UTC 

[U-Boot] [PATCH 1/2] x86: Display correct CS/EIP/EFLAGS when there is an error code
 2015-07-10  0:45 UTC  (3+ messages)

[U-Boot] [PATCH] Support ACPI on minnowmax and qemu-x86 targets
 2015-07-10  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH] x86: Initial ACPI support for minnowmax and qemu


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