public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-08-06 22:26:06 to 2015-08-09 15:04:33 UTC [more...]

[U-Boot] [PATCH v2 00/19] dm: exynos: Driver model improvements leading to spring support
 2015-08-09 15:04 UTC  (32+ messages)
` [U-Boot] [PATCH v2 01/19] exynos: dts: Correct LDO and BUCK naming
` [U-Boot] [PATCH v2 02/19] video: Work around lack of pinctrl
` [U-Boot] [PATCH v2 03/19] dm: i2c: Add support for multiplexed I2C buses
` [U-Boot] [PATCH v2 04/19] i2c: Add a mux for GPIO-based I2C bus arbitration
` [U-Boot] [PATCH v2 05/19] dm: cros_ec: Convert the I2C tunnel code to use driver model
` [U-Boot] [PATCH v2 06/19] cros_ec: Support the LDO access method used by spring
` [U-Boot] [PATCH v2 08/19] exynos: dts: Drop the old TPS65090 I2C node
` [U-Boot] [PATCH v2 09/19] exynos: Add common board code for exynos5 boards that use device tree
` [U-Boot] [PATCH v2 10/19] exynos: Enable new features for exynos5 boards
` [U-Boot] [PATCH v2 11/19] exynos: config: Move common options to the common headers and tidy up
` [U-Boot] [PATCH v2 12/19] exynos: Drop old exynos5420-specific board code
` [U-Boot] [PATCH v2 13/19] exynos: Drop old exynos5250-specific "
` [U-Boot] [PATCH v2 14/19] power: Remove old TPS65090 drivers
` [U-Boot] [PATCH v2 16/19] video: Remove the old parade driver
` [U-Boot] [PATCH v2 18/19] exynos: video: Remove non-device-tree code

[U-Boot] [PATCH 0/3] Introduce TPM driver model and STMicroelectronics ST33ZP24 TPMs
 2015-08-09 14:19 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] tpm: Move tpm_tis_i2c to tpm_i2c_infineon
` [U-Boot] [PATCH 2/3] tpm: Initial work to introduce TPM driver model
` [U-Boot] [PATCH 3/3] tpm: Add st33zp24 tpm with i2c and spi phy

[U-Boot] [PATCH] driver: misc: debug server: Update Error message
 2015-08-09  3:22 UTC 

[U-Boot] [PATCH v4] x86: baytrail: Configure FSP UPD from device tree
 2015-08-09  2:52 UTC  (6+ messages)

[U-Boot] [PATCH] arm: iproc: add NAND driver
 2015-08-09  0:58 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2015-08-09  0:22 UTC  (3+ messages)

[U-Boot] [PATCH] semihosting: Improve ARMv7A support
 2015-08-08 22:29 UTC 

[U-Boot] [PATCH v2] dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
 2015-08-08 15:45 UTC 

[U-Boot] Please pull u-boot-sunxi master
 2015-08-08 15:42 UTC 

[U-Boot] [PATCH v2 0/9] x86: minnowmax: Add interrupt support
 2015-08-08 14:27 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] dm: pci: Provide friendly config access functions
` [U-Boot] [PATCH v2 2/9] dm: pci: Add a way to iterate through all PCI devices
` [U-Boot] [PATCH v2 3/9] x86: Re-order efi-x86_defconfig
` [U-Boot] [PATCH v2 4/9] x86: Tidy up the PIRQ routing code a little
` [U-Boot] [PATCH v2 5/9] x86: Split out fsp_init_phase_pci() code into a new function
` [U-Boot] [PATCH v2 6/9] x86: Allow pirq_init() to return an error
` [U-Boot] [PATCH v2 7/9] x86: minnowmax: Define and enable interrupt setup
` [U-Boot] [PATCH v2 8/9] x86: baytrail: Tidy up interrupt and FSP init
` [U-Boot] [PATCH v2 9/9] x86: baytrail: Support running as an EFI payload

[U-Boot] [PATCH 0/5] sunxi: display: add support for eDP panels connected via an anx9804 bridge chip
 2015-08-08 14:25 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] sunxi: clock: Add clock_get_pll3() helper function
` [U-Boot] [PATCH 2/5] sun6i: clock: Add support for the mipi pll
` [U-Boot] [PATCH 3/5] sun6i: display: Add support for using the mipi pll as lcd clock source
` [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip
` [U-Boot] [PATCH 5/5] sunxi: Display: Add support for eDP panels connected via an anx9804 bridge

[U-Boot] [PATCH] x86: fsp: Do not assert VPD_IMAGE_REV when DEBUG
 2015-08-08 14:10 UTC  (2+ messages)

[U-Boot] [PATCH] x86: baytrail: Add all IDE/SATA PCI device IDs
 2015-08-08 14:09 UTC  (3+ messages)

[U-Boot] [PATCH v3] common: Display >=4GiB memory bank size
 2015-08-08 14:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/6] arm: socfpga: scan: Clean up scan_chain_engine_is_idle()
 2015-08-08 12:15 UTC  (10+ messages)
` [U-Boot] [PATCH 2/6] arm: socfpga: scan: Introduce generic JTAG accessor
` [U-Boot] [PATCH 3/6] arm: socfpga: scan: Clean up horrible macros
` [U-Boot] [PATCH 4/6] arm: socfpga: scan: Factor out IO chain programming

[U-Boot] [PATCH V2] imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file
 2015-08-08  9:38 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] Replace the FAT filesystem code
 2015-08-08  3:09 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] disk: support host devices in dev_print()
