public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-02-19 11:09:44 to 2016-02-22 16:05:51 UTC [more...]

[U-Boot] [PATCH v2 00/25] exynos: video: Convert exynos LCD driver to use driver model
 2016-02-22 16:05 UTC  (36+ messages)
` [U-Boot] [PATCH v2 01/25] exynos: video: Move driver files into their own directory
` [U-Boot] [PATCH v2 02/25] exynos: video: Drop dead code
` [U-Boot] [PATCH v2 03/25] exynos: video: Remove use of vidinfo_t typedef
` [U-Boot] [PATCH v2 04/25] exynos: video: Drop the static lcd_base_addr variable
` [U-Boot] [PATCH v2 05/25] exynos: video: Drop static variables in exynos_fimd.c
` [U-Boot] [PATCH v2 06/25] exynos: video: Drop static variables in exynos_fb.c
` [U-Boot] [PATCH v2 07/25] exynos: video: Drop static variables in exynos_dp_lowlevel.c
` [U-Boot] [PATCH v2 08/25] exynos: video: Move dsim_config_dt into a function
` [U-Boot] [PATCH v2 09/25] exynos: video: Move struct exynos_platform_mipi_dsim into vidinfo
` [U-Boot] [PATCH v2 10/25] exynos: video: Move mipi_lcd_device_dt into a function
` [U-Boot] [PATCH v2 11/25] exynos: video: Combine LCD driver into one file
` [U-Boot] [PATCH v2 12/25] exynos: pwm: Add a driver for the exynos5 PWM
` [U-Boot] [PATCH v2 13/25] video: Add an enum for active low/high
` [U-Boot] [PATCH v2 14/25] exynos: dts: Add pwm device tree node
` [U-Boot] [PATCH v2 15/25] exynos: Allow tizen to be built without an LCD
` [U-Boot] [PATCH v2 16/25] exynos: Allow CONFIG_MISC_COMMON to be build "
` [U-Boot] [PATCH v2 17/25] exynos: Disable LCD display for boards we can't convert
` [U-Boot] [PATCH v2 18/25] dts: Add clock and regulator binding files for max77802
` [U-Boot] [PATCH v2 19/25] exynos: Allow PWM0 pinmux to be set up
` [U-Boot] [PATCH v2 20/25] exynos: Simplify calling of exynos_dp_phy_ctrl()
` [U-Boot] [PATCH v2 21/25] exynos: dts: Add display-related device tree fragments
` [U-Boot] [PATCH v2 22/25] exynos: video: Rename edp_device_info to exynos_dp_priv
` [U-Boot] [PATCH v2 23/25] exynos: video: Rename variables for driver model
` [U-Boot] [PATCH v2 24/25] exynos: video: Convert several boards to driver model for video
` [U-Boot] [PATCH v2 25/25] exynos: video: Drop old unused code

[U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM
 2016-02-22 15:54 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] ARM: zynq: zynqmp: Enable DCC serial driver by default

[U-Boot] [GIT PULL] Xilinx fixes
 2016-02-22 15:52 UTC 

[U-Boot] [PATCH v3 3/3] kbuild: fix build rule of u-boot-spl.dtb
 2016-02-22 15:51 UTC  (3+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 0/7] support mapping PCI device ids to stream ids for MSIs
 2016-02-22 15:25 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] armv8: ls2080a: remove obsolete stream ID partitioning support
` [U-Boot] [PATCH 2/7] armv8: ls2080a: update stream ID partitioning info
` [U-Boot] [PATCH 3/7] pci: make pci_get_hose_head() available to external users
` [U-Boot] [PATCH 4/7] pci/layerscape: add support for LUT
` [U-Boot] [PATCH 5/7] pci/layerscape: add stream ID allocator
` [U-Boot] [PATCH 6/7] pci/layerscape: fdt: function to set msi-map entries
` [U-Boot] [PATCH 7/7] pci/layerscape: set LUT and msi-map for discovered PCI devices

[U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
 2016-02-22 15:23 UTC  (5+ messages)

[U-Boot] [PATCH 1/6] net: gem: Add support for reading MAC from I2C EEPROM
 2016-02-22 15:16 UTC  (9+ messages)
` [U-Boot] [PATCH 3/6] net: phy: realtek: Use generic genphy_parse_link() for RTL8211E
` [U-Boot] [PATCH 4/6] ARM: zynq: Enable Realtek phys by default
` [U-Boot] [PATCH 5/6] ARM: zynq: Add reset-gpio property for USB on Zybo
` [U-Boot] [PATCH 6/6] ARM: zynq: Enable EDID for zybo

[U-Boot] Problem with attaching UBI partition
 2016-02-22 14:17 UTC 

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-02-22 13:51 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] video: truetype: Fix a memory leak on error
 2016-02-22 13:44 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] video: freetype: Fix a memory leak with a bad parameter

[U-Boot] [PATCH] zynq-common: Fix usbboot env variable
 2016-02-22 12:55 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: Add option to skip SPL signature checking
 2016-02-22 12:52 UTC 

[U-Boot] [PATCH v4 0/5] dm: omap3_spi: Convert to driver model
 2016-02-22 12:41 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/5] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx
` [U-Boot] [PATCH v4 2/5] spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
` [U-Boot] [PATCH v4 3/5] spi: omap3: Move headers code inside the driver
` [U-Boot] [PATCH v4 4/5] spi: omap3: Make local functions as static
` [U-Boot] [PATCH v4 5/5] spi: omap3: Convert to driver model

[U-Boot] [PATCH] armv8/fsl-layerscape: add IFC fixup for LS1043A with QSPI enabled
 2016-02-22 11:51 UTC  (2+ messages)

[U-Boot] [RFC] armv8: layerscape: Add support of u-boot device tree fix-up
 2016-02-22 10:35 UTC 

[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
 2016-02-22  7:40 UTC  (4+ messages)

[U-Boot] ls1021aqds_nor_lpuart_ boards
 2016-02-22  7:08 UTC  (6+ messages)

[U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports
 2016-02-22  7:07 UTC  (8+ messages)
` [U-Boot] [RFC PATCH v1 1/2] arm: ls1021aqds: Convert to driver model and enable serial support
` [U-Boot] [RFC PATCH v1 2/2] arm: ls1021aqds: Enable driver model lpuart serial driver

[U-Boot] Issue with USB mass storage (thumb drives)
 2016-02-22  7:03 UTC  (8+ messages)

[U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot
 2016-02-22  6:45 UTC  (7+ messages)
` [U-Boot] [PATCH 23/26] spl: Add an option to load a FIT "

