u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
 messages from 2012-11-07 21:46:03 to 2012-11-10 08:34:00 UTC [more...]

[U-Boot] [PULL] : Please pull u-boot-imx
 2012-11-10  8:34 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized
 2012-11-10  8:03 UTC  (3+ messages)
` [U-Boot] [PATCH 00/11] ks8695 (cm4008, cm41xx) bugfixes, constant removals, configuration generalized (repost)

[U-Boot] [PATCH 01/13] mx31: Move EHCI definitions to ehci-fsl.h
 2012-11-10  7:42 UTC  (15+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 02/13] ehci-mxc: Clean up
  ` [U-Boot] [PATCH v2 03/13] ehci-mx5: "
  ` [U-Boot] [PATCH v2 04/13] ehci-mx5: Fix OC_DIS usage
  ` [U-Boot] [PATCH v2 05/13] ehci-mx5: Fix OPM usage
  ` [U-Boot] [PATCH v2 06/13] ehci-mx5: Fix *PM usage for i.MX53
  ` [U-Boot] [PATCH v2 07/13] ehci-mx5: Add missing OC_DIS "
  ` [U-Boot] [PATCH v2 08/13] ehci-mxc: Make EHCI power/oc polarities configurable
  ` [U-Boot] [PATCH v2 09/13] ehci-mxc: Make i.MX25 EHCI configurable
  ` [U-Boot] [PATCH v2 10/13] ehci-mxc: Define host offsets
  ` [U-Boot] [PATCH v2 11/13] ehci-mxc: Add support for i.MX35
  ` [U-Boot] [PATCH v2 12/13] mx35pdk: Add support for OTG
  ` [U-Boot] [PATCH v2 13/13] ehci-mx5/6: Make board_ehci_hcd_init() optional

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2012-11-10  7:28 UTC  (3+ messages)
` [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

[U-Boot] [PATCH V1 0/5] prepare for mx6dl/ mx6solo
 2012-11-10  7:23 UTC  (11+ messages)
` [U-Boot] [PATCH V1 1/5] mx6: soc: update get_cpu_rev and get_imx_type for mx6solo/sololite
` [U-Boot] [PATCH V1 2/5] mx6: use CONFIG_MX6 instead of CONFIG_MX6Q
` [U-Boot] [PATCH V1 3/5] imx-common: cpu: add imx_ddr_size
` [U-Boot] [PATCH V1 4/5] arch-mx6: add mx6dl_pins.h
` [U-Boot] [PATCH V1 5/5] imximage.cfg: run files through C preprocessor

[U-Boot] [PATCH 1/4] arm/km: fix memory settings
 2012-11-10  7:21 UTC  (6+ messages)
` [U-Boot] [PATCH 3/4] km/common: cosmetic change reported from checkpatch
` [U-Boot] [PATCH 4/4] arm/km: remove duplicate code

[U-Boot] kwboot: Boot Marvell Kirkwood SoCs over a serial link
 2012-11-10  7:13 UTC  (4+ messages)