` [U-Boot] [PATCH 2/9] fat: move to a different directory
` [U-Boot] [PATCH 3/9] fat: add ff.c implementation
` [U-Boot] [PATCH 4/9] fat: apply upstream bugfix to ff.c
` [U-Boot] [PATCH 5/9] fat: ffconf.h changes for U-Boot port
` [U-Boot] [PATCH 6/9] fat: port integer.h to U-Boot types
` [U-Boot] [PATCH 7/9] fat: add U-Boot to ff.c API conversion wrapper
` [U-Boot] [PATCH 8/9] fat: switch to new FAT implementation
` [U-Boot] [PATCH 9/9] fat: remove old implementation

[U-Boot] driver model is not smp safe
 2015-08-08  0:49 UTC  (8+ messages)

[U-Boot] [PATCH 1/4] x86: microcode-tool: Write pure data to the dtsi file
 2015-08-08  0:47 UTC  (6+ messages)
` [U-Boot] [PATCH 2/4] x86: Update microcode dtsi and board dts files per microcode-tool
` [U-Boot] [PATCH 3/4] x86: baytrail: Add microcode for BayTrail-I D0 stepping
` [U-Boot] [PATCH 4/4] x86: baytrail: Support multiple microcode copies

[U-Boot] [PATCH v3 04/16] drivers/net/vsc9953: Fix missing reserved register
 2015-08-08  0:30 UTC  (28+ messages)
` [U-Boot] [PATCH v3 05/16] include/bitfield: Add new bitfield operations
` [U-Boot] [PATCH v3 06/16] drivers/net/vsc9953: Add default configuration for VSC9953 L2 Switch
` [U-Boot] [PATCH v3 07/16] common/cmd_ethsw: Add generic commands for Ethernet Switches
` [U-Boot] [PATCH v3 08/16] drivers/net/vsc9953: Use the generic Ethernet Switch parser
` [U-Boot] [PATCH v3 09/16] drivers/net/vsc9953: Add command to show/clear port counters
` [U-Boot] [PATCH v3 10/16] drivers/net/vsc9953: Add commands to enable/disable HW learning
` [U-Boot] [PATCH v3 11/16] net/eth.c: Add function to validate a MAC address
` [U-Boot] [PATCH v3 12/16] drivers/net/vsc9953: Add commands to manipulate the FDB for VSC9953
` [U-Boot] [PATCH v3 13/16] drivers/net/vsc9953: Add VLAN commands "
` [U-Boot] [PATCH v3 14/16] drivers/net/vsc9953: Add command for shared/private VLAN learning
` [U-Boot] [PATCH v3 15/16] drivers/net/vsc9953: Add commands for VLAN ingress filtering
` [U-Boot] [PATCH v3 16/16] drivers/net/vsc9953: Add GPL-2.0+ SPDX-License-Identifier

[U-Boot] u-boot FIT image support
 2015-08-07 23:12 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] ARM: tegra: move kernel_addr_r on T210
 2015-08-07 22:12 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: tegra: query_sdram_size() cleanup
` [U-Boot] [PATCH 3/3] ARM: tegra: represent RAM in 1 or 2 banks

