messages from 2017-05-10 14:38:01 to 2017-05-11 12:52:56 UTC [more...]
[U-Boot] [PATCH V2 01/12] arm: dts: imx7: sync with Linux
2017-05-11 12:52 UTC (7+ messages)
` [U-Boot] [PATCH V2 12/12] imx: mx7dsabresd: add board revision check
[U-Boot] Patchset v4 Poplar 96Boards EE
2017-05-11 12:35 UTC (19+ messages)
` [U-Boot] [PATCHv4 3/3] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
[U-Boot] [PATCH] ARM: fixed relocation using proper alignment
2017-05-11 12:12 UTC (4+ messages)
[U-Boot] [PATCH v2 0/5] Add Intel Arria 10 SoC FPGA driver
2017-05-11 12:09 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/5] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v2 2/5] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v2 3/5] arm: socfpga: Move FPGA manager driver to FPGA driver
` [U-Boot] [PATCH v2 4/5] arm: socfpga: Move the FPGA driver header from arch/arm to include/
` [U-Boot] [PATCH v2 5/5] arm: socfpga: Add FPGA driver support for Arria 10
[U-Boot] [PATCH v5 00/14] STiH410-B2260: add reset, usb and fastboot support
2017-05-11 11:55 UTC (23+ messages)
` [U-Boot] [PATCH v5 01/14] mmc: sti_sdhci: Rework sti_mmc_core_config()
` [U-Boot] [PATCH v5 02/14] ARM: dts: stih410-family: Add missing reset_names for mmc1 node
` [U-Boot] [PATCH v5 03/14] mmc: sti_sdhci: Use reset framework
` [U-Boot] [PATCH v5 04/14] usb: phy: Add STi USB2 PHY
` [U-Boot] [PATCH v5 05/14] usb: xhci: Add STi xhci support
` [U-Boot] [PATCH v5 06/14] usb: dwc3: Add dwc3 glue driver support for STi
` [U-Boot] [PATCH v5 07/14] board: STiH410-B2260: add OHCI and XHCI related defines
` [U-Boot] [PATCH v5 08/14] board: STiH410-B2260: add fastboot support
` [U-Boot] [PATCH v5 09/14] STiH410-B2260: enable USB Host Networking
` [U-Boot] [PATCH v5 10/14] usb: extend generic EHCI with PHY
` [U-Boot] [PATCH v5 11/14] ARM: DTS: STiH410: rework ehci nodes
` [U-Boot] [PATCH v5 12/14] usb: extend generic OHCI with clock, reset and phy
` [U-Boot] [PATCH v5 13/14] ARM: DTS: STiH410: rework ohci nodes
` [U-Boot] [PATCH v5 14/14] STiH410-B2260: enable USB, fastboot, reset related flags
[U-Boot] [PATCH 0/7] Add Intel Arria 10 SoC FPGA driver
2017-05-11 11:47 UTC (10+ messages)
` [U-Boot] [PATCH 2/7] arm: socfpga: Convert FPGA configuration to Kconfig method
[U-Boot] [RFC] drivers: pci: imx: add imx_pcie_remove function
2017-05-11 11:47 UTC (6+ messages)
[U-Boot] [PATCH 1/2] imx: thermal: update imx6 thermal driver according new equation
2017-05-11 11:24 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] thermal: imx: fix calculation
[U-Boot] [PATCH 00/16] i.MX6: Engicam: Move common board code
2017-05-11 11:22 UTC (2+ messages)
[U-Boot] [PATCH] imx-common: rdc-sema: correct return value
2017-05-11 10:37 UTC (2+ messages)
[U-Boot] [PATCH] imx-common: timer: clean up
2017-05-11 10:31 UTC (2+ messages)
[U-Boot] [PATCH 1/2] imx: mx6sxsabresd: drop SPL support
2017-05-11 10:29 UTC (6+ messages)
` [U-Boot] [PATCH 2/2] imx: mx6slevk: "
[U-Boot] [PATCH] mx25pdk: Add fuse API support
2017-05-11 10:21 UTC (2+ messages)
[U-Boot] [PATCH V2] pinctrl: imx: fix memory leak
2017-05-11 9:34 UTC
[U-Boot] [PATCH] pinctrl: imx: fix memory leak
2017-05-11 9:22 UTC (4+ messages)
[U-Boot] [PATCH v6 00/18] GPT over MTD
2017-05-11 9:19 UTC (21+ messages)
` [U-Boot] [PATCH v6 01/18] uuid: add a function for GUID string parsing
` [U-Boot] [PATCH v6 02/18] disk: part: refactor part_print_efi to prepare GPT over MTD
` [U-Boot] [PATCH v6 03/18] disk: part: refactor part_get_info_efi "
` [U-Boot] [PATCH v6 04/18] disk: part: prepare_backup_gpt_header rework
` [U-Boot] [PATCH v6 05/18] disk: part: compute partition_entry_lba
` [U-Boot] [PATCH v6 06/18] disk: part: efi: export internal function
` [U-Boot] [PATCH v6 07/18] disk: part: add support of GPT partitioning over MTD
` [U-Boot] [PATCH v6 08/18] cmd: gpt: remove blk_desc parameter in static function
` [U-Boot] [PATCH v6 09/18] cmd: gpt: use error number in set_gpt_info
` [U-Boot] [PATCH v6 10/18] cmd: gpt: add print_gpt_info_err
` [U-Boot] [PATCH v6 11/18] cmd: gpt: update write command to support GPT over MTD
` [U-Boot] [PATCH v6 12/18] cmd: part: update "
` [U-Boot] [PATCH v6 13/18] cmd: mtdparts: move PART_ADD_DESC_MAXLEN
` [U-Boot] [PATCH v6 14/18] cmd: mtdparts: update command to support GPT over MTD
` [U-Boot] [PATCH v6 15/18] uuid: remove dependency with io.h
` [U-Boot] [PATCH v6 16/18] sandbox: GPT over MTD test
` [U-Boot] [PATCH v6 17/18] distro: add boot for UBI in GPT over MTD
` [U-Boot] [PATCH v6 18/18] tests: Add GPT over MTD test
[U-Boot] [PATCH 1/5] mips: bmips: bcm6358: fix brcm, bcm6358-mc size
2017-05-11 9:01 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] mips: bmips: bcm6328: fix brcm, bcm6328-mc size
` [U-Boot] [PATCH 3/5] mips: bmips: bcm63268: "
` [U-Boot] [PATCH 4/5] dm: ram: remove unneeded brcm,bcm63268-mc id
` [U-Boot] [PATCH 5/5] mips: bmips: add missing SFR NeufBox 4 config
[U-Boot] Cortex-A72 hangs after jumping from ARM Trusted Firmware to U-Boot?
2017-05-11 8:51 UTC
[U-Boot] [PATCH] LS2081ARDB: Enable CONFIG_SPI_FLASH_BAR option
2017-05-11 8:35 UTC
[U-Boot] [PATCH] ARM: uniphier: add weird workaround code for LD20
2017-05-11 8:28 UTC
[U-Boot] i.MX6: u-boot,dm-pre-reloc block U-Boot
2017-05-11 8:10 UTC (8+ messages)
[U-Boot] [PATCH v4 00/11] sunxi: sun5/7i: add the psci suspend function
2017-05-11 8:00 UTC (3+ messages)
` [U-Boot] [PATCH v4 04/11] arm: select ARM_GIC for SoCs having a psci implementation
[U-Boot] Fwd: arch/x86/cpu/x86_64/built-in.o: In function `checkcpu': (.text.checkcpu+0x0): multiple definition of `checkcpu' arch/x86/cpu/efi/built-in.o:(.text.checkcpu+0x0): first defined here
2017-05-11 7:39 UTC (3+ messages)
[U-Boot] vitesse vsc8502 phy in uboot
2017-05-11 6:22 UTC
[U-Boot] [PATCH v2] mmc: sdhci-cadence: import updates from Linux 4.12
2017-05-11 5:18 UTC (2+ messages)
[U-Boot] [PATCH 1/2] regulator: pfuze100: add SPDX License
2017-05-11 2:35 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] regulator: pfuze100: unsigned compared against 0
[U-Boot] [PATCH v2 0/9] dm: Prepare for supporting a live device tree
2017-05-11 2:33 UTC (22+ messages)
` [U-Boot] [PATCH v2 1/9] dm: Use dm.h header when driver mode is used
` [U-Boot] [PATCH v2 2/9] dm: core: Move dev_get_addr() etc. into a separate file
` [U-Boot] [PATCH v2 3/9] dm: Rename dev_addr..() functions
` [U-Boot] [PATCH v2 4/9] atmel: Fix up use of dm_scan_fdt_node()
` [U-Boot] [PATCH v2 5/9] Fix up inclusion of common.h
` [U-Boot] [PATCH v2 6/9] dm: core: Dont export dm_scan_fdt_node()
` [U-Boot] [PATCH v2 7/9] dm: core: Replace of_offset with accessor (part 2)
` [U-Boot] [PATCH v2 8/9] dm: core: Add ofnode to represent device tree nodes
` [U-Boot] [PATCH v2 9/9] dm: core: Adjust device_bind_common() to take an ofnode
[U-Boot] [PATCH V3 1/4] mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O
2017-05-11 2:28 UTC (4+ messages)
` [U-Boot] [PATCH V3 2/4] dm: mmc: fsl_esdhc: handle vqmmc supply
` [U-Boot] [PATCH V3 3/4] imx: warp: use vs18_enable
` [U-Boot] [PATCH V3 4/4] mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT
[U-Boot] [U-boot][USB]]USB2.0 device timeout issue
2017-05-11 1:01 UTC
[U-Boot] [PATCH V2 1/4] mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/O
2017-05-11 0:46 UTC (4+ messages)
` [U-Boot] [PATCH V2 2/4] dm: mmc: fsl_esdhc: handle vqmmc supply
[U-Boot] [PATCH v2] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD
2017-05-11 0:25 UTC
[U-Boot] [PATCH] mmc: atmel_sdhci: Enable the quirk SDHCI_QUIRK_WAIT_SEND_CMD
2017-05-11 0:15 UTC (3+ messages)
[U-Boot] Pull request: u-boot-mips/master
2017-05-11 0:13 UTC (2+ messages)
[U-Boot] Please pull u-boot-rockchip
2017-05-11 0:13 UTC (2+ messages)
[U-Boot] [PATCH] board_f: skip timer_init() on Coldfire archs
2017-05-10 22:36 UTC (3+ messages)
[U-Boot] [PATCH 1/8] Kconfig: Drop CONFIG_EMAC_MDIO_PHY_NUM
2017-05-10 22:03 UTC (9+ messages)
` [U-Boot] [PATCH 2/8] cmd/bdinfo.c: Fix unused function warning
` [U-Boot] [PATCH 3/8] cmd/io.c: Fix comparison of unsigned expression warning
` [U-Boot] [PATCH 4/8] cmd/led.c: Remove unnecessary check on 'cmd' value
` [U-Boot] [PATCH 5/8] gpio-uclass.c: Fix comparison of unsigned expression warning
` [U-Boot] [PATCH 6/8] mmc: Change 'part_config' to be a u8 not char
` [U-Boot] [PATCH 7/8] drivers/power/regulator/max77686.c: Fix comparisons of unsigned expressions
` [U-Boot] [PATCH 8/8] tpm: Fix comparison of unsigned expression warning
[U-Boot] [PATCH] arm: mvebu: kwbimage: inline function to fix use-after-free
2017-05-10 20:18 UTC
[U-Boot] [PATCH] net: Disable the format-extra-args warning
2017-05-10 20:04 UTC (2+ messages)
[U-Boot] [ANN] U-Boot v2017.05 is released
2017-05-10 19:00 UTC (2+ messages)
[U-Boot] [PATCH] Kconfig: Drop CONFIG_EMAC_MDIO_PHY_NUM
2017-05-10 17:54 UTC
[U-Boot] [PATCH 2/2] power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] power: twl4030: Move CONFIG_TWL4030_POWER to Kconfig
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] power: twl4030: Add CONFIG_CMD_POWEROFF support
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH V2 9/9] omap3_logic: Add Device Tree Support and more DM drivers
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 8/9] ARM: DTS: Add Logic PD DM3730 Torpedo Device Tree
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 7/9] ARM: DTS: Add Logic PD DM3730 SOM-LV initial support
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 6/9] OMAP3: Add SMSC9221 device tree for omap devices connected on GPMC
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 5/9] omap3: Copy twl4030 device tree from Linux 4.9.y stable
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 4/9] ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3
2017-05-10 17:53 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 3/9] omap3630: Copy Device tree from Linux 4.9.y stable
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 2/9] omap3: Copy Device tree from Linux 4.9.y stable
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 1/9] omap_hsmmc: update struct hsmmc to accommodate omap3 from DT
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH v6 18/18] arm: rpi: Add a TODO to move all messages into the msg handler
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 17/18] dm: video: arm: rpi: Convert to use driver model for video
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 16/18] dm: video: Add driver-model support to lcd_simplefb
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 15/18] dm: video: Refactor lcd_simplefb to prepare for driver model
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 14/18] video: arm: rpi: Move the video settings out of the driver
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 13/18] video: arm: rpi: Move the video query out of the driver
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 12/18] dm: arm: rpi: Drop CONFIG_OF_EMBED
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,12/18] "
[U-Boot] [PATCH v6 11/18] dm: mmc: rpi: Convert Raspberry Pi to driver model for MMC
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 10/18] arm: rpi: Add a function to obtain the MMC clock
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 09/18] arm: rpi: Add a file to handle messages
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 08/18] dm: arm: rpi: Use driver model for Ethernet
2017-05-10 17:52 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 07/18] dm: arm: rpi: Move to driver model for USB
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 06/18] arm: rpi: Drop CONFIG_CONS_INDEX
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot,v6,06/18] "
[U-Boot] [PATCH v6 05/18] arm: rpi: Drop the GPIO device addresses
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 04/18] string: Use memcpy() within memmove() when we can
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 03/18] dm: video: Correct line clearing code
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH v6 01/18] net: smsc95xx: Correct free_pkt() implementation
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] [U-Boot, v6, "
[U-Boot] [PATCH] Allow boards to initialize the DT at runtime
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] bcm2835_wdt: support for the BCM2835/2836 watchdog
2017-05-10 17:51 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 0/3] sunxi: video: Add support for TV (composite) output on H3/H5
2017-05-10 16:46 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] sunxi: video: Split out TVE code
` [U-Boot] [PATCH 2/3] sunxi: Add clock support for TV encoder
` [U-Boot] [PATCH 3/3] sunxi: video: Add H3/H5 TV out driver
[U-Boot] [PATCH] tools/genboardscfg.py: Make 'Supported' as known status
2017-05-10 16:31 UTC (3+ messages)
[U-Boot] [PATCH v4 00/12] STiH410-B2260: add reset, usb and fastboot support
2017-05-10 15:41 UTC (8+ messages)
` [U-Boot] [PATCH v4 05/12] usb: ehci: Add STi ehci support
` [U-Boot] [PATCH v4 06/12] usb: ohci: Add STi ohci support
[U-Boot] [PATCH] Add support for Microchip LAN75xx and LAN78xx
2017-05-10 15:25 UTC (3+ messages)
[U-Boot] [PATCH 1/5] ARM64: poplar: add device tree bindings
2017-05-10 15:22 UTC (4+ messages)
` [U-Boot] [PATCH 5/5] ARM64: poplar: hi3798cv200: u-boot support for Poplar 96Boards
[U-Boot] [PATCH v2 0/4] sunxi: Add support for NanoPi M1
2017-05-10 14:52 UTC (2+ messages)
[U-Boot] [PATCH v5 00/16] GPT over MTD
2017-05-10 14:51 UTC (4+ messages)
` [U-Boot] [PATCH v5 16/16] sandbox: GPT over MTD test
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox