messages from 2015-12-16 14:34:24 to 2015-12-17 15:40:19 UTC [more...]
[U-Boot] [PATCH 1/2] arm: imx6: Add DDR3 calibration code for MX6 Q/D/DL
2015-12-17 15:40 UTC (11+ messages)
` [U-Boot] [PATCH 2/2] arm: imx6: Enable DDR calibration on Novena
[U-Boot] [PATCH v2 0/3] Moving Uartlite to DM
2015-12-17 15:27 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/3] serial: uartlite: Move driver "
` [U-Boot] [PATCH v2 2/3] serial: uartlite: Add support for debug console
` [U-Boot] [PATCH v2 3/3] serial: uartlite: Add uartlite to Kconfig
[U-Boot] [PATCH v1 01/14] drivers: clk: Add clock driver for Microchip PIC32 microcontroller
2015-12-17 15:26 UTC
[U-Boot] [PATCH] axs103: add support of generic OHCI USB 1.1 controller
2015-12-17 15:24 UTC (7+ messages)
[U-Boot] [PATCH v1 00/14] Initial Microchip PIC32MZ[DA] Support
2015-12-17 15:24 UTC
[U-Boot] [PATCH] common: usb: Adding delay after set configuration to support legacy devices
2015-12-17 15:18 UTC (2+ messages)
[U-Boot] Problems with USB 3 hubs
2015-12-17 15:06 UTC (2+ messages)
[U-Boot] [PATCH] arm: socfpga: Fixed Phy not found error. Fixed QSPI flash not found error Disabled Hardware watch dog by default. Updated MMC clock
2015-12-17 14:58 UTC (4+ messages)
[U-Boot] U boot 2016 rc2 in a Q8 A13 tablet not recognize keyboard
2015-12-17 14:31 UTC
[U-Boot] [PATCH v2 0/5] Add wait_for_bit()
2015-12-17 13:57 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/5] lib: Add wait_for_bit
` [U-Boot] [PATCH v2 2/5] usb: dwc2: Use shared wait_for_bit
` [U-Boot] [PATCH v2 3/5] usb: ohci-lpc32xx: "
` [U-Boot] [PATCH v2 4/5] usb: ehci-mx6: "
` [U-Boot] [PATCH v2 5/5] net: zynq_gem: "
[U-Boot] [PATCH] serial-howto: remove altera_jtag_uart and altera_uart from the list
2015-12-17 13:47 UTC
[U-Boot] ATAGS for Tegra, Sunxi, etc
2015-12-17 13:41 UTC (4+ messages)
[U-Boot] is some old content in arch/arm/include/asm/{memory, setup}.h removable?
2015-12-17 12:18 UTC
[U-Boot] [PATCH v2 0/9] Various microblaze cleanups
2015-12-17 12:14 UTC (10+ messages)
` [U-Boot] [PATCH v2 1/9] microblaze: Enable axi emac via Kconfig
` [U-Boot] [PATCH v2 2/9] microblaze: Move eth configuration to Kconfig
` [U-Boot] [PATCH v2 3/9] microblaze: Remove systemace from board file
` [U-Boot] [PATCH v2 4/9] microblaze: Remove CONFIG_FIT "
` [U-Boot] [PATCH v2 5/9] microblaze: Move CONFIG_NETCONSOLE to Kconfig
` [U-Boot] [PATCH v2 6/9] microblaze: Remove empty file - cpu.c
` [U-Boot] [PATCH v2 7/9] microblaze: Read information about RAM from DT
` [U-Boot] [PATCH v2 8/9] microblaze: Enable HUSH via Kconfig
` [U-Boot] [PATCH v2 9/9] microblaze: Fix board_init calling sequence
[U-Boot] [PATCH v2 00/14] Moving Emaclite to DM + MDIO support
2015-12-17 12:09 UTC (15+ messages)
` [U-Boot] [PATCH v2 01/14] net: emaclite: Remove ancient OF probe function
` [U-Boot] [PATCH v2 02/14] net: emaclite: Add MDIO support to driver
` [U-Boot] [PATCH v2 03/14] net: emaclite: Convert MDIO to use register offset
` [U-Boot] [PATCH v2 04/14] net: emaclite: Use indirect register access for tx_ping/pong
` [U-Boot] [PATCH v2 05/14] net: emaclite: Use indirect register access for rx_ping/pong
` [U-Boot] [PATCH v2 06/14] net: emaclite: Use indirect register access for TX reset
` [U-Boot] [PATCH v2 07/14] net: emaclite: Fix logic around available TX buffers
` [U-Boot] [PATCH v2 08/14] net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag
` [U-Boot] [PATCH v2 09/14] net: emaclite: Use indirect reg access in send
` [U-Boot] [PATCH v2 10/14] net: emaclite: Use indirect access in emaclite_recv
` [U-Boot] [PATCH v2 11/14] net: emaclite: Move driver to DM
` [U-Boot] [PATCH v2 12/14] net: emaclite: Rename start and stop functions
` [U-Boot] [PATCH v2 13/14] net: emaclite: Let core to handle received packet
` [U-Boot] [PATCH v2 14/14] net: emaclite: Move emaclite to Kconfig
[U-Boot] [PATCH v2 00/11] Moving Axi emac to DM
2015-12-17 12:05 UTC (12+ messages)
` [U-Boot] [PATCH v2 01/11] net: axi_emac: Fix parentheses around operand !
` [U-Boot] [PATCH v2 02/11] net: axi_emac: Show phy address instead of register content
` [U-Boot] [PATCH v2 03/11] net: axi_emac: Pass directly pointer to register space
` [U-Boot] [PATCH v2 04/11] net: axi_emac: Put iobase to private structure
` [U-Boot] [PATCH v2 05/11] net: axi_emac: Pass private structure to phyread/phywrite
` [U-Boot] [PATCH v2 06/11] net: axi_emac: Pass private structure where possible
` [U-Boot] [PATCH v2 07/11] net: axi_emac: Move driver to DM
` [U-Boot] [PATCH v2 08/11] net: axi_emac: Enable access to MDIO in probe
` [U-Boot] [PATCH v2 09/11] net: axi_emac: Split recv from free_pkt
` [U-Boot] [PATCH v2 10/11] net: axi_emac: Rename start, stop, write_hwaddr functions
` [U-Boot] [PATCH v2 11/11] net: Add axi emac to Kconfig
[U-Boot] [PATCH v2 1/5] net: gem: Setup default phy address to -1
2015-12-17 11:57 UTC (5+ messages)
` [U-Boot] [PATCH v2 2/5] net: gem: Fix return value from recv
` [U-Boot] [PATCH v2 3/5] net: gem: Separate recv and free_pkt functions
` [U-Boot] [PATCH v2 4/5] net: gem: Fix typo in Kconfig entry
` [U-Boot] [PATCH v2 5/5] net: gem: Add driver dependencies to PHYLIB and MII
[U-Boot] [PATCH 00/12] Moving Emaclite to DM + MDIO support
2015-12-17 11:24 UTC (4+ messages)
` [U-Boot] [PATCH 10/12] net: emaclite: Use indirect access in emaclite_recv
[U-Boot] [RFC] board_f: generalize code for case of no relocation
2015-12-17 10:36 UTC (4+ messages)
[U-Boot] [PATCH 0/7] dm: x86: Convert ICH driver fully to driver model PCI API
2015-12-17 10:09 UTC (8+ messages)
` [U-Boot] [PATCH 4/7] dm: Expand the uclass for Peripheral Controller Hubs (PCH)
` [U-Boot] [PATCH 7/7] dm: x86: spi: Convert ICH SPI driver to driver model PCI API
[U-Boot] [PATCH 00/57] dm: x86: Convert ivybridge code to use driver model
2015-12-17 10:00 UTC (5+ messages)
` [U-Boot] [PATCH 06/57] x86: ivybridge: Set up the LPC device using "
[U-Boot] [PATCH 0/3] QIXIS related patches
2015-12-17 9:45 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] freescale/qixis: Add support for booting from SD/QSPI
` [U-Boot] [PATCH 2/3] armv8/ls1043aqds: fix qixis_reset command issue
` [U-Boot] [PATCH 3/3] armv8/ls1043aqds: enable qixis_reset command to boot from NAND/SD
[U-Boot] [PATCH 0/5] ARM: uniphier: consolidate defconfig files
2015-12-17 9:00 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] ARM: uniphier: set DTB file name to fdt_file environment
` [U-Boot] [PATCH 2/5] ARM: uniphier: drop fdt_file from CONFIG_EXTRA_ENV_SETTINGS
` [U-Boot] [PATCH 3/5] ARM: uniphier: merge ph1_ld4_defconfig and ph1_sld8_defconfig
` [U-Boot] [PATCH 4/5] ARM: uniphier: support ProXstream2, PH1-LD6b boards in single defconfig
` [U-Boot] [PATCH 5/5] ARM: uniphier: rename rest of defconfig files
[U-Boot] [PATCH 0/7] ARM: uniphier: misc changes for v2016.01-rc3
2015-12-17 8:47 UTC (8+ messages)
` [U-Boot] [PATCH 1/7] ARM: uniphier: add functions to get SoC model/revision
` [U-Boot] [PATCH 2/7] ARM: uniphier: call uniphier_get_board_param() without FDT blob
` [U-Boot] [PATCH 3/7] ARM: uniphier: split ProXstream2 board data and change DDR frequency
` [U-Boot] [PATCH 4/7] ARM: uniphier: compile uniphier_get_board_param() for U-Boot proper
` [U-Boot] [PATCH 5/7] ARM: uniphier: add macros and revision IDs for sLD11 and LD10
` [U-Boot] [PATCH 6/7] ARM: uniphier: display model number all the time on boot up
` [U-Boot] [PATCH 7/7] ARM: uniphier: merge umc/ and ddrphy/ into a single directory
[U-Boot] who is official MAINTAINER for MPC83xx?
2015-12-17 8:21 UTC
[U-Boot] [PATCH] image: check "bootm_low" and "bootm_size" if "initrd_high" is missing
2015-12-17 8:19 UTC
[U-Boot] [PATCH] spi: sf: add support for throughput mesurement of sf read/write
2015-12-17 7:56 UTC (4+ messages)
[U-Boot] [PATCH 0/8] spi: Cleanup set
2015-12-17 7:28 UTC (12+ messages)
` [U-Boot] [PATCH 1/8] spi: Remove SPI_OPM_RX_EXTN
` [U-Boot] [PATCH 2/8] spi: Remove SPI_OPM_RX_DIO|QIOF
` [U-Boot] [PATCH 3/8] spi: Rename SPI_OPM_RX_* to SPI_RX_*
` [U-Boot] [PATCH 4/8] spi: Rename op_mode_rx to mode_rx
` [U-Boot] [PATCH 5/8] spi: Move mode, mode_rx, flags macro's to structure
` [U-Boot] [PATCH 6/8] spi: Fix bit assignment with flags
` [U-Boot] [PATCH 7/8] spi: Use BIT macro
` [U-Boot] [PATCH 8/8] spi: Minor cleanup
[U-Boot] p1020rdb/p2020rdb-pa
2015-12-17 7:08 UTC (2+ messages)
[U-Boot] [PATCH v3 05/16] spi: Add support for dual and quad mode
2015-12-17 6:49 UTC (5+ messages)
` [U-Boot] [PATCH v4 "
[U-Boot] Please pull u-boot-fsl-qoriq master
2015-12-17 6:42 UTC
[U-Boot] [PATCH] ARM: dts: uniphier: use stdout-path instead of console
2015-12-17 6:05 UTC
[U-Boot] [PATCH V2 1/7] test/py: Implement pytest infrastructure
2015-12-17 5:45 UTC (9+ messages)
[U-Boot] [PATCH V2 1/4] imx: mx7dsabresd: move mmc_get_env_devno to soc code
2015-12-17 4:43 UTC (4+ messages)
` [U-Boot] [PATCH V2 2/4] common: env_mmc: support loading env from different cards
` [U-Boot] [PATCH V2 3/4] imx: mx6: implement mmc_get_env_devno
` [U-Boot] [PATCH V2 4/4] imx: mx6: implement board_mmc_get_env_devno
[U-Boot] [PATCH v2 0/7] dm: x86: Convert ICH driver fully to driver model PCI API
2015-12-17 4:12 UTC (8+ messages)
` [U-Boot] [PATCH v2 1/7] dm: pci: Move pci_bus_to_hose() to compatibility
` [U-Boot] [PATCH v2 2/7] dm: pci: Add a function to write a BAR
` [U-Boot] [PATCH v2 3/7] dm: pci: Avoid using pci_bus_to_hose() in the uclass
` [U-Boot] [PATCH v2 4/7] dm: Expand the uclass for Platform Controller Hubs (PCH)
` [U-Boot] [PATCH v2 5/7] dm: x86: Add a driver for Intel PCH7
` [U-Boot] [PATCH v2 6/7] dm: x86: Add a driver for Intel PCH9
` [U-Boot] [PATCH v2 7/7] dm: x86: spi: Convert ICH SPI driver to driver model PCI API
[U-Boot] [PATCH 0/6] usb: dwc2: add SPLIT transaction support
2015-12-17 3:16 UTC (10+ messages)
` [U-Boot] [PATCH 2/6] usb: dwc2: Handle NAK during CONTROL DATA and STATUS stage
` [U-Boot] [PATCH 3/6] usb: dwc2: determine TT hub address and port for split transactions
` [U-Boot] [PATCH 1/6] usb: dwc2: avoid out of bounds access
[U-Boot] [PATCH 0/2] arm: lpc32xx: use driver model serial console drivers
2015-12-17 2:30 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] arm: lpc32xx: switch SPL builds to driver model
[U-Boot] u-boot 2016.01-rc2 detects BeagleBone Black incorrectly
2015-12-17 0:53 UTC (2+ messages)
[U-Boot] [RFC PATCH 00/11] Add support for 96boards Dragonboard410C board
2015-12-16 23:09 UTC (20+ messages)
` [U-Boot] [RFC PATCH 01/11] serial: Add support for Qualcomm serial port
` [U-Boot] [RFC PATCH 03/11] mmc: Add support for Qualcomm SDHCI controller
` [U-Boot] [RFC PATCH 04/11] ehci-hcd: Add init_after_reset
` [U-Boot] [RFC PATCH 06/11] drivers: Add SPMI bus uclass
` [U-Boot] [RFC PATCH 10/11] arm: Add support for Qualcomm Snapdragon family
` [U-Boot] [RFC PATCH 11/11] board: Add Qualcomm Dragonboard 410C support
` [U-Boot] [RFC PATCH 05/11] ehci: Add support for Qualcomm EHCI
[U-Boot] [PATCH v3] net: macb: Not all the GEM are gigabit capable
2015-12-16 21:06 UTC (2+ messages)
[U-Boot] [PATCH] video: Typo cleanup in drivers/video/da8xx-fb.c
2015-12-16 20:04 UTC (2+ messages)
[U-Boot] [PATCH] video: Clean up formatting, spelling mistakes in exynos_dp*
2015-12-16 20:04 UTC (2+ messages)
[U-Boot] [PATCH V2 0/2] sunxi: support for a second SD card socket
2015-12-16 19:59 UTC (3+ messages)
` [U-Boot] [PATCH V2 1/2] sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3
` [U-Boot] [PATCH V2 2/2] sunxi: Enable a second mmc socket as boot target in the environment
[U-Boot] [PATCH 0/3] dm: add dev_get_reg() for getting device node's reg
2015-12-16 19:07 UTC (3+ messages)
[U-Boot] [PATCH] net: lpc32xx: Fix MDIO busy wait
2015-12-16 18:37 UTC
[U-Boot] [PATCH] powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xx
2015-12-16 17:25 UTC
[U-Boot] [PATCH] usb: add support of generic OHCI devices
2015-12-16 16:51 UTC (6+ messages)
[U-Boot] [PATCH] arc: introduce option to not relocate U-boot
2015-12-16 16:24 UTC
[U-Boot] [PATCH] arc: make global_data.h usable in assembly files
2015-12-16 16:09 UTC
[U-Boot] [PATCH v3] ARM: Add Support for the VInCo platform
2015-12-16 16:01 UTC
[U-Boot] Please pull u-boot-rockchip
2015-12-16 15:37 UTC
[U-Boot] [PATCH] eeprom: fix eeprom write procedure
2015-12-16 15:31 UTC (2+ messages)
[U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
2015-12-16 14:47 UTC (4+ messages)
[U-Boot] [PATCH] sparc: fix return value of disable_interrupts
2015-12-16 14:35 UTC
[U-Boot] AM335x SPI boot not working
2015-12-16 14:34 UTC
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