[U-Boot] [PATCH] tools: Update openrisc toolchain information
 2016-02-22  5:18 UTC 

[U-Boot] [PATCH v2] MAINTAINERS: Update no longer valid maintainers' status
 2016-02-22  3:54 UTC 

[U-Boot] [PATCH] MAINTAINERS: Remove no longer valid maintainers' email addresses
 2016-02-22  2:42 UTC  (2+ messages)

[U-Boot] Maintainers' email address not valid
 2016-02-22  2:24 UTC  (3+ messages)

[U-Boot] [PATCH 0/9] arm64: Unify MMU code
 2016-02-22  1:57 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] thunderx: Calculate TCR dynamically
` [U-Boot] [PATCH 2/9] arm64: Make full va map code more dynamic
` [U-Boot] [PATCH 3/9] zymqmp: Replace home grown mmu code with generic table approach
` [U-Boot] [PATCH 4/9] tegra: "
` [U-Boot] [PATCH 5/9] vexpress64: Add MMU tables
` [U-Boot] [PATCH 6/9] dwmmc: Increase retry timeout
` [U-Boot] [PATCH 7/9] hikey: Add MMU tables
` [U-Boot] [PATCH 8/9] arm64: Remove non-full-va map code
` [U-Boot] [PATCH 9/9] arm64: Only allow dcache disabled in SPL builds