[U-Boot] [PATCH v2 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-07 21:32 UTC  (13+ messages)
` [U-Boot] [PATCH v2 4/9] dfu: tftp: update: Provide tftp support for the DFU subsystem
` [U-Boot] [PATCH v2 5/9] dfu: tftp: update: Add dfu_write_from_mem_addr() function
` [U-Boot] [PATCH v2 6/9] update: tftp: dfu: Extend update_tftp() function to support DFU
` [U-Boot] [PATCH v2 7/9] dfu: command: Extend "dfu" command to handle receiving data via TFTP
` [U-Boot] [PATCH v2 8/9] config: bbb: Configs necessary for running update via TFTP on Beagle Bone Black
` [U-Boot] [PATCH v2 9/9] dfu:tests: Modify dfu_gadget_test.sh to accept USB device major:minor number

[U-Boot] Please pull u-boot-dm
 2015-08-07 21:22 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/16] Add more commands for VSC9953 L2 Switch
 2015-08-07 21:10 UTC  (10+ messages)
` [U-Boot] [PATCH v3 01/16] drivers/net/vsc9953: Remove 'CONFIG_' from macros' name
` [U-Boot] [PATCH v3 02/16] drivers/net/vsc9953: Cleanup patch
` [U-Boot] [PATCH v3 03/16] drivers/net/vsc9953: Fix bug when enabling a port

[U-Boot] [PATCH] ARM: drop "optional" from target select in favor of ARCH_VERSATILE
 2015-08-07 20:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
 2015-08-07 20:37 UTC  (7+ messages)

[U-Boot] [PATCH 00/18] x86: minnowmax: Move USB and Ethernet to driver model
 2015-08-07 20:30 UTC  (3+ messages)
` [U-Boot] [PATCH 10/18] dm: eth: Avoid blocking on packet reception

[U-Boot] CONFIG_DM_ETH USB_ETHER_ASIX Reception Issue on Tegra
 2015-08-07 20:28 UTC  (9+ messages)

[U-Boot] [PATCH V3 0/5] power: pfuze100: support driver model and regulator
 2015-08-07 19:09 UTC  (9+ messages)
` [U-Boot] [PATCH V3 1/6] power: pfuze100 correct SWBST macro definition
` [U-Boot] [PATCH V3 2/6] power: regulator use node name when no regulator-name
` [U-Boot] [PATCH V3 3/6] power: regulator: update comments for regulator-name
` [U-Boot] [PATCH V3 4/6] power: pmic: pfuze100 support driver model
` [U-Boot] [PATCH V3 5/6] power: regulator: add pfuze100 support
` [U-Boot] [PATCH V3 6/6] fsl: common: pfuze: no use original pfuze code if DM_PMIC

[U-Boot] [PATCH 0/5] x86: Move x86 to use board_init_f_mem() instead of assembler
 2015-08-07 19:09 UTC  (4+ messages)
` [U-Boot] [PATCH 3/5] Allow arch-specific setting of global_data in board_init_f_mem()

[U-Boot] [PATCH] powerpc/t1024qds: Add missing T1024QDS_DDR4_defconfig
 2015-08-07 15:41 UTC 

[U-Boot] [ANN] U-Boot v2015.07 released
 2015-08-07 14:15 UTC  (4+ messages)

[U-Boot] [PATCH] imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file
 2015-08-07 13:47 UTC  (7+ messages)

[U-Boot] [PATCH v3 00/11] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-08-07 13:42 UTC  (12+ messages)
` [U-Boot] [PATCH v3 01/11] dm: serial: Update binding for PL01x serial UART
` [U-Boot] [PATCH v3 02/11] arm: rpi: Define CONFIG_TFTP_TSIZE to show tftp size info
` [U-Boot] [PATCH v3 03/11] arm: rpi: Bring in kernel device tree files
` [U-Boot] [PATCH v3 04/11] arm: rpi: Device tree modifications for U-Boot
` [U-Boot] [PATCH v3 05/11] arm: rpi: Add device tree files for Raspberry Pi 2
` [U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi
` [U-Boot] [PATCH v3 07/11] arm: rpi: Enable device tree control for Rasberry Pi 2
` [U-Boot] [PATCH v3 08/11] arm: rpi: Drop the UART console platform data
` [U-Boot] [PATCH v3 09/11] arm: rpi: Drop the GPIO "
` [U-Boot] [PATCH v3 10/11] arm: rpi: Move to driver model for USB
` [U-Boot] [PATCH v3 11/11] arm: rpi: Use driver model for Ethernet

