messages from 2014-10-08 04:01:46 to 2014-10-09 07:51:10 UTC [more...]
[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master
2014-10-09 7:51 UTC (2+ messages)
[U-Boot] [PATCH v5 0/5] add i.MX6 thermal sensor driver
2014-10-09 7:46 UTC (3+ messages)
` [U-Boot] [PATCH v5 1/5] mx6: crm_regs: Add bit definitions for anadig registers
[U-Boot] [PATCH RFC 0/2] u-boot: arndale: Support for SATA controller
2014-10-09 7:40 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] HACK: arndale: deinit scsi before launching Linux
[U-Boot] [PATCH 00/49] reduce warnings with W=1
2014-10-09 7:37 UTC (54+ messages)
` [U-Boot] [PATCH 01/49] arm: board: use __weak
` [U-Boot] [PATCH 02/49] common: "
` [U-Boot] [PATCH 03/49] cti_flash.c: use __weak when requested
` [U-Boot] [PATCH 04/49] i2c: use __weak
` [U-Boot] [PATCH 05/49] misc: "
` [U-Boot] [PATCH 06/49] net: phy: fix warnings with W=1
` [U-Boot] [PATCH 07/49] pci: use __weak
` [U-Boot] [PATCH 08/49] samsung: board: "
` [U-Boot] [PATCH 09/49] usb: "
` [U-Boot] [PATCH 10/49] video: "
` [U-Boot] [PATCH 11/49] common: cmd_elf: make do_bootelf_exec static
` [U-Boot] [PATCH 12/49] common: board_r: make local functions static
` [U-Boot] [PATCH 13/49] disk/part.c: make local function static
` [U-Boot] [PATCH 14/49] ehci-hcd.c: make local functions static
` [U-Boot] [PATCH 15/49] env_nand: "
` [U-Boot] [PATCH 16/49] eth: make eth_address_set static
` [U-Boot] [PATCH 17/49] gpio: make local functions static
` [U-Boot] [PATCH 18/49] image-fit: make local function static
` [U-Boot] [PATCH 19/49] lmb: make local functions static
` [U-Boot] [PATCH 20/49] net: fec_mxc: "
` [U-Boot] [PATCH 21/49] omap3: "
` [U-Boot] [PATCH 22/49] omap_gpmc: fix warnigs with W=1
` [U-Boot] [PATCH 23/49] sdhci: make local functions static
` [U-Boot] [PATCH 24/49] serial: "
` [U-Boot] [PATCH 25/49] spi: "
` [U-Boot] [PATCH 26/49] tegra: "
` [U-Boot] [PATCH 27/49] video: ipu: prevent warnings with W=1
` [U-Boot] [PATCH 28/49] common:console: add missing include
` [U-Boot] [PATCH 29/49] string.h: add missing prototypes
` [U-Boot] [PATCH 30/49] arch-mx: add missing include
` [U-Boot] [PATCH 31/49] common/cmd_elf.c: "
` [U-Boot] [PATCH 32/49] imx: add missing includes
` [U-Boot] [PATCH 33/49] leds: missing include
` [U-Boot] [PATCH 34/49] lib: bootm: add "
` [U-Boot] [PATCH 35/49] mmc: bcm2835_sdhci: "
` [U-Boot] [PATCH 36/49] net: davince: "
` [U-Boot] [PATCH 37/49] omap3: board: add missing include and proto
` [U-Boot] [PATCH 38/49] twister: add missing includes
` [U-Boot] [PATCH 39/49] arm: vectors: provide protypes from vectors.S
` [U-Boot] [PATCH 40/49] bootm: add prototype for arch_preboot_os
` [U-Boot] [PATCH 41/49] elf: add prototype for valid_elf_image
` [U-Boot] [PATCH 42/49] fdt_support: add prototypes for __weak functions
` [U-Boot] [PATCH 43/49] gpio: add protype for name_to_gpio
` [U-Boot] [PATCH 44/49] ide: add missing prototype
` [U-Boot] [PATCH 45/49] mmc: add prototype for mmc_get_env_addr
` [U-Boot] [PATCH 46/49] serial: add prototypes for init functions
` [U-Boot] [PATCH 47/49] spl: add prototype for jump_to_image_no_args
` [U-Boot] [PATCH 48/49] tegra: add proto for pin_mux_mmc
` [U-Boot] [PATCH 49/49] i2c: designware: add an implement i2c protos
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH V5] ARM: mx6: Add support for Kosagi Novena
2014-10-09 7:36 UTC (13+ messages)
[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
2014-10-09 6:46 UTC (23+ messages)
` [U-Boot] [PATCH 01/19] lib: errno: introduce errno_str(): returns errno related message
` [U-Boot] [PATCH 02/19] exynos: config-common: enable errno_str() function
` [U-Boot] [PATCH 03/19] exynos: config-common: enable generic fs command
` [U-Boot] [PATCH 04/19] dm: pmic: add implementation of driver model pmic uclass
` [U-Boot] [PATCH 05/19] dm: pmic: add implementation of driver model regulator uclass
` [U-Boot] [PATCH 06/19] dm: common: board_r: add call and weak of power_init_dm()
` [U-Boot] [PATCH 07/19] dm: pmic: add max77686 pmic driver
` [U-Boot] [PATCH 08/19] dm: regulator: add max77686 regulator driver
` [U-Boot] [PATCH 09/19] dm: pmic: new commands: pmic and regulator
` [U-Boot] [PATCH 10/19] dm: board:samsung: power_init_board: add requirement of CONFIG_DM_PMIC
` [U-Boot] [PATCH 11/19] doc: driver-model: pmic and regulator uclass documentation
` [U-Boot] [PATCH 12/19] samsung: board: lcd menu: check if any power framework is enabled
` [U-Boot] [PATCH 13/19] samsung: misc: power_key_pressed: add support to dm pmic framework
` [U-Boot] [PATCH 14/19] trats2: board: add support to dm pmic api
` [U-Boot] [PATCH 15/19] trats2: dts: max77686: add pmic alias and names cleanup
` [U-Boot] [PATCH 16/19] trats2: config: enable dm pmic, dm regulator api, dm max77686
` [U-Boot] [PATCH 17/19] odroid: board: add support to dm pmic api
` [U-Boot] [PATCH 18/19] odroid: dts: add 'voltage-regulators' description to max77686 node
` [U-Boot] [PATCH 19/19] odroid: config: enable dm pmic, dm regulator and max77686 driver
[U-Boot] [PATCH fix for v2014.10 0/5] USB keyboard: don't crash on "usb reset"
2014-10-09 6:18 UTC (4+ messages)
` [U-Boot] [PATCH fix for v2014.10 4/5] stdio: Add force parameter to stdio_deregister
[U-Boot] [FAT/EXT4/SANDBOX] files > 2GB
2014-10-09 6:16 UTC (2+ messages)
[U-Boot] [PATCH v8 0/12] Enable driver model for GPIOs on Tegra and Exynos
2014-10-09 6:00 UTC (6+ messages)
` [U-Boot] [PATCH v8 08/12] dm: exynos: Move s5p_goni to generic board
[U-Boot] [PATCH] net: asix: Add support for AX88772B
2014-10-09 5:56 UTC (2+ messages)
[U-Boot] [PATCH V4] ARM: mx6: Add support for Kosagi Novena
2014-10-09 0:54 UTC (6+ messages)
[U-Boot] SUNXI NAND CONTROLLER Driver Model (WIP)
2014-10-09 0:36 UTC
[U-Boot] [PATCH v3] ARM: mxs: tools: Add support for boot progress display flag
2014-10-09 0:27 UTC (4+ messages)
[U-Boot] [PATCH] print true board names on socfpga
2014-10-09 0:20 UTC (13+ messages)
[U-Boot] [PATCH v2] ARM: mxs: tools: Add support for boot progress display flag
2014-10-09 0:08 UTC
[U-Boot] [PATCH] wireless_space: set myself as maintainer
2014-10-08 22:49 UTC
[U-Boot] [PATCH] ARM: mxs: tools: Add support for verbose and silent boot progress flags
2014-10-08 22:48 UTC (4+ messages)
[U-Boot] [PATCH v1 1/1] fs: fat/ext4/sandbox: Deal with files > 2GB in ls and size commands
2014-10-08 21:54 UTC (6+ messages)
[U-Boot] [PATCH] am335x_boneblack: Only modify NAND/NOR/MMC1 pinmux on BBB in boneblack builds
2014-10-08 21:10 UTC
[U-Boot] [PULL] Please pull u-boot-imx
2014-10-08 20:51 UTC (2+ messages)
[U-Boot] [PATCH v3 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
2014-10-08 20:33 UTC (2+ messages)
[U-Boot] [SoCFPGA] next steps
2014-10-08 20:09 UTC (7+ messages)
[U-Boot] [PATCH 0/23] dm: Introduce driver model for sunxi
2014-10-08 19:27 UTC (2+ messages)
[U-Boot] please pull u-boot-samsung master
2014-10-08 19:13 UTC (2+ messages)
[U-Boot] Pull request for u-boot-marvell.git
2014-10-08 19:06 UTC (10+ messages)
` [U-Boot] Pull request for u-boot-marvell.git - PLEASE HOLD ON
` [U-Boot] Pull request for u-boot-marvell.git - go ahead
[U-Boot] [U-boot] [Patch v2 0/4] keystone2: generalize navigator driver usage
2014-10-08 14:42 UTC (3+ messages)
[U-Boot] [PATCH][v3] ls102x: configs - Add hash command in freescale LS1 platforms
2014-10-08 14:04 UTC
[U-Boot] [PATCH] fix typo in error message
2014-10-08 13:51 UTC (2+ messages)
[U-Boot] U-Boot Mini Summit
2014-10-08 13:24 UTC (5+ messages)
[U-Boot] Upstream uboot and Arndale 5250 support
2014-10-08 13:13 UTC (6+ messages)
[U-Boot] [PATCH] ORIGEN: Enhance origen config to be more flexible on boot
2014-10-08 13:04 UTC (4+ messages)
` [U-Boot] [PATCH V2] "
[U-Boot] [PATCH] compulab: eeprom: add default eeprom bus
2014-10-08 12:03 UTC (6+ messages)
[U-Boot] [PATCH] odroid: clock: set aclk_cores to 200MHz
2014-10-08 10:49 UTC (2+ messages)
[U-Boot] [PATCH v2] exynos: update maintainer of Snow and SMDK5420 board
2014-10-08 10:48 UTC (2+ messages)
[U-Boot] [PATCH] armv7: s5pc1xx: improve cache handling
2014-10-08 10:45 UTC (2+ messages)
[U-Boot] [PATCH v6 0/15] samsung: Use common config files with Samsung boards
2014-10-08 10:40 UTC (9+ messages)
` [U-Boot] [PATCH v6 09/15] exynos: Move common smdk5420 things to common file
` [U-Boot] [PATCH v6 10/15] exynos: config: Move cros_ec and tps65090 out of smdk boards
` [U-Boot] [PATCH v6 11/15] config: Move arndale to use common exynos5250 file
` [U-Boot] [PATCH v6 12/15] config: Move smdkv310 to use common exynos4 file
` [U-Boot] [PATCH v6 13/15] samsung: Enable device tree for s5p_goni
` [U-Boot] [PATCH v6 14/15] samsung: Enable device tree for smdkc100
` [U-Boot] [PATCH v6 15/15] exynos: Enable pre-relocation malloc()
[U-Boot] [PATCH 0/7] kconfig: Move CONFIG_SYS_HZ and CONFIG_USE_PRIVATE_LIBGCC, bug fixes
2014-10-08 10:16 UTC (3+ messages)
` [U-Boot] [PATCH 7/7] mips: enable CONFIG_USE_PRIVATE_LIBGCC by default
[U-Boot] [PATCH 0/7] Add SD boot support for LS1021AQDS/TWR board
2014-10-08 9:53 UTC (9+ messages)
` [U-Boot] [PATCH 6/7] arm: ls102xa: Add SD boot support for LS1021AQDS board
[U-Boot] [PATCH 2/2] WIP2: Add support for pi
2014-10-08 9:22 UTC
[U-Boot] [PATCH 1/2] WIP: Add support for pi
2014-10-08 9:20 UTC
[U-Boot] [PATCH] cmd_sf: add handler for +len arg for all commands
2014-10-08 8:35 UTC (5+ messages)
[U-Boot] [PATCH 0/2] Two bug fixes of Denali NAND controller driver
2014-10-08 8:13 UTC (5+ messages)
` [U-Boot] [PATCH 1/2] mtd: denali: fix NAND_CMD_PARAM command
` [U-Boot] [PATCH 2/2] mtd: denali: support NAND_CMD_RNDOUT command
[U-Boot] EXT4 slow boot problem
2014-10-08 8:11 UTC
[U-Boot] [PATCH 0/6] Addition of new board Peach-Pi
2014-10-08 8:11 UTC (9+ messages)
` [U-Boot] [PATCH 1/6] Exynos5800: Introduce new proid for Exynos5800
` [U-Boot] [PATCH 1/2] WIP: Add support for pi
` [U-Boot] [PATCH 2/6] Exynos5800: Add DTS for new board Peach-Pi
` [U-Boot] [PATCH 2/2] WIP2: Add support for pi
` [U-Boot] [PATCH 3/6] Config: Exynos5800: Enable build for Peach-Pi
` [U-Boot] [PATCH 4/6] DMC: Exynos5: Enable update mode for DREX controller
` [U-Boot] [PATCH 5/6] Config: Exynos5420: Refactor SDRAM Bank and Size
` [U-Boot] [PATCH 6/6] Exynos5: ddr3: Choose between single or double channel config
[U-Boot] [PATCH][v2] ls102x: configs - Add hash command in freescale LS1 platforms
2014-10-08 8:07 UTC (2+ messages)
[U-Boot] [ANN] U-Boot v2014.10-rc3 released
2014-10-08 7:59 UTC (2+ messages)
[U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2
2014-10-08 7:55 UTC (3+ messages)
[U-Boot] [PATCH v3 0/2] Introduce CONFIG_SUPPORT_SPL/TPL
2014-10-08 6:37 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/2] kconfig: add CONFIG_SUPPORT_SPL
` [U-Boot] [PATCH v3 2/2] kconfig: add CONFIG_SUPPORT_TPL
[U-Boot] [PATCH v3 0/3] spi, sf: add mtdparts feature to spi and sf commands
2014-10-08 5:31 UTC (2+ messages)
[U-Boot] [PATCH] dm: add of_match_ptr() macro
2014-10-08 4:15 UTC (2+ messages)
[U-Boot] [PATCH] dm: include <linker_lists.h> from platdata.h and uclass.h
2014-10-08 4:14 UTC (2+ messages)
[U-Boot] [PATCH] dm: fix include guard
2014-10-08 4:14 UTC (2+ messages)
[U-Boot] [PATCH] linker_lists: include <linux/compiler.h>
2014-10-08 4:14 UTC (2+ messages)
[U-Boot] [PATCH v5 0/15] samsung: Use common config files with Samsung boards
2014-10-08 4:04 UTC (7+ messages)
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