U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 01:16:58 to 2015-09-09 11:34:20 UTC [more...]

[U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds
 2015-09-09 11:34 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] Add board detection for Odroid XU3 / XU3Lite / XU4
 2015-09-09 10:31 UTC  (4+ messages)
` [U-Boot] [PATCH 4/7] dm: pmic: add s2mps11 PMIC I/O driver

[U-Boot] Zynq build failure
 2015-09-09  9:51 UTC  (8+ messages)

[U-Boot] [ANN] U-Boot v2015.10-rc3 released
 2015-09-09  9:10 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] sun4i: Add defconfig and dts for inet9f-rev03 based tablets
 2015-09-09  8:58 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sun4i: Add dts and defconfig for iNet-1 "

[U-Boot] [PATCH] ARMv7/ls1021a: move ns_access to common file
 2015-09-09  8:46 UTC 

[U-Boot] [PATCH] arm/asm: Data types defined for 64 bit Physical Address
 2015-09-09  8:45 UTC 

[U-Boot] [PATCH] common/board_f.c: modify the macro to use get_clocks() more common
 2015-09-09  8:44 UTC 

[U-Boot] [PATCH 0/3] omap3: cm-t3517: series of non critical fixes
 2015-09-09  8:37 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] omap3: cm-t3517: enable 'netretry' and setup timeout
` [U-Boot] [PATCH 2/3] omap3: cm-t3517: fix MMC1 pinmux
` [U-Boot] [PATCH 3/3] omap3: cm-t3517: change environment size
  ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] omap3: cm-t3517: define CONFIG_MACH_TYPE
 2015-09-09  8:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] nios2: call board_init_f_mem
 2015-09-09  8:03 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] nios2: enable malloc() pool before relocation

[U-Boot] [PATCH 1/4] thermal: imx_thermal: Do not print on error
 2015-09-09  7:37 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] imx-common: cpu: Do not print on invalid temperature
` [U-Boot] [PATCH 3/4] mx6ul_14x14_evk: Remove CONFIG_SPL_FAT_SUPPORT
` [U-Boot] [PATCH 4/4] mx6ul_14x14_evk: Add a README file

[U-Boot] [PATCH 2/4] spi: cadence_qspi: Fix fdt read of spi-max-frequency
 2015-09-09  7:16 UTC  (4+ messages)

[U-Boot] [PATCH 2/2] mmc: dw_mmc: Make timeout error visible to u-boot console
 2015-09-09  7:02 UTC  (3+ messages)
` [U-Boot] [PATCH] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

[U-Boot] [PATCH 01/10] usb: gadget: don't leak configs when unbinding
 2015-09-09  6:51 UTC  (20+ messages)
` [U-Boot] [PATCH 02/10] ext4: avoid calling ext4fs_mount() twice, which leaks
` [U-Boot] [PATCH 03/10] ext4: free allocations by parse_path()
` [U-Boot] [PATCH 04/10] ext4: fix leak in check_filename()
` [U-Boot] [PATCH 05/10] dfu: don't keep freeing/reallocating
` [U-Boot] [PATCH 06/10] dfu: mmc: buffer file reads too
` [U-Boot] [PATCH 07/10] ARM: tegra: fix malloc region sizing

[U-Boot] [PATCH] arm/ls102xa: Add STANDBY implement based on PSCI
 2015-09-09  6:46 UTC 

[U-Boot] [PATCH 1/2] mx6: remove SYS_SOC from board Kconfig
 2015-09-09  6:37 UTC  (3+ messages)

[U-Boot] [PATCH] driver: misc: correct Kconfig entry
 2015-09-09  6:32 UTC  (5+ messages)

[U-Boot] [PATCH] net: eth: Do sanity test on eth dev before eth_get_ops(dev)->start
 2015-09-09  6:14 UTC  (8+ messages)

[U-Boot] [PATCH] nios2: zap version_string
 2015-09-09  5:42 UTC 

[U-Boot] [PATCH] nios2: zap dly_clks
 2015-09-09  5:09 UTC 

[U-Boot] PCI configuration Issue for QEMU ACPI Support
 2015-09-09  4:44 UTC 

[U-Boot] [PATCH 00/28] dm: input: Move keyboard drivers to driver model
 2015-09-09  4:32 UTC  (29+ messages)
