public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-11-27 12:31:58 to 2015-11-30 16:06:45 UTC [more...]

[U-Boot] [PATCH] checkpatch.pl: Fix checkpatch.pl warnings with Perl 5.22
 2015-11-30 16:06 UTC  (8+ messages)

[U-Boot] [PATCH v2 0/9] basic support for Allwinner A83T SOC
 2015-11-30 15:39 UTC  (13+ messages)
` [U-Boot] [PATCH v2 1/9] sunxi: Add Machine Support for "
` [U-Boot] [PATCH v2 2/9] sunxi: Add support for UART0 in PB pin group on A83T
` [U-Boot] [PATCH v2 3/9] sunxi: power: axp818: add support for axp818 driver
` [U-Boot] [PATCH v2 4/9] sunxi: power: enabled support for axp818
` [U-Boot] [PATCH v2 5/9] sunxi: do not enable smp for A83T
` [U-Boot] [PATCH v2 6/9] sunxi: clk: add basic clocks "
` [U-Boot] [PATCH v2 7/9] sunxi: Add support for Allwinner A83T DRAM
` [U-Boot] [PATCH v2 8/9] sunxi: dts: sun8i: Add Allwinner A83T dtsi
` [U-Boot] [PATCH v2 9/9] sunxi: Add suport for A83T HomletV2 Board by Allwinner

[U-Boot] [PATCH 01/14] ARM: zynq: Remove PHYLIB from config to defconfig
 2015-11-30 15:08 UTC  (15+ messages)
` [U-Boot] [PATCH 02/14] ARM: zynq: Remove CONFIG_API
` [U-Boot] [PATCH 03/14] net: gem: Do not continue if phy is not found
` [U-Boot] [PATCH 04/14] net: gem: Change mdio_wait prototype to pass regs
` [U-Boot] [PATCH 05/14] net: gem: Change mii function not to use eth_device structure
` [U-Boot] [PATCH 06/14] net: gem: Remove phydev variable
` [U-Boot] [PATCH 07/14] net: gem: Extract phy init code
` [U-Boot] [PATCH 08/14] net: gem: Check if priv->phydev is valid
` [U-Boot] [PATCH 09/14] net: gem: Enable MDIO bus earlier
` [U-Boot] [PATCH 10/14] net: gem: Remove zynq_gem_of_init()
` [U-Boot] [PATCH 11/14] net: gem: Fix miiphy_read name
` [U-Boot] [PATCH 12/14] net: gem: Move driver to DM
` [U-Boot] [PATCH 13/14] net: gem: Read information about interface from DT
` [U-Boot] [PATCH 14/14] net: gem: Move gem to Kconfig

[U-Boot] MX6ULEVK does not boot
 2015-11-30 14:54 UTC  (4+ messages)

[U-Boot] [PATCH] dfu: fix possible memory leak in dfu_init_env_entities()
 2015-11-30 13:51 UTC  (2+ messages)

[U-Boot] [PATCH v2] usb: add support for generic EHCI devices
 2015-11-30 12:34 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2015-11-30 12:33 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2015-11-30 12:31 UTC 

[U-Boot] [PATCH] drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround
 2015-11-30 12:28 UTC 

[U-Boot] Please pull u-boot-cfi-flash/master
 2015-11-30 12:02 UTC 

[U-Boot] [PATCH] cfi_flash: give default CONFIG_SYS_MAX_FLASH_SECT in flash.h
 2015-11-30 12:00 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx/master
 2015-11-30 11:56 UTC 

[U-Boot] [PATCH 2/2] PPC4xx: Create "liebherr" vendor directory
 2015-11-30 11:53 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] ppc4xx: Remove remnants from ocotea, taishan, ebony and taihu
 2015-11-30 11:48 UTC  (2+ messages)

[U-Boot] [PATCH] imx: mx6: add missing return value
 2015-11-30 10:17 UTC  (3+ messages)

