messages from 2012-09-14 10:55:24 to 2012-09-16 23:21:03 UTC [more...]
[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
2012-09-16 23:21 UTC (39+ messages)
` [U-Boot] [PATCH 01/71] serial: Coding style cleanup of struct serial_device
` [U-Boot] [PATCH 02/71] serial: Rename .init() and .uninit() in serial_device
` [U-Boot] [PATCH 03/71] serial: Properly spell out the structure member names of serial_driver
` [U-Boot] [PATCH 04/71] serial: pxa: Implement default_serial_console in serial_pxa.c
` [U-Boot] [PATCH 05/71] serial: pxa: Make use of default_serial_console in serial_pxa
` [U-Boot] [PATCH 06/71] serial: pxa: Make local functions static
` [U-Boot] [PATCH 07/71] serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files
` [U-Boot] [PATCH 08/71] serial: Implement serial_initfunc() macro
` [U-Boot] [PATCH 09/71] serial: mpc8xx: Move serial registration from serial_initialize()
` [U-Boot] [PATCH 10/71] serial: s3c24xx: "
` [U-Boot] [PATCH 11/71] serial: pxa: "
` [U-Boot] [PATCH 12/71] serial: s5p: "
` [U-Boot] [PATCH 13/71] serial: microblaze: "
` [U-Boot] [PATCH 14/71] serial: mpc512x: "
` [U-Boot] [PATCH 15/71] serial: ns16550: "
` [U-Boot] [PATCH 16/71] serial: bfin: Remove the bfin_serialN_device exports from serial.h
` [U-Boot] [PATCH 17/71] serial: bfin: Adjust serial_register_bfin_uart()
` [U-Boot] [PATCH 18/71] serial: zoom2: Remove zoom2 serial prototypes from serial.h
` [U-Boot] [PATCH 19/71] serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
` [U-Boot] [PATCH 20/71] serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver
` [U-Boot] [PATCH 21/71] serial: mips: Implement CONFIG_SERIAL_MULTI into asc "
` [U-Boot] [PATCH 22/71] serial: mips: Implement CONFIG_SERIAL_MULTI into JZ "
` [U-Boot] [PATCH 23/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx "
` [U-Boot] [PATCH 24/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 "
` [U-Boot] [PATCH 25/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers
` [U-Boot] [PATCH 26/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver
` [U-Boot] [PATCH 27/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 "
` [U-Boot] [PATCH 28/71] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 "
` [U-Boot] [PATCH 29/71] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 "
` [U-Boot] [PATCH 30/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell "
` [U-Boot] [PATCH 31/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix "
` [U-Boot] [PATCH 32/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw "
` [U-Boot] [PATCH 33/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent "
` [U-Boot] [PATCH 34/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 "
` [U-Boot] [PATCH 35/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 "
` [U-Boot] [PATCH 36/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 "
` [U-Boot] [PATCH 37/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole "
` [U-Boot] [PATCH 38/71] serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx "
[U-Boot] [RFC PATCH v2 0/6] Port of MUSB driver from Linux
2012-09-16 23:14 UTC (7+ messages)
` [U-Boot] [RFC PATCH v2 1/6] linux/usb/ch9.h: update with the version from Linux tree
` [U-Boot] [RFC PATCH v2 2/6] usb: use linux/usb/ch9.h instead of usbdescriptors.h
` [U-Boot] [RFC PATCH v2 3/6] musb-new: port of Linux musb driver
` [U-Boot] [RFC PATCH v2 4/6] musb-new: dsps backend driver
` [U-Boot] [RFC PATCH v2 5/6] am33xx: init OTG hardware and new musb gadget driver
` [U-Boot] [RFC PATCH v2 6/6] am335x_evm: enable both musb gadget and host
[U-Boot] [PATCH] common/i2c: Add i2c write command
2012-09-16 18:02 UTC
[U-Boot] [PATCH v2 00/11] S3C24XX: Add support to MINI2416 board
2012-09-16 17:17 UTC (43+ messages)
` [U-Boot] [PATCH v2 01/11] ARM: fix relocation on ARM926EJS
` [U-Boot] [PATCH v2 02/11] S3C24XX: Add core support for Samsung's S3C24XX SoCs
` [U-Boot] [PATCH v2 03/11] serial: Add support to 4 ports in serial_s3c24x0
` [U-Boot] [PATCH v2 04/11] serial: Use a more precise baud rate generation for serial_s3c24x0
` [U-Boot] [PATCH v2 05/11] serial: Remove unnecessary delay in serial_s3c24x0
` [U-Boot] [PATCH v2 06/11] rtc: Improve rtc_get() on s3c24x0_rtc
` [U-Boot] [PATCH v2 07/11] rtc: Fix rtc_reset() "
` [U-Boot] [PATCH v2 08/11] rtc: Don't allow setting unsuported years "
` [U-Boot] [PATCH v2 09/11] S3C24XX: Add NAND Flash driver
` [U-Boot] [PATCH v2 10/11] Add u-boot-ubl.bin target to the Makefile
` [U-Boot] [PATCH v2 11/11] S3C24XX: Add support to MINI2416 board
[U-Boot] [PATCH 0/4] Fix gcc warnings on MIPS 64 bit
2012-09-16 16:55 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] lib: vsprintf.c: fix checkpath.pl warnings
` [U-Boot] [PATCH 2/4] lib: vsprintf.c: replace NUM_TYPE with s64/u64 types
` [U-Boot] [PATCH 3/4] common: cmd_elf.c: fix checkpath.pl warnings
` [U-Boot] [PATCH 4/4] common: cmd_elf.c: use uintptr_t for casts from u32 to void*
[U-Boot] [PATCH 1/2] tegra: i2c: Enable I2C on PAZ00
2012-09-16 16:16 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] tegra: enable lp0 on paz00
[U-Boot] Limit of kernel size
2012-09-16 13:18 UTC (4+ messages)
[U-Boot] [PATCH] Fix checkpatch warnings about externs in *.c
2012-09-16 13:11 UTC (4+ messages)
[U-Boot] [PATCH] MX6: drop binary constants from iomux header
2012-09-16 13:08 UTC
[U-Boot] [PATCH v4 1/2] Loop block device for sandbox
2012-09-16 11:58 UTC (2+ messages)
` [U-Boot] [PATCH v5 "
[U-Boot] [PATCH v3 1/2] Loop block device for sandbox
2012-09-16 11:49 UTC (4+ messages)
` [U-Boot] [PATCH v4 "
[U-Boot] Don't get any interrupts once I boot into Linux
2012-09-16 9:28 UTC (7+ messages)
` [U-Boot] FW: "
[U-Boot] Cache alignment warnings on Tegra (ARM)
2012-09-16 6:49 UTC (12+ messages)
[U-Boot] [PATCH] common, hush [BUG]: exit not work in hush shell
2012-09-16 5:20 UTC (3+ messages)
[U-Boot] [PATCH v4 1/2] ARM: Add Altera SOCFPGA Cyclone5
2012-09-15 21:14 UTC (4+ messages)
` [U-Boot] [PATCH v4 2/2] ARM: kirkwood/orion5x: Use reset_cpu definition in include/common.h
[U-Boot] AR8031 Ethernet on mx6
2012-09-15 20:38 UTC (5+ messages)
[U-Boot] [PATCH] mx28evk: extend default environment
2012-09-15 18:26 UTC
[U-Boot] [PATCH 1/2] ARM: Remove apollon board
2012-09-15 17:57 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] IPL: Remove remains of OneNAND IPL
[U-Boot] Problem Booting RTEMS with u-boot on Phycore LPC3250
2012-09-15 16:29 UTC
[U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property
2012-09-15 15:19 UTC (4+ messages)
[U-Boot] Pull request: u-boot-fdt
2012-09-15 13:54 UTC
[U-Boot] [PATCH] fdt: Check if the FDT address is configured
2012-09-15 13:41 UTC (2+ messages)
[U-Boot] A little introduction
2012-09-15 11:20 UTC (2+ messages)
[U-Boot] [PATCH] implement software SPI
2012-09-15 9:05 UTC (3+ messages)
` [U-Boot] [PATCH] arm:exynos4:universal_c210: "
[U-Boot] [PATCH 0/6] Exynos: Support for display drivers
2012-09-15 8:45 UTC (5+ messages)
` [U-Boot] [PATCH 3/6] arm: exynos4: Fix exynos4_fb structure
` [U-Boot] [PATCH 6/6] arm: exynos4: universal_C210: add display support
[U-Boot] U-boot's stack space on a Sequoia board
2012-09-15 8:27 UTC (2+ messages)
[U-Boot] [PATCH] mx35pdk: README: Remove NAND references
2012-09-14 22:14 UTC
[U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position
2012-09-14 22:03 UTC (5+ messages)
[U-Boot] u-boot support for reading USB sticks formatted as NTFS
2012-09-14 21:40 UTC (2+ messages)
[U-Boot] Don't get any interrupts once I boot into Linux
2012-09-14 21:38 UTC (3+ messages)
[U-Boot] [PATCHv3] ARM: Add Altera SOCFPGA Cyclone5
2012-09-14 20:54 UTC (4+ messages)
[U-Boot] [PATCH 1/4 v3] serial: Add Zynq serial driver
2012-09-14 18:53 UTC (11+ messages)
` [U-Boot] [PATCH 3/4 v3] arm: Support new Xilinx Zynq platform
[U-Boot] Read-only env variables
2012-09-14 18:42 UTC (6+ messages)
` [U-Boot] [PATCH 0/12] Add environment type checking and access control
` [U-Boot] [PATCH 10/12] env: acl: Add environment variable access control list
[U-Boot] [PATCH 0/7] [RFC] Driver model, take 1
2012-09-14 18:34 UTC (4+ messages)
` [U-Boot] [PATCH 1/7] dm: Add skeleton support for cores and drivers
[U-Boot] [PATCH 00/16] pmic: Redesign PMIC framework to support multiple instances of devices
2012-09-14 17:35 UTC (22+ messages)
` [U-Boot] [PATCH 01/16] pmic:i2c: Handle PMIC I2C transmission comprising of two bytes
` [U-Boot] [PATCH 02/16] pmic:i2c: Add I2C byte order to PMIC framework
` [U-Boot] [PATCH 03/16] pmic:max8997: Switch the MAX8997 PMIC to be used with multibus I2C
` [U-Boot] [PATCH 04/16] pmic: Extend PMIC framework to support multiple instances of PMIC devices
` [U-Boot] [PATCH 05/16] pmic: Introduce power_board_init() method at ./lib/board.c file
` [U-Boot] [PATCH 06/16] pmic: Enable power_board_init() support at TRATS
` [U-Boot] [PATCH 07/16] pmic:chrg: Common information about charger and battery (power_chrg.h)
` [U-Boot] [PATCH 08/16] pmic:muic: Support for MUIC built into MAX8997 device
` [U-Boot] [PATCH 09/16] pmic:fuel-gauge: Support for MAX17042 fuel-gauge
` [U-Boot] [PATCH 10/16] pmic:max8997: Function for calculating LDO internal register value
` [U-Boot] [PATCH 11/16] arm:trats:pmic: Default PMIC(MAX8997) initialization for Samsung's TRATS board
` [U-Boot] [PATCH 12/16] arm:trats:pmic: Enable MUIC (MAX8997) at "
` [U-Boot] [PATCH 13/16] arm:trats:pmic: Enable fuel-gauge (MAX17042) "
` [U-Boot] [PATCH 14/16] pmic:max8997: Support for MAX8997 internal charger control
` [U-Boot] [PATCH 15/16] arm:trats:pmic: Support for charging battery at Samsung's TRATS board
` [U-Boot] [PATCH 16/16] arm:trats:pmic: Power consumption reduction state for "
[U-Boot] Don't get any interrupts once I boot into Linux
2012-09-14 17:32 UTC
[U-Boot] [PATCH] phy: Add support for Marvell 88E1118R
2012-09-14 16:17 UTC (3+ messages)
[U-Boot] [PATCH] sf: spansion: Correct the first byte of idcode1 for S25FL256S part
2012-09-14 15:16 UTC
[U-Boot] [PATCH] Correct the first byte of idcode1 for S25FL256S part
2012-09-14 15:16 UTC
[U-Boot] [PATCH 1/4 v4] serial: Add Zynq serial driver
2012-09-14 10:58 UTC (2+ 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