messages from 2016-04-08 20:12:59 to 2016-04-11 05:28:29 UTC [more...]
[U-Boot] [PATCH 1/2] dm: gpio: mxc: fix mxc_gpio_bank_get_value
2016-04-11 5:28 UTC (11+ messages)
` [U-Boot] [PATCH 2/2] dm: gpio: mxc: implement xlate function
[U-Boot] [PATCH] board: ti: am57xx: Add support for am572x idk in SPL
2016-04-11 5:20 UTC (2+ messages)
[U-Boot] [PATCH] board: ti: am57xx: Update EMIF SDRAM 1 and 3 Timings
2016-04-11 5:19 UTC (2+ messages)
[U-Boot] [PATCH 00/44] dm: blk: Add more driver-model support for block devices
2016-04-11 5:02 UTC (46+ messages)
` [U-Boot] [PATCH 01/44] Revert "dm: sandbox: Drop the pre-DM host implementation"
` [U-Boot] [PATCH 02/44] dm: sandbox: Add a board for sandbox without CONFIG_BLK
` [U-Boot] [PATCH 03/44] pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
` [U-Boot] [PATCH 04/44] dm: Rename disk uclass to ahci
` [U-Boot] [PATCH 05/44] Allow iotrace byte access to use an address of any size
` [U-Boot] [PATCH 06/44] sandbox: Add string and 16-bit I/O functions
` [U-Boot] [PATCH 07/44] sandbox: Add dummy SCSI functions
` [U-Boot] [PATCH 08/44] sandbox: Add dummy SATA functions
` [U-Boot] [PATCH 09/44] dm: scsi: Remove the forward declarations
` [U-Boot] [PATCH 10/44] dm: scsi: Fix up code style
` [U-Boot] [PATCH 11/44] dm: ide: Correct various code style problems
` [U-Boot] [PATCH 12/44] dm: ide: Remove the forward declarations
` [U-Boot] [PATCH 13/44] dm: sata: Fix code style problems in cmd/sata.c
` [U-Boot] [PATCH 14/44] dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSI
` [U-Boot] [PATCH 15/44] dm: blk: Add a legacy block interface
` [U-Boot] [PATCH 16/44] dm: systemace: "
` [U-Boot] [PATCH 17/44] dm: sandbox: Add a legacy host "
` [U-Boot] [PATCH 18/44] dm: usb: Add a legacy block interface for USB storage
` [U-Boot] [PATCH 19/44] dm: mmc: Add a legacy block interface for MMC
` [U-Boot] [PATCH 20/44] dm: mmc: Add an implementation of the 'devnum' functions
` [U-Boot] [PATCH 21/44] dm: scsi: Separate the non-command code into its own file
` [U-Boot] [PATCH 22/44] dm: ide: "
` [U-Boot] [PATCH 23/44] dm: sata: "
` [U-Boot] [PATCH 24/44] dm: disk: Use legacy block driver info for block device access
` [U-Boot] [PATCH 25/44] dm: usb: Drop the get_dev() function
` [U-Boot] [PATCH 26/44] dm: ide: "
` [U-Boot] [PATCH 27/44] dm: mmc: "
` [U-Boot] [PATCH 28/44] dm: scsi: "
` [U-Boot] [PATCH 29/44] dm: sata: "
` [U-Boot] [PATCH 30/44] dm: systemace: "
` [U-Boot] [PATCH 31/44] dm: blk: Drop the systemace.h header
` [U-Boot] [PATCH 32/44] dm: sandbox: Drop the host_get_dev() function
` [U-Boot] [PATCH 33/44] dm: part: Drop the get_dev() method
` [U-Boot] [PATCH 34/44] dm: ide: Add support for driver-model block devices
` [U-Boot] [PATCH 35/44] dm: sandbox: Enable IDE
` [U-Boot] [PATCH 36/44] dm: scsi: Add support for driver-model block devices
` [U-Boot] [PATCH 37/44] dm: sandbox: Enable SCSI
` [U-Boot] [PATCH 38/44] dm: sata: Add support for driver-model block devices
` [U-Boot] [PATCH 39/44] dm: sandbox: Enable SATA
` [U-Boot] [PATCH 40/44] dm: blk: Allow blk_create_device() to allocate the device number
` [U-Boot] [PATCH 41/44] dm: blk: Add a easier way to create a named block device
` [U-Boot] [PATCH 42/44] dm: systemace: Reorder function to avoid forward declarataions
` [U-Boot] [PATCH 43/44] dm: systemace: Add driver-mode block-device support
` [U-Boot] [PATCH 44/44] dm: sandbox: Enable systemace
[U-Boot] [PATCH v2 0/2] spl: Add support to load FIT from Filesystem
2016-04-11 4:51 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] spl: Add an option to load a FIT containing U-Boot from FS
` [U-Boot] [PATCH v2 2/2] spl: Support loading a FIT from FAT FS
[U-Boot] [PATCH] dm: spi: Read default speed, mode values from DT
2016-04-11 4:42 UTC (3+ messages)
[U-Boot] [PATCH 2/6 v3] i2c: designware_i2c: Add dw_i2c_enable() helper function
2016-04-11 4:33 UTC (2+ messages)
[U-Boot] [PATCH 0/6] Remove calls from net drivers to legacy miiphy_register() entry-point
2016-04-11 4:23 UTC (12+ messages)
` [U-Boot] [PATCH 1/6] common: Always include errno.h in common.h
` [U-Boot] [PATCH 3/6] net: mii: Use spatch to update miiphy_register
` [U-Boot] [PATCH 4/6] net: mii: Changes not made by spatch
` [U-Boot] [PATCH 5/6] net: mii: Fix changes "
` [U-Boot] [PATCH 6/6] net: mii: Clean up legacy glue that is not used
[U-Boot] [PATCH] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-04-11 2:44 UTC (3+ messages)
[U-Boot] [PATCH v2] armv8/ls2080a: configure PMU's PCTBENR to enable WDT
2016-04-11 2:37 UTC
[U-Boot] [PATCH v2 1/2] arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_CLEAN_INVAL_ALL) with asm code
2016-04-11 2:19 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] arm: Replace v7_maint_dcache_all(ARMV7_DCACHE_INVAL_ALL) "
[U-Boot] Newbie SPL question for socfpga_sockit
2016-04-11 2:03 UTC (25+ messages)
[U-Boot] [PATCH] serial: add BCM283x mini UART driver
2016-04-11 1:17 UTC (5+ messages)
[U-Boot] [PATCH 00/23] dm: mmc: Add driver-model block-device support to MMC
2016-04-11 1:12 UTC (24+ messages)
` [U-Boot] [PATCH 01/23] dm: blk: Fix allocation of block-device numbering
` [U-Boot] [PATCH 02/23] dm: core: Allow device names to be freed automatically
` [U-Boot] [PATCH 03/23] dm: blk: Free the block device name when unbound
` [U-Boot] [PATCH 04/23] dm: mmc: Move mmc_switch_part() above its callers
` [U-Boot] [PATCH 05/23] dm: mmc: Implement the select_hwpart() method
` [U-Boot] [PATCH 06/23] dm: mmc: Add a function to obtain the block device
` [U-Boot] [PATCH 07/23] dm: mmc: spl: Use the legacy block interface in SPL
` [U-Boot] [PATCH 08/23] dm: mmc: Use the new select_hwpart() API
` [U-Boot] [PATCH 09/23] dm: blk: Add functions to select a hardware partition
` [U-Boot] [PATCH 10/23] dm: part: Use the legacy block driver for hardware partition support
` [U-Boot] [PATCH 11/23] dm: part: Drop the block_drvr table
` [U-Boot] [PATCH 12/23] dm: blk: Add a comment as to why the bdev member is needed
` [U-Boot] [PATCH 13/23] dm: mmc: Set up the device pointer when using the MMC uclass
` [U-Boot] [PATCH 14/23] dm: mmc: Move the device list into a separate file
` [U-Boot] [PATCH 15/23] dm: blk: Use the correct error code for blk_get_device_by_str()
` [U-Boot] [PATCH 16/23] dm: mmc: Adjust mmc_switch_part() to use a struct mmc
` [U-Boot] [PATCH 17/23] dm: sandbox: Only enable the sandbox MMC driver when valid
` [U-Boot] [PATCH 18/23] dm: mmc: Implement the MMC functions for block devices
` [U-Boot] [PATCH 19/23] dm: mmc: Add a way to bind MMC devices with driver model
` [U-Boot] [PATCH 20/23] dm: mmc: Add support for driver-model block devices
` [U-Boot] [PATCH 21/23] dm: mmc: sandbox: Add an SD-card emulation
` [U-Boot] [PATCH 22/23] dm: sandbox: mmc: Enable building MMC code for sandbox
` [U-Boot] [PATCH 23/23] dm: mmc: test: Add tests for MMC
[U-Boot] [PATCH v3 0/2] Amlogic Meson GXBaby and ODROID-C2 support
2016-04-11 0:08 UTC (5+ messages)
` [U-Boot] [PATCH v3 1/2] net: designware: fix descriptor layout and warnings on 64-bit archs
` [U-Boot] [PATCH v3 2/2] arm: add initial support for Amlogic Meson and ODROID-C2
[U-Boot] [PATCH] efi_loader: Always flush in cache line size granularity
2016-04-10 22:36 UTC (4+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2016-04-10 19:18 UTC
[U-Boot] [PULL] u-boot-usb/master
2016-04-10 19:17 UTC
[U-Boot] [PATCH 0/4] QEMU (qemu-mips) and MIPS 64-bit changes
2016-04-10 18:43 UTC (2+ messages)
[U-Boot] [PATCH v3 1/2] flash: add device ID for Microchip PIC32 internal flash
2016-04-10 18:37 UTC (5+ messages)
` [U-Boot] [PATCH v3 2/2] drivers: mtd: add Microchip PIC32 internal non-CFI flash driver
[U-Boot] [PATCH v8 1/9] mips: add base support for QCA/Atheros ath79 SOCs
2016-04-10 18:35 UTC (8+ messages)
` [U-Boot] [PATCH v8 4/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores ar933x
` [U-Boot] [PATCH v8 5/9] drivers: pinctrl: Add simple pinctrl driver for QCA/Athores qca953x
` [U-Boot] [PATCH v8 6/9] drivers: serial: add serial driver for ar933x SOC
[U-Boot] [PATCH v5 0/4] This series add MUSB support on PIC32MZDA Starter Kit
2016-04-10 17:44 UTC (6+ messages)
` [U-Boot] [PATCH v5 1/4] arm: add missing writes[bwql], reads[bwql]
[U-Boot] [PATCH] mips: Report reloc information in bdinfo
2016-04-10 17:33 UTC (2+ messages)
[U-Boot] [PATCH] dm: gpio: handle GPIO_ACTIVE_LOW flag in DT
2016-04-10 15:55 UTC (26+ messages)
` [U-Boot] [PATCH 0/7] Handle GPIO_ACTIVE_LOW in gpio-uclass
` [U-Boot] [PATCH 2/7] gpio: intel_broadwell: remove gpio_xlate routine
` [U-Boot] [PATCH 3/7] gpio: omap: "
` [U-Boot] [PATCH 4/7] gpio: pic32: "
` [U-Boot] [PATCH 5/7] gpio: rk: "
` [U-Boot] [PATCH 6/7] gpio: exynos(s5p): "
` [U-Boot] [PATCH 7/7] gpio: tegra: remove flags parsing in xlate routine
[U-Boot] [PATCH v2 0/9] Amlogic Meson GXBaby and ODROID-C2 support
2016-04-10 15:35 UTC (4+ messages)
` [U-Boot] [PATCH v2 9/9] board: odroid-c2: add Ethernet support
[U-Boot] [PATCH] armv8: ls2080a: Update MAINTAINERS file
2016-04-10 14:56 UTC
[U-Boot] ext4 and caching
2016-04-10 14:31 UTC (9+ messages)
` [U-Boot] [RFC PATCH 0/2] simple cache layer for block devices
` [U-Boot] [RFC PATCH 2/2] mmc: add support for block device cache
[U-Boot] [PATCH] bugfix: unlock current sector instead of sector 0 before, buffered write
2016-04-10 11:38 UTC
[U-Boot] [PATCH] sunxi: H3: Do not clear usb companion clk-gate / reset on remove
2016-04-10 8:45 UTC (3+ messages)
[U-Boot] [PATCH] sunxi: Add defconfig and dts file for Orange Pi One SBC
2016-04-10 8:18 UTC (2+ messages)
[U-Boot] [PATCH 00/11] cpsw: enable DM_ETH on dra74 and am437x evms
2016-04-10 3:41 UTC (8+ messages)
` [U-Boot] [PATCH 01/11] drivers: core: device: add support to check dt compatible for a device/machine
` [U-Boot] [PATCH 02/11] lib: fdtdec: fix size cell and address cell parse from DT
` [U-Boot] [PATCH 03/11] ti_omap5_common: eth: do not define DM_ETH for spl
[U-Boot] [PATCH RESEND 0/2] cmd: fdt: Add device tree overlays support
2016-04-09 18:40 UTC (7+ messages)
` [U-Boot] [PATCH RESEND 1/2] cmd: fdt: Narrow the check for fdt addr
` [U-Boot] [PATCH RESEND 2/2] cmd: fdt: add fdt overlay application subcommand
[U-Boot] [PATCH] cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT
2016-04-09 18:36 UTC (7+ messages)
[U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig
2016-04-09 18:36 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] cmd: fdt: Use separate CMD_FDT Kconfig entry instead of OF_LIBFDT
[U-Boot] [PATCH 0/2] pinctrl: add support for exynos7420 pinctrl driver
2016-04-09 18:35 UTC (5+ messages)
` [U-Boot] [PATCH 1/2] pinctrl: add the DM_UC_FLAG_SEQ_ALIAS flag for numbering the devices
` [U-Boot] [PATCH 2/2] pinctrl: Add pinctrl driver support for Exynos7420 SoC
[U-Boot] [RFC PATCH 0/2] spl: Add support to load FIT from Filesystem
2016-04-09 18:35 UTC (5+ messages)
` [U-Boot] [RFC PATCH 1/2] spl: Add an option to load a FIT containing U-Boot from FS
` [U-Boot] [RFC PATCH 2/2] spl: Support loading a FIT from FAT FS
[U-Boot] [PATCH V3] common: env: support sata device
2016-04-09 18:35 UTC (3+ messages)
[U-Boot] [PATCH v2] dm: usb: Do not reprobe usb hosts on "usb tree" command
2016-04-09 18:35 UTC (2+ messages)
[U-Boot] [PATCH] dm: i2c: mxc_i2c: implement i2c_idle_bus
2016-04-09 18:35 UTC (2+ messages)
[U-Boot] [PATCH 1/6] i2c: designware_i2c: Add ic_enable_status to ic_regs struct
2016-04-09 18:35 UTC (3+ messages)
` [U-Boot] [PATCH 5/6] i2c: designware_i2c: Add DM support
[U-Boot] [PATCH 1/5] arm: include: Import unified.h from Linux kernel
2016-04-09 18:34 UTC (8+ messages)
` [U-Boot] [PATCH 2/5] arm: lib: Drop underscore from private libgcc filenames
` [U-Boot] [PATCH 3/5] arm: lib: Sync libgcc shift operations
` [U-Boot] [PATCH 4/5] arm: lib: Sync libgcc 32b division/modulo operations
[U-Boot] mtd; spi-nor: Probing dual uclass drivers from cmd
2016-04-09 18:34 UTC (2+ messages)
[U-Boot] [RFC 1/2] mmc: introduce mmc_power_init and pwrup hook function
2016-04-09 18:34 UTC (4+ messages)
` [U-Boot] [RFC 2/2] dm: mmc: implement pwrup function
[U-Boot] [PATCH 00/10] driver model bring-up of dwc3 usb peripheral
2016-04-09 18:34 UTC (3+ messages)
` [U-Boot] [PATCH 06/10] drivers: usb: common: add support to get maximum speed from dt
[U-Boot] [PATCH 1/2] dm: spi: soft_spi: support linux way and bug fix
2016-04-09 18:33 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] dm: gpio: introduce 74x164 driver
[U-Boot] [PATCH] dm: gpio: pca953x: introduce driver model support for pca953x
2016-04-09 18:33 UTC (2+ messages)
[U-Boot] [PATCH] test/dm/core.c: Make pre-reloc test use pre-reloc struct
2016-04-09 16:09 UTC (3+ messages)
[U-Boot] [PATCH v2 1/2] doc: driver-model: Update dm tests run using test.py
2016-04-09 16:09 UTC (6+ messages)
` [U-Boot] [PATCH v2 2/2] board: README.sandbox: Update dm test command
[U-Boot] [PATCH] dm: device.c: Minor coding-style fix
2016-04-09 16:08 UTC (3+ messages)
[U-Boot] [PATCH] dm: part: fix missing driver name in debug print
2016-04-09 16:08 UTC (3+ messages)
[U-Boot] [PATCH V2] dm: core: device: set pinctrl state for pinctrl device
2016-04-09 16:08 UTC (2+ messages)
[U-Boot] [PATCH 0/3] fix for build break with CONFIG_DISK scsi_init()
2016-04-09 16:02 UTC (7+ messages)
` [U-Boot] [PATCH 1/3] drivers: block: Kconfig: set default n to CONFIG_DISK
[U-Boot] [PATCH 1/3] sunxi: Add INITIAL_USB_SCAN_DELAY Kconfig option
2016-04-09 11:59 UTC (6+ messages)
` [U-Boot] [PATCH 3/3] sunxi: Enable usb ports on the Sinovoip BPI M3
[U-Boot] ITEAD Board (A20) fails to communicate on boot unless UART is connected
2016-04-09 8:54 UTC (2+ messages)
[U-Boot] [PATCH 1/7] sniper: Include explicit serial baudrate on bootargs
2016-04-08 23:34 UTC (5+ messages)
` [U-Boot] [PATCH 6/7] kc1: Proper reboot mode and boot reason validation
[U-Boot] Problem with sf write on Arria 5
2016-04-08 23:13 UTC (10+ messages)
[U-Boot] [PATCH v2 1/1] mpc85xx: Enable pre-relocation malloc for MPC85xx
2016-04-08 22:47 UTC (3+ messages)
` [U-Boot] [PATCH v3 "
[U-Boot] [PATCH] powerpc: Replace CONFIG_SYS_INIT_RAM_END with CONFIG_SYS_INIT_RAM_SIZE
2016-04-08 22:46 UTC (2+ messages)
[U-Boot] [PATCH] drivers: net: vsc9953: Fix bug when PVID is shown for disabled ports only
2016-04-08 22:45 UTC (3+ messages)
` [U-Boot] [PATCH] powerpc: t1040qds: Use generic ethsw commands
[U-Boot] Please pull u-boot-mpc85xx master
2016-04-08 22:45 UTC
[U-Boot] [PATCH 01/10] ddr: altera: Replace ad-hoc constant with macro
2016-04-08 22:16 UTC (20+ messages)
` [U-Boot] [PATCH 02/10] ddr: altera: Tweak DQS tracking enable handling
` [U-Boot] [PATCH 03/10] ddr: altera: Fix scc_mgr_set() argument order
` [U-Boot] [PATCH 04/10] ddr: altera: Fix DRAM end value in protection rule
` [U-Boot] [PATCH 05/10] ddr: altera: Remove unnecessary update of the SCC
` [U-Boot] [PATCH 06/10] ddr: altera: Remove unnecessary ODT mode config
` [U-Boot] [PATCH 07/10] ddr: altera: Zero DM IN delay in scc_mgr_zero_group()
` [U-Boot] [PATCH 08/10] ddr: altera: Make DLEVEL behavior inclusive
` [U-Boot] [PATCH 09/10] ddr: altera: Staticize global variables
` [U-Boot] [PATCH 10/10] ddr: altera: Repair DQ window centering code
[U-Boot] [PATCH] USB: g_dnl: Change device class
2016-04-08 20:12 UTC (4+ 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