[U-Boot] [PATCH] MAINTAINERS: Update Peng Fan's email address
 2016-02-22  1:35 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86
 2016-02-21 21:41 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: power: add support for sy8106a driver
 2016-02-21 15:00 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] cm-t43 maintenance
 2016-02-21 12:54 UTC  (23+ messages)
` [U-Boot] [PATCH 01/10] arm: am437x: cm-t43: fix cm-t43 boot
` [U-Boot] [PATCH 02/10] arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file
` [U-Boot] [PATCH 03/10] arm: am437x: cm-t43: support all available SPI flash chips
` [U-Boot] [PATCH 04/10] arm: am437x: cm-t43: define prompt
` [U-Boot] [PATCH 05/10] arm: am437x: cm-t43: split board file
` [U-Boot] [PATCH 06/10] pmic: tps65218: add useful functions and defines
` [U-Boot] [PATCH 07/10] arm: am437x: cm-t43: set tps fseal bit
` [U-Boot] [PATCH 08/10] arm: am437x: cm-t43: get rid of enable_vtt_regulator()
` [U-Boot] [PATCH 09/10] arm: am437x: cm-t43: set MPU and CORE voltages on boot
` [U-Boot] [PATCH 10/10] arm: am437x: cm-t43: update parameters for raw mmc boot
` [U-Boot] [PATCH] arm: am437x: cm-t43: bring back BOOTDELAY feature

[U-Boot] [PATCH V2 00/11] imx: introduce rdc and boot auxiliary core
 2016-02-21 10:48 UTC  (2+ messages)

[U-Boot] [PATCH] imx: mx6quq7: add sd card detection
 2016-02-21 10:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/3] imx: mx6quq7: fix USDHC4 declaration

[U-Boot] [PATCH 1/2] imx: mx6: Implement mmc_get_env_part
 2016-02-21 10:35 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6
 2016-02-21 10:24 UTC  (7+ messages)

[U-Boot] [PATCH] imx: Refactoring CAAM Job Ring structure and Secure Memory for imx7
 2016-02-21 10:21 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL
 2016-02-21 10:19 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] arm: mx6: Add CCV xPress board support

[U-Boot] [PATCH] mx7dsabresd: Make 'ums' command functional
 2016-02-21 10:13 UTC  (2+ messages)

[U-Boot] [PATCH] mx7dsabresd: Use Adrian's NXP email address
 2016-02-21 10:12 UTC  (2+ messages)

[U-Boot] [PATCH] mx6ul_14x14_evk: Select CONFIG_FSL_QSPI
 2016-02-21 10:11 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Some things that bug me
 2016-02-21 10:10 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] mxsboot: remove unused include

[U-Boot] [PATCH] x86: doc: Update to include Intel Bayley Bay board instructions
 2016-02-21  5:47 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/5] x86: ivybridge: Add Intel FSP support
 2016-02-21  5:47 UTC  (11+ messages)
` [U-Boot] [PATCH v3 1/5] x86: ivybridge: Add "
` [U-Boot] [PATCH v3 2/5] superio: Add SMSC SIO1007 driver
` [U-Boot] [PATCH v3 3/5] x86: fsp: Make sure HOB list is not overwritten by U-Boot
` [U-Boot] [PATCH v3 4/5] x86: ivybridge: bd82x6x: Support FSP enabled configuration
` [U-Boot] [PATCH v3 5/5] x86: Add Intel Cougar Canyon 2 board