[U-Boot] [PATCH v3 2/2] ARM: lacie_kw: add support for WIRELESS_SPACE
 2012-11-10  7:09 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/4] mvgbe: allow non-sequential PHY addresses
  ` [U-Boot] [PATCH v4 2/4] mv88e61xx: refactor PHY and SWITCH level-code
    ` [U-Boot] [PATCH v4 3/4] kirkwood: make MPP arrays static const
      ` [U-Boot] [PATCH v4 4/4] ARM: lacie_kw: add support for WIRELESS_SPACE

[U-Boot] [STATUS] ARM: u-boot-arm/master has merged u-boot/master up to 59852d03
 2012-11-10  7:00 UTC 

[U-Boot] Documentation about Falcon Mode
 2012-11-10  6:30 UTC  (4+ messages)

[U-Boot] [PATCH v6 00/26] pmic: Redesign PMIC framework to support multiple instances of devices
 2012-11-10  0:17 UTC  (30+ messages)
` [U-Boot] [PATCH v6 01/26] pmic:i2c: Handle PMIC I2C transmission comprising of two bytes
` [U-Boot] [PATCH v6 02/26] pmic:i2c: Add I2C sensor byte order (big/little) to PMIC framework
` [U-Boot] [PATCH v6 03/26] pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C
` [U-Boot] [PATCH v6 04/26] pmic: Extend PMIC framework to support multiple instances of PMIC devices
` [U-Boot] [PATCH v6 05/26] pmic: Introduce power_init_board() method at ./lib/board.c file
` [U-Boot] [PATCH v6 06/26] pmic: Enable power_board_init() support at TRATS
` [U-Boot] [PATCH v6 07/26] pmic:chrg: Common information about charger and battery (power_chrg.h)
` [U-Boot] [PATCH v6 08/26] pmic: Move pmic related code to ./drivers/power directory
` [U-Boot] [PATCH v6 09/26] pmic: Extend struct pmic to support battery and charger related operations
` [U-Boot] [PATCH v6 10/26] pmic:battery: Support for Trats Battery at PMIC framework
` [U-Boot] [PATCH v6 11/26] pmic:muic: Support for MUIC built into MAX8997 device
` [U-Boot] [PATCH v6 12/26] pmic:fuel-gauge: Support for MAX17042 fuel-gauge
` [U-Boot] [PATCH v6 13/26] pmic:max8997: Function for calculating LDO internal register value
` [U-Boot] [PATCH v6 14/26] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board
` [U-Boot] [PATCH v6 15/26] arm:trats:pmic: Enable MUIC (MAX8997) at "
` [U-Boot] [PATCH v6 16/26] arm:trats:pmic: Enable fuel-gauge (MAX17042) "
` [U-Boot] [PATCH v6 17/26] arm:trats:pmic: Enable battery support "
` [U-Boot] [PATCH v6 18/26] pmic:max8997: Support for MAX8997 internal charger control
` [U-Boot] [PATCH v6 19/26] arm:trats:pmic: Power consumption reduction state for Samsung's TRATS board
` [U-Boot] [PATCH v6 20/26] arm:trats:pmic: Support for charging battery at "
` [U-Boot] [PATCH v6 21/26] pmic: Extend PMIC framework to support battery related commands
` [U-Boot] [PATCH v6 22/26] power:pmic: Rename ./drivers/power/pmic_* to ./drivers/power/power_* files
` [U-Boot] [PATCH v6 23/26] power:pmic: Rename CONFIG_PMIC* defines to CONFIG_POWER
` [U-Boot] [PATCH v6 24/26] power:pmic: Rename CONFIG_DIALOG_PMIC defines to CONFIG_DIALOG_POWER
` [U-Boot] [PATCH v6 25/26] arm:goni:pmic: Adjust GONI target platform board to new PMIC framework
` [U-Boot] [PATCH v6 26/26] arm:universal_c210:pmic: Adjust C210 Universal "

[U-Boot] ping failed; host 192.168.1.101 is not alive
 2012-11-09 19:13 UTC  (7+ messages)

[U-Boot] updated observations related to OMAP in u-boot
 2012-11-09 16:54 UTC 

[U-Boot] Pull request - microblaze
 2012-11-09 15:51 UTC  (2+ messages)

[U-Boot] [PATCH 00/46] Enhance spear support
 2012-11-09 11:56 UTC  (4+ messages)

[U-Boot] [PATCH 0/6] gpt: GUID Partition Table (GPT) restoration
 2012-11-09 10:48 UTC  (9+ messages)
` [U-Boot] [PATCH v4 0/7] "
  ` [U-Boot] [PATCH v4 1/7] vsprintf:fix: Change type returned by ustrtoul
  ` [U-Boot] [PATCH v4 2/7] part:efi: Move part_efi.h file to ./include
  ` [U-Boot] [PATCH v4 3/7] gpt:doc: GPT (GUID Partition Table) documentation
  ` [U-Boot] [PATCH v4 4/7] gpt: The leXX_to_int() calls replaced with ones defined at <compiler.h>
    ` [U-Boot] [PATCH v4 5/7] gpt: Support for GPT (GUID Partition Table) restoration
    ` [U-Boot] [PATCH v4 6/7] gpt: Support for new "gpt" command
    ` [U-Boot] [PATCH v4 7/7] gpt: Enable support for GPT partition table restoration at Samsung's Trats

[U-Boot] [PATCH V3 1/4] ARM: bcm2835: add mailbox driver
 2012-11-09  8:24 UTC  (6+ messages)
` [U-Boot] [PATCH V3 2/4] ARM: rpi_b: use bcm2835 mbox driver to get memory size
` [U-Boot] [PATCH V3 3/4] lcd: calculate line_length after lcd_ctrl_init()
` [U-Boot] [PATCH V3 4/4] video: add a driver for the bcm2835