` [U-Boot] [PATCH 01/28] dm: input: Create a keyboard uclass
` [U-Boot] [PATCH 02/28] input: Add a device pointer to the input config
` [U-Boot] [PATCH 03/28] input: Return -ENOSPC when there is not space
` [U-Boot] [PATCH 04/28] input: Add the keycode translation tables separately
` [U-Boot] [PATCH 05/28] cros_ec: Use udevice instead of cros_ec_dev for keyboard functions
` [U-Boot] [PATCH 06/28] dm: stdio: Plumb in the new keyboard uclass
` [U-Boot] [PATCH 07/28] dm: tegra: Convert keyboard driver to driver model
` [U-Boot] [PATCH 08/28] dm: cros_ec: Convert cros_ec "
` [U-Boot] [PATCH 09/28] video: Drop unused console functions
` [U-Boot] [PATCH 10/28] i8042: Use functions to handle register access
` [U-Boot] [PATCH 11/28] i8042: Handle a duplicate power-on-reset response
` [U-Boot] [PATCH 12/28] i8042: Adjust kbd_reset() to collect all failures
` [U-Boot] [PATCH 13/28] i8042: Adjust keyboard init to assume success
` [U-Boot] [PATCH 14/28] input: Correct keycode for Ctrl-Y
` [U-Boot] [PATCH 15/28] input: Add a few more keyboard keycodes
` [U-Boot] [PATCH 16/28] input: Add a function to add a keycode to the existing set
` [U-Boot] [PATCH 17/28] input: Allow repeat filtering to be disabled
` [U-Boot] [PATCH 18/28] input: Support the German keymap
` [U-Boot] [PATCH 19/28] input: Adjust structure of code in process_modifier()
` [U-Boot] [PATCH 20/28] input: Handle caps lock
` [U-Boot] [PATCH 21/28] input: Allow updating of keyboard LEDs
` [U-Boot] [PATCH 22/28] input: i8042: Convert to use the input library
` [U-Boot] [PATCH 23/28] input: Add a Kconfig option for the i8042 keyboard
` [U-Boot] [PATCH 24/28] x86: Add an i8042 device for boards that have it
` [U-Boot] [PATCH 25/28] Drop CONFIG_ISA_KEYBOARD
` [U-Boot] [PATCH 26/28] input: Convert i8042 to driver model
` [U-Boot] [PATCH 27/28] video: input: Clean up after i8042 conversion
` [U-Boot] [PATCH 28/28] input: Convert 'keyboard' driver to use input library

[U-Boot] [PATCH] usb: gadget: ci_udc: implement usb_ep_ops dequeue callback
 2015-09-09  4:30 UTC  (7+ messages)

[U-Boot] [PATCH 0/5] nios2: add device tree control of U-Boot
 2015-09-09  4:26 UTC  (9+ messages)
` [U-Boot] [PATCH v2 0/8] "
  ` [U-Boot] [PATCH v2 7/8] nios2: show fdt blob address in board info command

[U-Boot] [PATCH] arm: at91: clock: Add the generated clock support
 2015-09-09  2:29 UTC 

[U-Boot] [PATCH] arm: mmu: Add missing volatile for reading SCTLR register
 2015-09-09  2:22 UTC 

[U-Boot] [PATCH 1/5] net: mdio: Add mdio_free() and mdio_unregister() API
 2015-09-09  0:49 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] net: phy: Don't create phy device when there is no phy
 2015-09-09  0:48 UTC  (2+ messages)

[U-Boot] 2TB disks
 2015-09-09  0:05 UTC  (3+ messages)
` [U-Boot] [PATCH] Don't wrap to negative after 2G sectors

[U-Boot] [PATCH 00/10] x86: Early debug enhancements
 2015-09-08 23:52 UTC  (11+ messages)
` [U-Boot] [PATCH 01/10] x86: chromebook_link: Expand early malloc() memory
` [U-Boot] [PATCH 02/10] malloc_simple: Add debug() information
` [U-Boot] [PATCH 03/10] dm: pci: Tidy up auto-config error handling
` [U-Boot] [PATCH 04/10] dm: pci: Correct a few debug() statements
` [U-Boot] [PATCH 05/10] dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM
` [U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()
` [U-Boot] [PATCH 07/10] debug_uart: Support board-specific UART initialisation
` [U-Boot] [PATCH 08/10] debug_uart: Add an option to announce the debug UART
` [U-Boot] [PATCH 09/10] x86: Init the debug UART if enabled
` [U-Boot] [PATCH 10/10] x86: chromebook_link: Enable the debug UART

[U-Boot] [PATCH 0/5] RFC: usb: Drop requirement for USB unbinding
 2015-09-08 18:33 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"
` [U-Boot] [PATCH 2/5] Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"
` [U-Boot] [PATCH 3/5] Revert "dm: Export device_remove_children / device_unbind_children"
` [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model
` [U-Boot] [PATCH 5/5] dm: usb: Deprecate usb_get_dev_index()

[U-Boot] [PATCH] arm: serial: Add debug UART capability to the pl01x driver
 2015-09-08 18:14 UTC 

[U-Boot] [PATCH v4 0/4] add dfu support for at91 sam9260 based boards
 2015-09-08 18:03 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/4] bitops: introduce BIT() definition
  ` [U-Boot] [PATCH v5] "

[U-Boot] [PATCH] arm: socfpga: mcvevk: Update DRAM clock to 400MHz
 2015-09-08 17:54 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mx6slevk: Remove CONFIG_SPL_FAT_SUPPORT
 2015-09-08 17:50 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mx6sxsabresd: "

[U-Boot] [PATCH 1/2] ARM: tegra124: Clear IDDQ when enabling PLLC
 2015-09-08 15:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra114: "

[U-Boot] [PATCH 00/13] Implement fastboot over NAND
 2015-09-08 15:44 UTC  (10+ messages)
` [U-Boot] [PATCH 10/13] sunxi: Make the fastboot buffer larger
` [U-Boot] [PATCH 11/13] sunxi: Add support for android boot image

[U-Boot] [PATCH v5 0/3] add dfu support for at91 sam9260 based boards
 2015-09-08 15:28 UTC  (7+ messages)
` [U-Boot] [PATCH v5 1/3] usb: gadget: at91_udc: port linux driver at91_udc
` [U-Boot] [PATCH v5 2/3] usb: gadget: at91_udc: add at91_udc into U-Boot
` [U-Boot] [PATCH v5 3/3] at91, taurus, smartweb: add dfu support

[U-Boot] [PATCH v2 00/11] x86: quark: Convert to driver model
 2015-09-08 15:09 UTC  (6+ messages)
` [U-Boot] [PATCH v2 09/11] net: designware: Add support to PCI designware devices

[U-Boot] [PATCH] sunxi: Fix wrong serial console setup in Forfun Q88DB tablet
 2015-09-08 15:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Introduce TPM driver model and STMicroelectronics ST33ZP24 TPMs
 2015-09-08 14:20 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] tpm: Move tpm_tis_i2c to tpm_i2c_infineon

