mail archive of the barebox mailing list
 help / color / mirror / Atom feed
sparse fixes
 2010-10-19 12:55 UTC  (39+ messages)
` [PATCH 01/42] glob: "
` [PATCH 02/42] fnmatch:sparse fixes
` [PATCH 03/42] readline: sparse fixes
` [PATCH 04/42] edit: "
` [PATCH 05/42] command.h: "
` [PATCH 06/42] crc32: "
` [PATCH 07/42] copy_file: "
` [PATCH 08/42] commands/mem.c: "
` [PATCH 09/42] dlmalloc: "
` [PATCH 10/42] console: "
` [PATCH 11/42] notifier: "
` [PATCH 12/42] fec_imx: "
` [PATCH 13/42] imx gpio: "
` [PATCH 14/42] imx clocksource: "
` [PATCH 15/42] armlinux: "
` [PATCH 16/42] arch/arm/cpu/cpu.c: "
` [PATCH 17/42] cache-l2x0: "
` [PATCH 18/42] speed-imx35: "
` [PATCH 19/42] imx_dump_clocks: "
` [PATCH 20/42] i.MX serial: "
` [PATCH 21/42] i.MX remove wdog registers from header files
` [PATCH 22/42] hush: sparse fixes
` [PATCH 23/42] ramfs: "
` [PATCH 24/42] common/env.c: "
` [PATCH 25/42] version_string: "
` [PATCH 26/42] imx-nand: "
` [PATCH 28/42] arm div0: "
` [PATCH 29/42] edit: make locally used variable static
` [PATCH 30/42] common/environment.c: sparse fixes
` [PATCH 31/42] commands/mem.c: make locally used function static
` [PATCH 32/42] bootm: sparse fixes
` [PATCH 33/42] net: make locally used functions static
` [PATCH 34/42] lib/driver.c: sparse fixes
` [PATCH 38/42] libbb: "
` [PATCH 39/42] remove strange flush_cache functions
` [PATCH 40/42] pcm043: ifx compiler warning
` [PATCH 41/42] arm interrupts.c: sparse fixes
` [PATCH 42/42] process_escape_sequence: Add missing include

[PATCH] Add basic support for mini2440 dev board
 2010-10-19 12:38 UTC  (7+ messages)

[RFC] S3C24xx: Enable only the clocks of used units
 2010-10-19  8:27 UTC  (4+ messages)

[PATCH] imx: Separate framebuffer platformdata and the videomode
 2010-10-19  7:12 UTC  (3+ messages)

[PATCH] S3C24xx: Move register definitions into their user
 2010-10-18 16:57 UTC 

[PATCH] S3C24xx: Remove variable type size restrictions
 2010-10-18 16:55 UTC 

[PATCH] Add GPIO support and GPIO setup features to the S3C processors
 2010-10-18 16:43 UTC 

[PATCH 01/10] imx/clocksource: enable GPT1 before using it on CPUIMX25
 2010-10-16 19:01 UTC  (11+ messages)
` [PATCH 02/10] mx25: add MMC clock support
` [PATCH 03/10] MX25: fix IOMUX for ESDHC1 pins
` [PATCH 04/10] mci-core: add more tested SD Cards
` [PATCH 05/10] epautoconf: fix compile error
` [PATCH 06/10] eukrea_cpuimx25: update board support
` [PATCH 07/10] imx35-regs: add defines for USB and SD
` [PATCH 08/10] speed-imx35: add support for SDHC1
` [PATCH 09/10] iomux-mx35: fox IOMUX for SDHC1's pins
` [PATCH 10/10] eukrea_cpuimx35: update board support

[PATCH 1/5] [ppc/mpc5xxx] Fixed typo in cpu_init.c
 2010-10-15 10:34 UTC  (7+ messages)
` [PATCH 2/5] [ppc/mpc5xxx] Small text cleanups and ADDECR to output
  ` [PATCH 3/5] [kp-mcb2] Added board files and configs for konzeptpark mcb2
    ` [PATCH 4/5] [compiler] Added OPTIMIZE options to enable GCC optimizer
      ` [PATCH 5/5] [drivers/nor] Fixed mismatch in prototype

[PATCH] i.MX23/MCI: Make the clock calculation easier to read and correct
 2010-10-14 19:38 UTC 

[PATCH] eukrea_cpuimx35: update defconfig
 2010-10-13 16:46 UTC 

[PATCH] eukrea_cpuimx35: update board support
 2010-10-13 16:45 UTC 

[PATCH] unbreak bootm
 2010-10-13 15:40 UTC  (7+ messages)

pull-request: kp-mcb2 board files and configuration, GCC 4.5.x optimizer workaround, powerpc mach changes
 2010-10-13 13:07 UTC  (2+ messages)

[PATCH] eukrea_cpuimx27: update board support
 2010-10-13 10:14 UTC 

[PATCH v3] Add basic support from ARM Versatile/PB
 2010-10-12 17:38 UTC  (4+ messages)

Where to store a header file
 2010-10-12  8:28 UTC 

defaultv env update v2
 2010-10-12  8:13 UTC  (8+ messages)
` [PATCH 1/6] defaultenv: introduce CONFIG_DEFAULT_ENVIRONMENT_GENERIC to enable it
` [PATCH 2/6] commands/crc32: add compare 2 files crc
` [PATCH 3/6] defaultenv/update: merge update_rootfs and update_kernel
` [PATCH 4/6] defaultenv/update: add check crc32 options
` [PATCH 5/6] defaultenv: add xmodem support for update
` [PATCH 6/6] defaultenv: add update_barebox to update barebox easly via tftp or xmodem
` [PATCH] nhk8815: use defaultenv