[U-Boot] [PATCH v3 1/2] video: atmel: implement lcd_setcolreg funtion
 2012-11-09  3:49 UTC  (5+ messages)
` [U-Boot] [PATCH v4] "
` [U-Boot] [Patch v5] video: atmel: implement lcd_setcolreg function

[U-Boot] PCIe on the i.MX6?
 2012-11-09  2:58 UTC  (5+ messages)

[U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property
 2012-11-09  1:48 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] EXYNOS5: FDT support for Sound
 2012-11-09  1:18 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] EXYNOS5: FDT: Add sound device node data
` [U-Boot] [PATCH 2/5] EXYNOS5: FDT: Add sound and codec device node informations
` [U-Boot] [PATCH 3/5] EXYNOS5: FDT: Add compatible strings for sound
` [U-Boot] [PATCH 4/5] Sound: Add FDT support to driver
` [U-Boot] [PATCH 5/5] Sound: Add FDT support to CMD

[U-Boot] [PATCH 0/6] EXYNOS5: FDT Support for I2C
 2012-11-09  1:08 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] EXYNOS5: FDT: Add I2C device node data
` [U-Boot] [PATCH 2/6] EXYNOS5 : FDT: Add Aliases for I2C device
` [U-Boot] [PATCH 3/6] EXYNOS5: FDT: Add compatible string for I2C
` [U-Boot] [PATCH 4/6] FDT: Api to find compatible id for a given node
` [U-Boot] [PATCH 5/6] I2C: Driver changes for FDT support
` [U-Boot] [PATCH 6/6] SMDK5250: Populate I2C data using FDT

[U-Boot] [PATCH v2 00/32] Initial sparse fix series
 2012-11-09  1:06 UTC  (16+ messages)
` [U-Boot] [PATCH v2 09/25] common/cmd_*.c: sparse fixes
` [U-Boot] [PATCH v2 10/25] common/misc: "
    ` [U-Boot] [PATCH] common: fix help command breakage
      ` [U-Boot] [PATCH] common/command.c: revert chanches from commit 199adb60
` [U-Boot] [PATCH v2 13/25] lib/zlib: sparse fixes

[U-Boot] [PATCH 1/2] hush: Treat trailing || and && as incomplete statements
 2012-11-08 23:26 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] hush: Prevent pipe errors from being silently ignored

[U-Boot] [PATCH 0/8 v3] Add TMU support for Exynos5250 based SMDK5250
 2012-11-08 23:02 UTC  (10+ messages)
` [U-Boot] [PATCH 1/8 v3] EXYNOS5: FDT: Add TMU device node values
` [U-Boot] [PATCH 2/8 v3] EXYNOS5: TMU: Add driver for Thermal Management Unit
` [U-Boot] [PATCH 3/8 v3] EXYNOS5: Power down API "
` [U-Boot] [PATCH 4/8 v3] Add a poll function to monitor events
` [U-Boot] [PATCH 5/8 v3] EXYNOS5: TMU: Add TMU status polling
` [U-Boot] [PATCH 6/8 v3] EXYNOS5: Config: Enable support for Exynos TMU driver
` [U-Boot] [PATCH 7/8 v3] TMU: Add u-boot command to read current temp
` [U-Boot] [PATCH 8/8 v3] EXYNOS5: Config: Enable tmu command

[U-Boot] [PATCH] powerpc/mpc85xx: Fix a bug introduced by CONFIG_PPC_SPINTABLE_COMPATIBLE
 2012-11-08 22:33 UTC 

[U-Boot] where would i find the u-boot repo with TI DM8148 support?
 2012-11-08 21:23 UTC  (3+ messages)

[U-Boot] [PATCH] Allow CONFIG_BOARD_SIZE_LIMIT to be specified in hex
 2012-11-08 20:19 UTC 

[U-Boot] U-Boot NAND-Access
 2012-11-08 20:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] tegra: i2c: Add function to know about current bus
 2012-11-08 18:03 UTC  (17+ messages)
` [U-Boot] [PATCH 2/2] WIP: tegra: i2c: Enable new CONFIG_SYS_I2C framework

[U-Boot] Pull request: u-boot-arm/master
 2012-11-08 15:08 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-staging
 2012-11-08 15:07 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/1] Factorize ARM startup code as mush as possible
 2012-11-08 14:20 UTC  (6+ messages)
` [U-Boot] [PATCH v2 0/2] "