[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
 2016-02-21  1:44 UTC  (5+ messages)
  ` [U-Boot] [PULL v2] "

[U-Boot] Please pull ARC changes
 2016-02-20 14:23 UTC  (2+ messages)

[U-Boot] SUN7i - bananapi Ethernet
 2016-02-20 12:41 UTC 

[U-Boot] [PATCH v2 00/18] Add support for 96boards Dragonboard410C board
 2016-02-20  9:32 UTC  (14+ messages)
` [U-Boot] [PATCH v2 02/18] gpio: Add support for Qualcomm gpio controller
` [U-Boot] [PATCH v2 13/18] drivers: spmi: Add support for Qualcomm SPMI bus driver
` [U-Boot] [PATCH v2 15/18] gpio: Add support for Qualcomm PM8916 gpios
` [U-Boot] [PATCH v2 16/18] arm: Add support for Qualcomm Snapdragon family

[U-Boot] [PATCH] arc: get rid of running_on_hw
 2016-02-20  8:33 UTC 

[U-Boot] Samsung I2C driver
 2016-02-20  7:04 UTC  (5+ messages)

[U-Boot] GSoC projects for Minnowboard MAX
 2016-02-20  1:24 UTC  (6+ messages)

[U-Boot] [PATCH 1/5] board/BuR: drop ETH-support in SPL-Stage
 2016-02-20  0:55 UTC  (10+ messages)
` [U-Boot] [PATCH 2/5] board/BuR: use default u-boot prompt on all B&R boards
` [U-Boot] [PATCH 3/5] board/BuR: move everything possible from board's headerfile to KConfig
` [U-Boot] [PATCH 4/5] board/BuR: split bur_am335x_common.h into am335x-specific and BuR common parts
` [U-Boot] [PATCH 5/5] board/BuR/kwb: cosmetic changes

[U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available
 2016-02-20  0:54 UTC  (4+ messages)
` [U-Boot] [PATCH V2] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS
  ` [U-Boot] [U-Boot, "

[U-Boot] Pull request, u-boot-tegra/master
 2016-02-20  0:54 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-02-20  0:54 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: atheros: Fix problem with phy_reset() clearing BMCR
 2016-02-19 21:24 UTC  (2+ messages)

[U-Boot] [PATCH 00/10] x86: ivybridge: Add Intel FSP support
 2016-02-19 20:56 UTC  (6+ messages)
` [U-Boot] [PATCH 01/10] fdtdec: Add compatible string for Intel IvyBridge FSP

[U-Boot] [PATCH v4 0/6] rockchip: kylin: Boot with android boot image
 2016-02-19 20:55 UTC  (11+ messages)
` [U-Boot] [PATCH v4 5/6] rockchip: kylin: Enable boot "

[U-Boot] [PATCH V2 1/2] ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT
 2016-02-19 20:55 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] ARM: tegra: enable USB device mode port on Dalmore

[U-Boot] [PATCH RESEND] test/py: skip tests that require large CONFIG_SYS_MAXARGS
 2016-02-19 20:55 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] test/py: use space to interrupt autoboot
 2016-02-19 20:55 UTC  (2+ messages)

[U-Boot] [PATCH] pci: Fix compiler warnings in dm_pciauto_setup_device()
 2016-02-19 20:55 UTC  (2+ messages)

[U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register
 2016-02-19 19:34 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] omap5: Kconfig: Add option to select Android boot
 2016-02-19 19:25 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm: dra7xx: Define Android partition table
` [U-Boot] [PATCH 3/3] defconfig: Add dra7xx_evm_android_defconfig

[U-Boot] [PATCH 01/10] video: Add S3C24xx framebuffer support
 2016-02-19 18:37 UTC  (11+ messages)
` [U-Boot] [PATCH 07/10] mtd: nand: s3c: Add missing correction and select_chip functions

[U-Boot] [PATCH] usb: dwc2: Enhance interrupt handling for CONTROL transaction
 2016-02-19 15:16 UTC  (6+ messages)

[U-Boot] u-boot countdown too fast - USB host problems
 2016-02-19 12:58 UTC 

[U-Boot] Intel Braswell support
 2016-02-19 11:16 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