messages from 2015-10-24 03:49:21 to 2015-10-26 07:21:25 UTC [more...]
[U-Boot] [PATCH v5 00/23] spi: Use BIT and GENMASK
2015-10-26 7:21 UTC (23+ messages)
` [U-Boot] [PATCH v5 01/23] spi: zynq_[q]spi: Use BIT macro
` [U-Boot] [PATCH v5 02/23] spi: zynq_[q]spi: Use GENMASK macro
` [U-Boot] [PATCH v5 07/23] spi: designware_spi: Use BIT macro
` [U-Boot] [PATCH v5 17/23] spi: cadence_qspi_apb: Use GENMASK
` [U-Boot] [PATCH v5 20/23] spi: mxs_spi: "
[U-Boot] [PATCH] ARM: at91: sama5: change the environment address to 0x6000
2015-10-26 6:43 UTC (2+ messages)
[U-Boot] [PATCH] arm: ls102xa: Set fdt_high and initrd_high to the value of 0xffffffff
2015-10-26 6:08 UTC
[U-Boot] [PATCH] mpc85xx/t2081: enable parsing DDR ratio for T2081 rev1.1
2015-10-26 5:51 UTC
[U-Boot] [PATCH 0/4] ARM: tegra: GPU WPR region support
2015-10-26 5:50 UTC (2+ messages)
[U-Boot] [PATCH] net/eth: fix a bug in on_ethaddr()
2015-10-26 5:17 UTC (4+ messages)
[U-Boot] [PATCH 01/13] include: Add log2 header from the kernel
2015-10-26 5:11 UTC (21+ messages)
` [U-Boot] [PATCH 02/13] include: Add generic bitops headers
` [U-Boot] [PATCH 03/13] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH 04/13] include: Add ffs64 header file
` [U-Boot] [PATCH 05/13] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH 06/13] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH 07/13] x86: "
` [U-Boot] [PATCH 08/13] m68k: "
` [U-Boot] [PATCH 09/13] blackfin: "
` [U-Boot] [PATCH 10/13] sh: "
` [U-Boot] [PATCH 11/13] sandbox: "
` [U-Boot] [PATCH 12/13] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH 13/13] spi: Add SPI NOR protection mechanism
[U-Boot] [PATCH] env_ubi.c: Correct pointer error in env load
2015-10-26 5:06 UTC (2+ messages)
[U-Boot] [PATCH v2] spi: zynq_qspi: Minor cleanups
2015-10-26 4:56 UTC (3+ messages)
[U-Boot] [PATCH v1 00/12] Bring up rk3036 uboot
2015-10-26 4:12 UTC (9+ messages)
` [U-Boot] [PATCH v1 01/12] rockchip: define SUPPORT_SPL and SPL config in RK3288 config
[U-Boot] [PATCH] gpio: atmel: Add the PIO4 driver support
2015-10-26 3:51 UTC (2+ messages)
[U-Boot] [PATCH v2] mmc: atmel: Add atmel sdhci support
2015-10-26 3:45 UTC (3+ messages)
[U-Boot] [PATCH] arm: at91: clock: Add the generated clock support
2015-10-26 3:44 UTC (3+ messages)
[U-Boot] [PATCH v3] mmc: atmel: Add atmel sdhci support
2015-10-26 3:38 UTC
[U-Boot] [PATCH v2] arm: at91: clock: Add the generated clock support
2015-10-26 3:31 UTC
[U-Boot] [PATCH V2 00/14] imx: mx6/7: support lcdif
2015-10-26 3:24 UTC (19+ messages)
` [U-Boot] [PATCH V2 01/14] mxs: add parameter base_addr for mxs_set_lcdclk
` [U-Boot] [PATCH V2 03/14] xfi3: correct function name
` [U-Boot] [PATCH V2 04/14] imx: imx-common: move lcdif structure and macro definition to imx-common
` [U-Boot] [PATCH V2 07/14] imx: mx6: add clock api for lcdif
` [U-Boot] [PATCH V2 08/14] imx: mx6ul_14x14_evk: support lcdif display
` [U-Boot] [PATCH V2 09/14] video: mxsfb: introduce lcdif_power_down
[U-Boot] [PATCH] nios2: add 10m50 devboard support
2015-10-26 0:15 UTC
[U-Boot] [PATCH] mtd: do not include cfi_flash.h if no flash
2015-10-25 23:25 UTC (6+ messages)
[U-Boot] [PATCH 0/2] Enable DFU for RAM on Allwinner devices
2015-10-25 21:19 UTC (17+ messages)
` [U-Boot] [PATCH 1/2] sunxi: Enable DFU for RAM
` [U-Boot] [PATCH 2/2] musb: sunxi: Implement dfu_usb_get_reset()
[U-Boot] [PATCH v3 01/12] include: Add log2 header from the kernel
2015-10-25 17:17 UTC (12+ messages)
` [U-Boot] [PATCH v3 2/12] include: Add generic bitops headers
` [U-Boot] [PATCH v3 03/12] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH v3 04/12] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH v3 05/12] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH v3 06/12] x86: "
` [U-Boot] [PATCH v3 07/12] m68k: "
` [U-Boot] [PATCH v3 08/12] blackfin: "
` [U-Boot] [PATCH v3 09/12] sh: "
` [U-Boot] [PATCH v3 10/12] sandbox: "
` [U-Boot] [PATCH v3 11/12] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH v3 12/12] spi: Add SPI NOR protection mechanism
[U-Boot] [PATCH v2 01/13] include: Add log2 header from the kernel
2015-10-25 16:54 UTC (28+ messages)
` [U-Boot] [PATCH v2 02/13] include: Add generic bitops headers
` [U-Boot] [PATCH v2 03/12] compat: Remove is_power_of_2() definition
` [U-Boot] [PATCH v2 04/12] powerpc: Remove __ilog2_u64 and ffs4 from bitops
` [U-Boot] [PATCH v2 05/12] ARM: bitops: Use the generic bitops headers
` [U-Boot] [PATCH v2 06/12] x86: "
` [U-Boot] [PATCH v2 07/12] m68k: "
` [U-Boot] [PATCH v2 08/12] blackfin: "
` [U-Boot] [PATCH v2 09/12] sh: "
` [U-Boot] [PATCH v2 10/12] sandbox: "
` [U-Boot] [PATCH v2 11/12] spi: sf_ops: Add SPI protection mechanism from the kernel
` [U-Boot] [PATCH v2 12/12] spi: Add SPI NOR protection mechanism
[U-Boot] [PATCH] spi: zynq_qspi: Use __func__ on debug
2015-10-25 14:13 UTC (6+ messages)
[U-Boot] [PATCH] u-boot/mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition
2015-10-25 13:46 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] arm: stm32f4: fix a bug when only first sector gets erased
2015-10-25 11:37 UTC (2+ messages)
[U-Boot] [PATCH v4] net: TFTP: variables cleanup and addition
2015-10-25 10:29 UTC (2+ messages)
[U-Boot] Pull request: u-boot-spi/master
2015-10-25 8:04 UTC
[U-Boot] [PATCH 5/5] driver: USB: Fix pointer conversion warnings for xilinx_zynqmp_ep
2015-10-25 7:49 UTC
[U-Boot] [PATCH 4/5] driver: net: Fix pointer conversion warnings for xilinx_zynqmp_ep
2015-10-25 7:48 UTC
[U-Boot] [PATCH 3/5] driver: usb: Fix pointer conversion warnings for hikey
2015-10-25 7:48 UTC
[U-Boot] [PATCH 2/5] driver: dwmmc: Fix pointer conversion warnings for hikey
2015-10-25 7:48 UTC
[U-Boot] [PATCH 1/5] driver: gpio: hikey: Fix pointer conversion warnings for hikey
2015-10-25 7:48 UTC
[U-Boot] [PATCH 0/5] driver: Fix pointer conversion warnings for hikey and xilinx_zynqmp_ep
2015-10-25 7:47 UTC
[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
2015-10-25 7:40 UTC (15+ messages)
` [U-Boot] [PATCH v4 01/21] spi: zynq_spi: Remove unneeded headers
` [U-Boot] [PATCH v4 02/21] sf: Return bank_sel, if flash->bank_curr == bank_sel
` [U-Boot] [PATCH v4 03/21] sf: Add spi_flash_read_bar
` [U-Boot] [PATCH v4 04/21] sf: Optimize BAR write code
` [U-Boot] [PATCH v4 05/21] sf: Make flash->flags use for generic usage
` [U-Boot] [PATCH v4 06/21] sf: Update status reg check in spi_flash_cmd_wait_ready
` [U-Boot] [PATCH v4 07/21] sf: Add FSR support to spi_flash_cmd_wait_ready
[U-Boot] [PATCH][v2] mpc85xx/u-boot*.lds: remove _GLOBAL_OFFSET_TABLE_ definition
2015-10-25 5:02 UTC
[U-Boot] [PATCH v3] Tegra: T210: Add QSPI driver
2015-10-25 3:14 UTC (5+ messages)
[U-Boot] [PATCH 0/8] dm: pci: tegra: Convert Tegra PCI to driver model
2015-10-25 3:11 UTC (3+ messages)
` [U-Boot] [PATCH 6/8] dm: pci: Add a function to get the controller for a bus
[U-Boot] [PATCH 1/4] taihu: Remove
2015-10-25 2:45 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] ebony: Drop
` [U-Boot] [PATCH 3/4] taishan: Drop
` [U-Boot] [PATCH 4/4] ocotea: Drop
[U-Boot] [PATCH] pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()
2015-10-25 2:36 UTC (2+ messages)
[U-Boot] [PATCH] blackfin: Disable CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED in some cases
2015-10-24 21:43 UTC
[U-Boot] [PATCH] common/board_f.c: modify the macro to use get_clocks() more common
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] arm, powerpc: select SYS_GENERIC_BOARD
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v4 8/8] Revert "ARM: zynq: disable CONFIG_SYS_MALLOC_F to fix MMC boot"
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 7/8] zynq: Move SPL console init out of board_init_f()
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 6/8] microblaze: Add a TODO to call board_init_f_mem()
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 5/8] arm: Switch 32-bit ARM to using generic global_data setup
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 4/8] arm: Switch aarch64 to using generic global_data setup
2015-10-24 21:16 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 3/8] board_init_f_mem(): Don't create an unused early malloc() area
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 2/8] board_init_f_mem(): Don't require memset()
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 1/8] Move board_init_f_mem() into a common location
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH V2 3/3] fs-test.sh: fix pre-requisite detection
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 2/3] test: fat: add test of non-contiguous file reads
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH V2 1/3] itest: make memory access work under sandbox
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, V2, "
[U-Boot] [PATCH v2 5/5] distro_bootcmd: Add support for booting from ubifs
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 4/5] ubifs: Add generic fs support
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,4/5] "
[U-Boot] [PATCH v2 3/5] ubifs: Add functions for generic fs use
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 2/5] ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 1/5] disk/part: Only build hostfs special handling when CONFIG_SANDBOX is set
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH] Allow imxtract to extract part of script image
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] Fix bad return value checks (detected with Coccinelle)
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH V2] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support
2015-10-24 21:15 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/2] allow LED initialization without STATUS_LED_BOOT
2015-10-24 21:14 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] add generic stubs for GPIO LEDs
2015-10-24 21:14 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] Doubt in USB driver for Vybrid vf610
2015-10-24 18:34 UTC (13+ messages)
[U-Boot] [PATCH 1/4] mmc: atmel: Silence debug output
2015-10-24 12:52 UTC (6+ messages)
` [U-Boot] [PATCH 3/4] mmc: atmel: Implement proper private data
[U-Boot] [PATCH v2] fdt_support: Check for bank size before updating memory node
2015-10-24 11:22 UTC
[U-Boot] [PATCH v9 1/4] include: Add log2 and generic bitops header files
2015-10-24 10:56 UTC (6+ messages)
[U-Boot] [PATCH v2 1/3] sf: Add dm_spi_flash_probe
2015-10-24 3:54 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH v2 3/3] sf: Remove spi_flash_remove
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