[U-Boot] [PATCH] arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitions
 2015-11-30 10:13 UTC  (6+ messages)

[U-Boot] [PATCH] arm, ubifs: fix gcc5.x compiler warning
 2015-11-30 10:03 UTC  (3+ messages)

[U-Boot] [PATCH] imx: mx7dsabresd: Add QSPI support
 2015-11-30 10:01 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/26] dm: Conversion of code to the new driver model PCI API
 2015-11-30  9:29 UTC  (29+ messages)
` [U-Boot] [PATCH v2 01/26] dm: pci: Mark legacy files as such
` [U-Boot] [PATCH v2 02/26] dm: pci: Add a dm_ prefix to pci_get_bdf()
` [U-Boot] [PATCH v2 03/26] dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
` [U-Boot] [PATCH v2 04/26] dm: pci: Use driver model PCI API in auto-config
` [U-Boot] [PATCH v2 05/26] dm: pci: Add a driver-model version of pci_find_device()
` [U-Boot] [PATCH v2 06/26] dm: pci: scsi: Use driver-model PCI API
` [U-Boot] [PATCH v2 07/26] dm: pci: Add a driver-model version of pci_find_class()
` [U-Boot] [PATCH v2 08/26] dm: pci: Add a function to read a PCI BAR
` [U-Boot] [PATCH v2 09/26] dm: serial: Convert ns16550 driver to use driver model PCI API
` [U-Boot] [PATCH v2 10/26] dm: x86: ivybridge: Convert graphics init to use DM "
` [U-Boot] [PATCH v2 11/26] dm: Convert bios_interrupts "
` [U-Boot] [PATCH v2 12/26] dm: pci: video: Convert video and pci_rom "
` [U-Boot] [PATCH v2 13/26] dm: x86: pci: Adjust bios_run_on_x86() to use the "
` [U-Boot] [PATCH v2 14/26] dm: pci: Drop the old version of pci_find_device/s()
` [U-Boot] [PATCH v2 15/26] dm: pci: Drop the old version of pci_find_class()
` [U-Boot] [PATCH v2 16/26] dm: tegra: net: Convert tegra boards to driver model for Ethernet
` [U-Boot] [PATCH v2 17/26] dm: test: Convert PCI tests to use the DM PCI API
` [U-Boot] [PATCH v2 18/26] dm: pci: Add driver model API functions for address mapping
` [U-Boot] [PATCH v2 19/26] dm: net: Convert rtl8169 to use DM PCI API
` [U-Boot] [PATCH v2 20/26] dm: pci: Switch to DM API for PCI address mapping
` [U-Boot] [PATCH v2 21/26] dm: ahci: Convert to use new DM PCI API
` [U-Boot] [PATCH v2 22/26] dm: usb: Convert echi-pci "
` [U-Boot] [PATCH v2 23/26] dm: Convert PCI MMC over to use "
` [U-Boot] [PATCH v2 24/26] pci: Tidy up comments in pci_bind_bus_devices()
` [U-Boot] [PATCH v2 25/26] dm: net: usb: Refactor mcs7830 driver ready for DM conversion
` [U-Boot] [PATCH v2 26/26] dm: net: usb: Convert mcs7830 driver to support driver model

[U-Boot] [PATCH] armv8: README: Update README for DPAA2 commands for MC
 2015-11-30  9:17 UTC 

[U-Boot] [PATCH v5 00/21] Bring up rk3036 uboot
 2015-11-30  8:46 UTC  (10+ messages)

[U-Boot] please pull u-boot-samsung master
 2015-11-30  8:33 UTC 

[U-Boot] arm: s5pc1xx: move sources to mach-s5pc1xx
 2015-11-30  8:31 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-video/master
 2015-11-30  8:28 UTC 

[U-Boot] [PATCH] video: ipu: fix out of bounds access
 2015-11-30  8:21 UTC  (2+ messages)

[U-Boot] [PATCH] imx: mx6: fix reg base address when runtime usage
 2015-11-30  8:04 UTC 