[U-Boot] [PATCH] smsc95xx: Use zero length packets when RX fifo is empty
 2015-09-08 13:56 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/3] add pinctrl driver framework
 2015-09-08 13:54 UTC  (3+ messages)
` [U-Boot] [PATCH v5 2/3] pinctrl: add pin control uclass support

[U-Boot] [PATCH 1/4] spi: cadence_qspi: Ensure spi_calibration is run when sclk change
 2015-09-08 12:28 UTC  (5+ messages)

[U-Boot] [PATCH 4/4] arm: dts: socfpga: Increase the spi-max-frequency for QSPI flash
 2015-09-08 12:22 UTC  (3+ messages)

[U-Boot] [PATCH 3/4] spi: cadence_qspi: Ensure check for max frequency in place
 2015-09-08 12:21 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/9] Add support for ThunderX 88xx SoC family
 2015-09-08 11:44 UTC  (6+ messages)
` [U-Boot] [PATCH v5 5/9] arm: serial: Add ability to use pre-initialized UARTs
` [U-Boot] [PATCH v5 6/9] armv8: cavium: Add the device tree for ThunderX

[U-Boot] DM: uclass for timer
 2015-09-08 11:35 UTC 

[U-Boot] [PATCH 0/8] x86: Support booting Linux kernel on Intel Galileo
 2015-09-08 10:57 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] x86: galileo: Enable random mac address for Quark
` [U-Boot] [PATCH 2/8] x86: quark: Add clrbits, setbits, clrsetbits macros for message port access
` [U-Boot] [PATCH 3/8] x86: quark: Convert to use clrbits, setbits, clrsetbits macros
` [U-Boot] [PATCH 4/8] x86: quark: Lock HMBOUND register before jumping to kernel
` [U-Boot] [PATCH 5/8] x86: quark: Initialize thermal sensor properly
` [U-Boot] [PATCH 6/8] x86: galileo: Add PCIe root port IRQ routing
` [U-Boot] [PATCH 7/8] x86: doc: Document some porting hints about Intel Quark
` [U-Boot] [PATCH 8/8] x86: doc: Add DMI to the TODO list

[U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel
 2015-09-08 10:56 UTC  (8+ messages)

[U-Boot] [PATCH v3 1/9] net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
 2015-09-08 10:42 UTC  (6+ messages)

[U-Boot] [PATCH] malloc_simple: fix malloc_ptr calculation
 2015-09-08 10:41 UTC 

[U-Boot] [PATCH 1/4] spi: cadence_qspi: Ensure spi_calibration is run when sclk change
 2015-09-08 10:08 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] spi: cadence_qspi: Fix fdt read of spi-max-frequency

[U-Boot] [PATCH v3] spi: tegra20: Add support for mode selection
 2015-09-08  9:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] sf: params: Add IS25LP032 part support
 2015-09-08  9:21 UTC  (2+ messages)

[U-Boot] [PATCH] fs: ext4: fix symlink read function
 2015-09-08  8:30 UTC  (3+ messages)

[U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses
 2015-09-08  6:38 UTC 

[U-Boot] [PATCH] gpio: atmel: Add the PIO4 driver support
 2015-09-08  6:33 UTC 

[U-Boot] Any more patches for x86?
 2015-09-08  4:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 2/2] arm: socfpga: config: Remove hard-coded drvsel and smpsel
 2015-09-08  2:13 UTC 

[U-Boot] [PATCH v3 1/2] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smpsel
 2015-09-08  2:13 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).