public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-12-08 10:18:53 to 2015-12-10 02:27:08 UTC [more...]

[U-Boot] [PATCH] arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7
 2015-12-10  2:27 UTC  (5+ messages)
` [U-Boot] ARMv7 MMU shareability issue (was: [PATCH] arm: Replace test for CONFIG_ARMV7 with CONFIG_CPU_V7)
  ` [U-Boot] ARMv7 MMU shareability issue

[U-Boot] [PATCH] arm: Add and select CONFIG_ARMV7
 2015-12-10  2:21 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/5] ARM: at91: improve peripheral and system clock handle functions
 2015-12-10  2:20 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset
` [U-Boot] [PATCH v3 2/5] ARM: at91: clock: add a new file to handle clock
` [U-Boot] [PATCH v3 3/5] ARM: cpu: at91: clean up peripheral clock code
` [U-Boot] [PATCH v3 4/5] board: atmel: "
` [U-Boot] [PATCH v3 5/5] drivers: at91: "

[U-Boot] [PATCH v2 0/5] ARM: at91: improve peripheral and system clock handle functions
 2015-12-10  2:15 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset
` [U-Boot] [PATCH v2 2/5] ARM: at91: clock: add a new file to handle clock
` [U-Boot] [PATCH v2 3/5] ARM: cpu: at91: clean up peripheral clock code
` [U-Boot] [PATCH v2 4/5] board: atmel: "
` [U-Boot] [PATCH v2 5/5] drivers: at91: "