[U-Boot] [PATCH 2/4] armv8: fsl-lsch3: Initiaze 4 MACs per QSGMII in dpmac_info
 2015-08-07 12:46 UTC 

[U-Boot] [PATCH 4/4] armv8: ls2085qds: Add support of X-QSGMII-16PORT riser card
 2015-08-07 12:31 UTC 

[U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy
 2015-08-07 12:31 UTC 

[U-Boot] [PATCH 2/4] armv8: fsl-lsch3: Initiaze 4 MACs per QSGMII in dpmac_info
 2015-08-07 12:31 UTC 

[U-Boot] [PATCH 1/4] armv8: ls2085a: Update serdes1_cfg_tbl for 0x33 & 0x35 protocol
 2015-08-07 12:31 UTC 

[U-Boot] [PATCH v3] x86: baytrail: Configure FSP UPD from device tree
 2015-08-07 12:27 UTC  (4+ messages)

[U-Boot] [PATCH] arm/ls102xa:add hwconfig setting to support disable unused devices
 2015-08-07 11:48 UTC 

[U-Boot] [PATCH 00/12] LG Optimus Black (P970) codename sniper support series (and driver-model issue)
 2015-08-07  9:44 UTC  (8+ messages)
` [U-Boot] [PATCH 07/12] sniper: Serial number support, obtained from die ID

[U-Boot] [V4 1/2] sf: Add clear flag status register operation on Micron chips
 2015-08-07  8:22 UTC  (3+ messages)

[U-Boot] [PATCH v1 1/2] cmd_sf: Add command "sf info" to show current device info
 2015-08-07  8:17 UTC  (12+ messages)

[U-Boot] Wrong release date for v2015.10 on the denx.de
 2015-08-07  7:08 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] imx: clock support enet2 anatop clock support
 2015-08-07  7:05 UTC  (7+ messages)
` [U-Boot] [PATCH 2/4] net: fec: do not access reserved register for i.MX6UL

[U-Boot] [PATCH v4 1/3] mmc: dw_mmc: Avoid using printf() for errors
 2015-08-07  5:51 UTC  (11+ messages)
` [U-Boot] [PATCH v4 2/3] mmc: dw_mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v4 3/3] mmc: Calculate dwmmc FIFO threshold size if not provided

[U-Boot] [PATCH] armv8: ls2085a: Add support of CONFIG_CMD_GREPENV
 2015-08-07  4:54 UTC 

[U-Boot] [PATCH] patman: Don't run patman when it is imported as a module
 2015-08-07  3:43 UTC  (3+ messages)

[U-Boot] [PATCH 00/15] x86: minnowmax: Add interrupt support
 2015-08-07  2:29 UTC  (7+ messages)
` [U-Boot] [PATCH 05/15] dm: pci: Add a way to iterate through all PCI devices
` [U-Boot] [PATCH 08/15] x86: Re-order efi-x86_defconfig

[U-Boot] [PATCH v1 0/2] Rename DDR4 target names
 2015-08-06 23:30 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] armv8/ls2085a_emu: Drop DDR3 emulation target
` [U-Boot] [PATCH v1 2/2] powerpc/defconfig: Rename defconfig file for DDR4 targets

[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support
 2015-08-06 23:19 UTC  (4+ messages)
` [U-Boot] [PATCH v3 25/25] rockchip: Add a simple README

[U-Boot] [PATCH v2 00/15] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
 2015-08-06 23:08 UTC  (3+ messages)

[U-Boot] [PATCH] imx: usb: ehci-mx6: wait_for_bit to check reg status
 2015-08-06 22:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/3][v3] imx: usb: ehci-mx6: reg accessor cleanups
 2015-08-06 22:35 UTC  (2+ messages)

[U-Boot] [PATCH 00/21] beagle_x15/omap5: Add dwc3 peripheral support
 2015-08-06 22:28 UTC  (7+ messages)
` [U-Boot] [PATCH 02/21] usb: gadget: ether: Perform board initialization from ethernet gadget driver
` [U-Boot] [PATCH 04/21] TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx
` [U-Boot] [PATCH 15/21] usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop


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