[U-Boot] [PATCH] arm: mvebu: ddr: Fix compilation warning
 2015-11-30  8:04 UTC 

[U-Boot] [PATCH v4] arm: Add sata support on Layerscape ARMv8 board
 2015-11-30  7:44 UTC 

[U-Boot] [PATCH] dm: core: Add platform specific bus translation function
 2015-11-30  6:52 UTC  (3+ messages)

[U-Boot] [PATCH] drivers:usb:fsl: Add T4080 as affected soc for Erratum A007792 sw workaround
 2015-11-30  6:40 UTC 

[U-Boot] [PATCH] ns16550: change reg-shift property default to zero
 2015-11-30  6:07 UTC  (3+ messages)

[U-Boot] [PATCH] dm: timer: Avoid using timer before it is ready
 2015-11-30  5:41 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file
 2015-11-30  3:11 UTC  (4+ messages)
` [U-Boot] [PATCH 5/5] move the erratum_a008336_a008514 from general ddr file to soc file

[U-Boot] Please pull u-boot-marvell master
 2015-11-29 21:20 UTC 

[U-Boot] [PATCH v4] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smplsel
 2015-11-29 20:41 UTC  (8+ messages)

[U-Boot] [PATCH 2/2] Remove fdtfile list from Raspberry Pi
 2015-11-29 18:43 UTC 

[U-Boot] [PATCH 1/2] Pass through start.elf bootargs on Raspberry Pi
 2015-11-29 18:40 UTC 

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi
 2015-11-29 18:30 UTC 

[U-Boot] [PATCH 1/2] altera_qspi: add lock unlock ops
 2015-11-29 13:35 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] altera_qspi: fix erase and write error code

[U-Boot] [PATCH 00/19] device model bring-up of omap timer on dra72, dra74, am335x and am437x-sk evm
 2015-11-29 13:19 UTC  (16+ messages)
` [U-Boot] [PATCH 02/19] dm: timer: uclass: add timer init to add timer device
` [U-Boot] [PATCH 03/19] dm: timer: uclass: Add flag to control sequence numbering
` [U-Boot] [PATCH 04/19] drivers: timer: omap_timer: add timer driver for omap devices based on dm

[U-Boot] [PATCH 1/1] Change e-mail address of Kamil Lulko
 2015-11-29 10:50 UTC 

[U-Boot] [PATCH 1/1] stm32: Convert serial driver to DM
 2015-11-29 10:49 UTC 

[U-Boot] [PATCH 1/4] eth-raw-os.c: Add cast to bind(2) call
 2015-11-29  9:34 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] fsl_*_serdes.c: Modify memset call in serdes_init
` [U-Boot] [PATCH 3/4] qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit
` [U-Boot] [PATCH 4/4] arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline

[U-Boot] [PATCH v2] common: board_f: Dont relocate FDT incase of CONFIG_OF_EMBED
 2015-11-29  6:15 UTC  (2+ messages)

[U-Boot] [PATCH v7 1/2] Fix board init code to respect the C runtime environment
 2015-11-29  6:13 UTC  (2+ messages)

[U-Boot] [PATCH 00/25] dm: Conversion of code to the new driver model PCI API
 2015-11-29  6:05 UTC  (7+ messages)
` [U-Boot] [PATCH 15/25] dm: test: Convert PCI tests to use the DM "
` [U-Boot] [PATCH 22/25] dm: Convert PCI MMC over to use "

[U-Boot] [PATCH] Re-enable setexpr on Raspberry Pi
 2015-11-29  1:56 UTC 

[U-Boot] Rpi Uboot not working ; USB keyboard undetected
 2015-11-28 17:15 UTC  (5+ messages)

[U-Boot] [PATCH v3 00/13] dm: pci: Support native driver model calls
 2015-11-28 16:55 UTC  (30+ messages)