[U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
 2015-12-10  1:48 UTC  (10+ messages)
` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device

[U-Boot] [PATCH v8 00/14] sf: Tuning spi-flash layer
 2015-12-10  1:31 UTC  (34+ messages)
` [U-Boot] [PATCH v8 01/14] sf: spi_flash_validate_params => spi_flash_scan
` [U-Boot] [PATCH v8 02/14] sf: Move spi_flash_scan code to sf_ops
` [U-Boot] [PATCH v8 03/14] sf: Move read_id "
` [U-Boot] [PATCH v8 04/14] sf: probe: Code cleanup
` [U-Boot] [PATCH v8 05/14] sf: Use static for file-scope functions
` [U-Boot] [PATCH v8 07/14] sf: Use simple name for register access functions
` [U-Boot] [PATCH v8 08/14] sf: Flash power up read-only based on idcode0
` [U-Boot] [PATCH v8 09/14] sf: Remove unneeded header includes
` [U-Boot] [PATCH v8 10/14] sf: Remove unneeded SST_BP and SST_WP
` [U-Boot] [PATCH v8 11/14] sf: ops: Fix missing break on spansion read_bar
` [U-Boot] [PATCH v8 12/14] sf: sf_probe: Remove spi_slave pointer argument
` [U-Boot] [PATCH v8 13/14] sf: Use static for file-scope functions
` [U-Boot] [PATCH v8 14/14] sf: Rename sf_ops.c to spi-flash.c

[U-Boot] [PATCH 1/3] serial-uclass.c: Copy at most sdev.name - 1 characters into the buffer
 2015-12-10  1:01 UTC  (12+ messages)
` [U-Boot] [PATCH 2/3] sandbox: eth-raw-os.c: Ensure that our interface name is not too long
` [U-Boot] [PATCH 3/3] sandbox: sandbox_flash.c: Ensure NUL-termination on product/vendor strings

[U-Boot] [PATCH] fs: ext4: Remove ext4fs_free_node()
 2015-12-10  0:54 UTC 

[U-Boot] [PATCH] net: phy: do not read configuration register on reset
 2015-12-10  0:52 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: mxs: allow boards to select DC-DC switching clock source
 2015-12-09 21:35 UTC  (3+ messages)

[U-Boot] Please pull u-boot-x86, take 2
 2015-12-09 20:27 UTC  (2+ messages)

[U-Boot] [PATCH] part: fix "part list ... -bootable varname" to use hex
 2015-12-09 16:48 UTC 

[U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure
 2015-12-09 16:32 UTC  (2+ messages)

[U-Boot] [PATCH 00/24] usb: s3c-otg: Rename driver to dwc2-otg
 2015-12-09 16:22 UTC  (7+ messages)

[U-Boot] [PATCH] eth: dtsec: fix TBI ANA setting bug in dtsec_configure_serdes()
 2015-12-09 14:25 UTC  (4+ messages)

[U-Boot] [PATCH] arm: socfpga: Fix cache configuration
 2015-12-09 14:12 UTC  (11+ messages)

[U-Boot] [PATCH 1/6] arm: socfpga: de0_nano: Zap VIRTUAL_TARGET
 2015-12-09 13:46 UTC  (7+ messages)
` [U-Boot] [PATCH 5/6] arm: socfpga: Introduce common board code

[U-Boot] [PATCH v3 0/7] tools: env: simplify argument parsing
 2015-12-09 12:13 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] tools: env validate: pass values as 0-based array
` [U-Boot] [PATCH v3 2/7] tools: env: make parse_aes_key stateless
` [U-Boot] [PATCH v3 3/7] tools: env: introduce setenv/printenv argument structs
` [U-Boot] [PATCH v3 4/7] tools: env: parse aes key / suppress flag into argument struct
` [U-Boot] [PATCH v3 5/7] tools: env: shift optind arguments and fix argument indices
` [U-Boot] [PATCH v3 6/7] tools: env: factor out parse_common_args
` [U-Boot] [PATCH v3 7/7] tools: env: update usage strings

[U-Boot] mmc erase fails from U-Boot command line
 2015-12-09 10:55 UTC  (3+ messages)
` [U-Boot] [PATCH] mmc: update MMC_ERASE argument to match Linux kernel

[U-Boot] [PATCH] ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl register
 2015-12-09 10:04 UTC  (3+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 0/3] ARM: at91: add PMC_PLLICPR init function
 2015-12-09  9:59 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] ARM: at91: clock: "
` [U-Boot] [PATCH 2/3] ARM: at91: clean up the PMC_PLLICPR init code
` [U-Boot] [PATCH 3/3] board: atmel: "

[U-Boot] [PATCH] fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE
 2015-12-09  9:43 UTC  (5+ messages)

[U-Boot] [PATCH] usb: udc: Fix warnings on 64-bit builds
 2015-12-09  9:40 UTC  (5+ messages)

[U-Boot] Please pull u-boot-x86
 2015-12-09  9:40 UTC  (2+ messages)

[U-Boot] [PATCH] defconfig: taurus_defconfig: disable SPL
 2015-12-09  9:06 UTC  (7+ messages)

[U-Boot] Secure Boot Mode on rk3288 Radxa Rock2
 2015-12-09  8:16 UTC  (2+ messages)

[U-Boot] [PATCH] spi: zynq_qspi: Add configuration to disable LQSPI feature
 2015-12-09  8:12 UTC  (9+ messages)
` [U-Boot] [PATCH] spl: dm: Enable DM_SEQ_ALIAS
` [U-Boot] [PATCH] arm: zynq: Update ZYBO config options
` [U-Boot] [PATCH] tools: zynqimage: Clean up check_params

[U-Boot] [PATCH v2 0/4] ARM: at91: add UTMI PLL handle functions
 2015-12-09  7:57 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] ARM: at91: clock: add UTMI PLL enable/disable function
` [U-Boot] [PATCH v2 2/4] ARM: at91: armv7: clean up UTMI PLL handle code
` [U-Boot] [PATCH v2 3/4] drivers: usb: atmel: clean up the UTMI PLL code
` [U-Boot] [PATCH v2 4/4] board: atmel: siemens: clean up "

[U-Boot] [PATCH 0/5] ARM: at91: improve peripheral and system clock handle functions
 2015-12-09  7:55 UTC  (8+ messages)
` [U-Boot] [PATCH 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset
` [U-Boot] [PATCH 2/5] ARM: at91: clock: add a new file to handle clock
` [U-Boot] [PATCH 3/5] ARM: cpu: at91: clean up peripheral clock code
` [U-Boot] [PATCH 4/5] board: atmel: "
` [U-Boot] [PATCH 5/5] drivers: at91: "

[U-Boot] [PATCH v2 0/3] ARM: at91: add PMC_PLLICPR init function
 2015-12-09  7:38 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] ARM: at91: clock: "
` [U-Boot] [PATCH v2 2/3] ARM: at91: clean up the PMC_PLLICPR init code
` [U-Boot] [PATCH v2 3/3] board: atmel: "

[U-Boot] [PATCH v6] arm: Add sata support on Layerscape ARMv8 board
 2015-12-09  7:32 UTC 

[U-Boot] (no subject)
 2015-12-09  7:15 UTC  (2+ messages)
` [U-Boot] [PATCH] tools: env: include compiler.h

[U-Boot] [PATCH 0/3] ARM: at91: add PLLB handle functions
 2015-12-09  4:29 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: at91: clock: add PLLB enable/disable functions
` [U-Boot] [PATCH 2/3] drivers: usb: ohci-at91: clean up the PLLB code
` [U-Boot] [PATCH 3/3] board: atmel: siemens: clean up "

[U-Boot] [PATCH v3 1/2] zynqmp: nand: Add Nand driver support for zynqmp
 2015-12-09  4:29 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] arasan: nfc: Add initial nand driver support for arasan