Patches for -next
 2010-10-12  6:51 UTC  (28+ messages)
` [PATCH 01/17] i.MX27: Add support for SDHC pins
` [PATCH 02/17] mci: Add i.MX esdhc support
` [PATCH 03/17] mci: print error code on failure
` [PATCH 04/17] spi i.MX: add spi version namespace to register defines
` [PATCH 05/17] spi i.MX: redirect functions to version specific functions
` [PATCH 06/17] spi i.MX: Add i.MX51 support
` [PATCH 07/17] Move mfd drivers to drivers/mfd
` [PATCH 08/17] move include files for mfd drivers to include/mfd
` [PATCH 09/17] mfd mc13892: Add spi support
` [PATCH 10/17] mfd mc13892: support reading the revision
` [PATCH 11/17] mci: handle SD cards < 2.0 correctly
` [PATCH 12/17] mci: align write buffer if necessary
` [PATCH 13/17] defaultenv: handle disk partitions
` [PATCH 14/17] imx_serial: Add mx51 support
` [PATCH 15/17] ARM mmu: Call __mmu_cache_flush instead of hardcoded v4/v5 only function
` [PATCH 16/17] ARM i.MX: Add basic i.MX51 support
` [PATCH 17/17] ARM i.MX51: Add babbage board support

Bring together i.MX23, its MCI driver and the ChumbyOne
 2010-10-11 17:05 UTC  (9+ messages)
` [PATCH 1/4] Glue i.MX23 and MCI support
` [PATCH 2/4] Adapt the i.MX23 MCI driver to the v2 i.MX23 patch series
` [PATCH 3/4] Spend the ChumbyOne a persistant environment memory on MCI card
` [PATCH 4/4] Adapt the defconfig for a full blown ChumbyOne support

[PATCH v2] Add basic support from ARM Versatile/PB
 2010-10-11 16:20 UTC  (2+ messages)

[PATCH] Add basic support from ARM Versatile/PB
 2010-10-11 15:23 UTC  (7+ messages)

[PATCH] barebox-next: Avoid a Kconfig warning
 2010-10-11 13:00 UTC  (3+ messages)

[PATCH v2] Add the i.MX23 architecure to barebox
 2010-10-11  9:11 UTC  (6+ messages)
` [PATCH 1/4] Add the basic files for the i.MX23/i.MX28 familiy of CPUs
` [PATCH 2/4] Add the driver for the i.MX23 debug UART
` [PATCH 3/4] Add the i.MX23-EVK platform (WIP)
` [PATCH 4/4] Add the i.MX23 based Chumby "

[PATCH 1/5] defaultenv: introduce CONFIG_DEFAULT_ENVIRONMENT_GENERIC to enable it
 2010-10-11  5:11 UTC  (9+ messages)
` [PATCH 2/5] commands/crc32: add compare 2 files crc
` [PATCH 3/5] defaultenv: add xmodem support for update
` [PATCH 4/5] defaultenv: add update_barebox to update barebox easly for tftp or xmodem
` [PATCH 5/5] nhk8815: use defaultenv

(no subject)
 2010-10-11  5:08 UTC  (8+ messages)
` [PATCH 1/3] hush: pass context around in shell
` [PATCH 2/3] hush: fix nasty memory leak in hush
` [PATCH 3/3] hush: implement getopt builtin
  ` [PATCH 3/3 v2] "

[PATCH 00/13] OMAP/Beagleboard ehci support
 2010-10-10  8:37 UTC  (2+ messages)

[PATCH v2] Add MCI card support to barebox
 2010-10-08 16:30 UTC  (11+ messages)
` [PATCH 01/10] x-functions do not return in case of failure
` [PATCH 02/10] Make the disk driver less noisy
` [PATCH 03/10] Don't use a sector buffer on stack
` [PATCH 04/10] Don't try to guess the size of a disk if its size value is already given
` [PATCH 05/10] Add MCI card support to barebox
` [PATCH 06/10] Add i.MX23 MCI card support
` [PATCH 07/10] Add S3C2440 "
` [PATCH 08/10] i.MX27: Add mmc clock support in order to add an i.MX MCI driver
` [PATCH 09/10] mci: Add i.MX27/31 driver
` [PATCH 10/10] ARM pca100: Add mci support

Add the i.MX23/i.MX28 architecure
 2010-10-08 13:41 UTC  (3+ messages)
` [PATCH 3/4] Add the i.MX23-EVK platform (WIP)

[2nd try] Switch the i.MX27's PLL in a safe manner
 2010-10-08  9:02 UTC  (2+ messages)
` [PATCH] "

Switch the i.MX27's PLL in a safe manner
 2010-10-08  8:56 UTC  (3+ messages)
` [PATCH] "

[RFC] Add MCI card support to barebox
 2010-10-07 17:51 UTC  (9+ messages)
` [PATCH 5/7] "
` [PATCH 7/7] Add S3C2440 MCI card support

[PATCH] MAKEALL: allow CROSS_COMPILE*=""
 2010-10-07 16:38 UTC 

(no subject)
 2010-10-07 15:37 UTC  (4+ messages)
` [PATCH 1/3] mci: rename mci_platformdata to mci_host, pass mci_host to host drivers
` [PATCH 2/3] mci: Add i.MX27/31 driver
` [PATCH 3/3] ARM pca100: Add mci support

page:  |  | latest

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