[U-Boot] Kirkwood register and interrupt issues
 2012-11-08 13:34 UTC 

[U-Boot] [PATCH v5 00/26] pmic: Redesign PMIC framework to support multiple instances of devices
 2012-11-08 10:52 UTC  (21+ messages)
` [U-Boot] [PATCH v5 06/26] pmic: Enable power_board_init() support at TRATS
` [U-Boot] [PATCH v5 14/26] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board
` [U-Boot] [PATCH v5 15/26] arm:trats:pmic: Enable MUIC (MAX8997) at "
` [U-Boot] [PATCH v5 16/26] arm:trats:pmic: Enable fuel-gauge (MAX17042) "
` [U-Boot] [PATCH v5 17/26] arm:trats:pmic: Enable battery support "
` [U-Boot] [PATCH v5 19/26] arm:trats:pmic: Power consumption reduction state for "
` [U-Boot] [PATCH v5 20/26] arm:trats:pmic: Support for charging battery at "
` [U-Boot] [PATCH v5 25/26] arm:goni:pmic: Adjust GONI target platform board to new PMIC framework
` [U-Boot] [PATCH v5 26/26] arm:universal_c210:pmic: Adjust C210 Universal "

[U-Boot] [PATCH 0/17] Various patches in common/
 2012-11-08 10:33 UTC  (5+ messages)
` [U-Boot] [PATCH 14/17] console: Call overwrite_console before searching for console devices

[U-Boot] [PATCH] TPM: remove dead code
 2012-11-08 10:31 UTC  (2+ messages)
` [U-Boot] Signing Images - was: "

[U-Boot] [PATCH v2 0/8] NAND support for AM33XX
 2012-11-08  9:33 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/8] am33xx: NAND support

[U-Boot] [PATCH 1/4] microblaze: Fix compilation warning in ext2_find_next_zero_bit
 2012-11-08  7:57 UTC  (5+ messages)

[U-Boot] [PATCH v2] common/lcd: use lcd_setcolreg() to setup CLUT
 2012-11-08  7:53 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/2] video: atmel: implement lcd_setcolreg funtion

[U-Boot] [PATCH] driver/mtd/IFC:Wait tWB time, poll R/B before command execution
 2012-11-08  7:52 UTC 

[U-Boot] [PATCH V2 1/2] mmc: add bcm2835 driver
 2012-11-08  6:44 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] ARM: rpi_b: enable SD controller, add related env/cmds

[U-Boot] S-o-b entries for bcm2708 SDHCI driver in the downstream R.Pi Linux kernel
 2012-11-08  6:36 UTC  (5+ messages)

[U-Boot] [RFC, PATCH] mmc: prepare SDHCI_HOST_CONTROL for SDMA operation
 2012-11-08  1:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] common: add ifdefs around bouncebuf.c body
 2012-11-08  1:20 UTC  (4+ messages)

[U-Boot] [PATCH] USB: add arrow key support to usb_kbd
 2012-11-08  1:19 UTC  (4+ messages)

[U-Boot] [PATCH] powerpc/mpc8xxx: Fix compiling error caused in DDR driver
 2012-11-08  0:08 UTC  (3+ messages)
` [U-Boot] [u-boot-release] "

[U-Boot] [PATCH] patman: Issue empty change logs for unchanged patches
 2012-11-07 23:20 UTC  (2+ messages)

[U-Boot] [PATCH v6 1/7] powerpc: Extract EPAPR_MAGIC constants into processor.h
 2012-11-07 22:43 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/7] SPL: Port SPL framework to powerpc
 2012-11-07 22:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] lzma: update to lzma sdk 9.20
 2012-11-07 22:18 UTC  (10+ messages)
` [U-Boot] [PATCH 3/3] Add stricmp() and strnicmp()
` [U-Boot] [PATCH 2/3] md5: Fix gcc-4.7 build problem in md5

[U-Boot] [PATCH 0/8 v2] Add TMU support for Exynos5250 based SMDK5250
 2012-11-07 21:51 UTC  (6+ messages)
` [U-Boot] [PATCH 2/8 v2] EXYNOS5: TMU: Add driver for Thermal Management Unit
` [U-Boot] [PATCH 7/8 v2] TMU: Add u-boot command to read current temp


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).