[U-Boot] [PATCH 0/4] ARM: at91: add UTMI PLL handle functions
 2015-12-09  4:25 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: at91: clock: add UTMI PLL enable/disable function
` [U-Boot] [PATCH 2/4] ARM: at91: armv7: clean up UTMI PLL handle code
` [U-Boot] [PATCH 3/4] drivers: usb: atmel: clean up the UTMI PLL code
` [U-Boot] [PATCH 4/4] board: atmel: siemens: clean up "

[U-Boot] [PATCH v2 1/4] x86: ivybridge: Remove NORTHBRIDGE_INTEL_SANDYBRIDGE
 2015-12-09  4:09 UTC  (10+ messages)
` [U-Boot] [PATCH v2 2/4] x86: Clean up ivybridge/chrome Kconfig options
` [U-Boot] [PATCH v2 3/4] x86: Remove CPU_INTEL_SOCKET_RPGA989
` [U-Boot] [PATCH v2 4/4] x86: Remove HAVE_ACPI_RESUME

[U-Boot] [PATCH] VxWorks: fixup MAC address for VxWorks
 2015-12-09  3:26 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/2] x86: Move i8254_init() to x86_cpu_init_f()
 2015-12-09  1:57 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] common: Remove timer_init() call for x86

[U-Boot] [PATCH] x86: Fix PCI UART compatible string for crownbay and galileo
 2015-12-09  1:57 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
 2015-12-08 23:10 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] Switch rockchip firefly to using tiny-printf
 2015-12-08 19:38 UTC  (7+ messages)
` [U-Boot] [PATCH 4/7] lib: Split panic functions out of vsprintf.c

[U-Boot] [PATCH v5 1/2] common: Rewrite hiding the end of memory
 2015-12-08 19:35 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: zynq: Enable u-boot,dm-pre-reloc for sdhci
 2015-12-08 19:35 UTC  (2+ messages)
` [U-Boot] [PATCH] ARM: zynq: Enable u-boot, dm-pre-reloc "

[U-Boot] [PATCH 1/2] Kconfig: i2c: Fix typo Suport -> Support
 2015-12-08 19:35 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Kconfig: i2c: Fix indentation

[U-Boot] [PATCH 1/5][v5] armv8: define usec2ticks function
 2015-12-08 16:45 UTC  (3+ messages)
` [U-Boot] [PATCH 3/5][v5] include/linux: move typdef for uintptr_t

[U-Boot] [PATCH 1/2] net: fec_mxc: configure MDIO hold time
 2015-12-08 16:21 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] net: fec_mxc: unregister mdio bus on probe error

[U-Boot] [PATCH v3 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
 2015-12-08 15:48 UTC  (7+ messages)
` [U-Boot] [PATCH v3 05/16] spi: Add support for dual and quad mode

[U-Boot] [PATCH] driver: net: fsl-mc: remove MC firmware version check
 2015-12-08 15:47 UTC  (3+ messages)

[U-Boot] [PATCH] x86: Clean up SPI flash drivers in defconfig
 2015-12-08 15:44 UTC  (10+ messages)

[U-Boot] dm: Introduce SPI-NOR framework
 2015-12-08 15:36 UTC  (3+ messages)

[U-Boot] Please pull ARC changes
 2015-12-08 15:00 UTC  (2+ messages)

[U-Boot] [PATCH v2] axs10x: add support of generic ECHI USB 2.0 controller
 2015-12-08 14:34 UTC  (5+ messages)

[U-Boot] [PATCH 0/7] dm: x86: Convert ICH driver fully to driver model PCI API
 2015-12-08 13:45 UTC  (16+ messages)
` [U-Boot] [PATCH 1/7] dm: pci: Move pci_bus_to_hose() to compatibility
` [U-Boot] [PATCH 2/7] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH 3/7] dm: pci: Avoid using pci_bus_to_hose() in the uclass
` [U-Boot] [PATCH 4/7] dm: Expand the uclass for Peripheral Controller Hubs (PCH)
` [U-Boot] [PATCH 5/7] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH 6/7] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH 7/7] dm: x86: spi: Convert ICH SPI driver to driver model PCI API


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