` [U-Boot] [PATCH v3 01/13] pci: Use a common return in command processing
` [U-Boot] [PATCH v3 02/13] pci: Use a separate variable for the bus number
` [U-Boot] [PATCH v3 03/13] pci: Refactor the pciinfo() function
` [U-Boot] [PATCH v3 04/13] dm: pci: Add a comment about how to find struct pci_controller
` [U-Boot] [PATCH v3 05/13] dm: pci: Rename pci_auto.c to pci_auto_old.c
` [U-Boot] [PATCH v3 06/13] dm: pci: Move common auto-config functions to a common file
` [U-Boot] [PATCH v3 07/13] dm: pci: Reorder functions in cmd_pci.c
` [U-Boot] [PATCH v3 08/13] pci: Tidy up function comments "
` [U-Boot] [PATCH v3 09/13] pci: Use common functions to read/write config
` [U-Boot] [PATCH v3 10/13] pci: Use a separate 'dev' variable for the PCI device
` [U-Boot] [PATCH v3 11/13] pci: Move PCI header output code into its own function
` [U-Boot] [PATCH v3 12/13] dm: pci: Convert 'pci' command to driver model
` [U-Boot] [PATCH v3 13/13] dm: pci: Disable PCI compatibility functions by default

[U-Boot] [PATCH] x86: Clean up SPI flash drivers in defconfig
 2015-11-28 12:45 UTC 

[U-Boot] [PATCH 1/2] usb: host: xhci-omap: fix build break
 2015-11-28  1:33 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] usb: dwc3: fix build warnings

[U-Boot] [PATCH 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
 2015-11-27 21:39 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
` [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
` [U-Boot] [PATCH 3/3] arm: at91/spl: mpddrc: use IP version to check configuration

[U-Boot] [PATCH v2 0/5] arm: at91/spl: make matrix and saic redirect sharing with others
 2015-11-27 21:06 UTC  (3+ messages)
` [U-Boot] [PATCH v2 5/5] arm: at91/spl: atmel_sfr: move saic redirect to separate file

[U-Boot] [PATCH v2 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27 18:36 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/3] Revert "rockchip: Add max spl size & spl header configs"
` [U-Boot] [PATCH v2 2/3] rockchip: mkimage: use imagename to select spl hdr & spl size

[U-Boot] [PATCH] arm: mvebu: Add DM and OF_CONTROL support to SPL
 2015-11-27 18:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm board
 2015-11-27 18:36 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

[U-Boot] [PATCH 1/2] spi: kirkwood_spi.c: Prepare for driver model support
 2015-11-27 18:36 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] spi: kirkwood_spi.c: Add "

[U-Boot] [PATCH v1 0/3] Fix rockchip spl loader mkimage flow
 2015-11-27 18:36 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/3] Revert "rockchip: Add max spl size & spl header configs"

[U-Boot] [PATCH] powerpc, mpc5xxx: fix missing bootflag init
 2015-11-27 18:28 UTC  (4+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Enable load zImage and Linux DTB from USB
 2015-11-27 16:57 UTC  (5+ messages)

[U-Boot] [PATCH v2] arm: socfpga: Remove fsloadcmd from environment
 2015-11-27 15:23 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mvebu: Move some defines to common include file
 2015-11-27 15:15 UTC  (2+ messages)
` [U-Boot] [PATCH] arm: mvebu: Add SolidRun ClearFog Armada 38x initial support

[U-Boot] [PATCH v1] arm: socfpga: Enable load zImage and Linux DTB from QSPI
 2015-11-27 14:24 UTC  (6+ messages)

[U-Boot] Please pull from u-boot-i2c
 2015-11-27 13:43 UTC  (2+ messages)

[U-Boot] [PATCH] arm: socfpga: Remove fsloadcmd from environment
 2015-11-27 13:16 UTC  (6+ messages)

[U-Boot] [PATCH] arm: dts: omap: add reg-shift to serial device tree node
 2015-11-27 12:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox