mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/2] ARM: Make OMAP syslib.c functions available for other ARM targets
 2013-04-27 16:58 UTC  (2+ messages)
` [PATCH 2/2] ARM: Use syslib instead of using private functions

[PATCH 1/9] console: Fix possible null pointer dereference
 2013-04-27  4:45 UTC  (17+ messages)
` [PATCH 2/9] ARM: at91 gpio: "
` [PATCH 3/9] ARM: at91 smc: Fix possible uninitialized variable
    ` Re[2]: "
` [PATCH 4/9] MCI: atmel: Fix possible null pointer dereference
` [PATCH 5/9] MCI: imx-esdhc: "
    ` Re[2]: "
` [PATCH 6/9] MCI: imx: "
` [PATCH 7/9] NAND: imx: Fix memory leak
` [PATCH 8/9] Serial: mpc5xxx: Fix setup mode at port initialization
` [PATCH 9/9] MCI: imx-esdhc: Remove now unneeded check

[RFC only] ARM: i.MX: Fix SDRAM size detect
 2013-04-27  4:41 UTC  (9+ messages)
  ` Re[2]: "
        ` [PATCH] Fix ccxmx51 SDRAM size detection
          ` [PATCH 1/2] ARM: i.MX: Allow disabling SDRAM autodetection
          ` [PATCH 2/2] ARM: i.MX: ccxmx51: detect SDRAM size by board id

[PATCH] ARM: mmu: Use PAGE_ALIGN in dma_free_coherent
 2013-04-26 22:13 UTC  (2+ messages)

Some fixes and improvements while working with the Chumby
 2013-04-26 22:08 UTC  (9+ messages)
` [PATCH 1/6] MXS/MCI: add forgotten header file
` [PATCH 2/6] MXS/MCI: don't touch variables in the host structure
` [PATCH 3/6] MCI/Core: increase the transmission frequency while card detection
` [PATCH 4/6] MCI/Core: honor transmission limits at the card's side
` [PATCH 5/6] MCI/MXS: report a better matching error code when the transfer fails
` [PATCH 6/6] MCI/Core: move an ugly ifdef to the header file

[PATCH] ARM: OMAP5 processors support
 2013-04-26 21:58 UTC  (13+ messages)
            `  "

[PATCH] ARM: ccxmx51: Fix OTG Host USB mode
 2013-04-26 21:50 UTC  (2+ messages)

OTG Device mode on i.MX51
 2013-04-26  8:55 UTC 

[PATCH] Added sd driver for bcm2835 (Raspberry PI)
 2013-04-26  6:09 UTC 

[PATCH] of: fix typos
 2013-04-26  5:28 UTC  (2+ messages)

[PATCH] of: property: fix error message
 2013-04-26  5:27 UTC  (2+ messages)

[PATCH] of: fix how an initrd is passed to Linux
 2013-04-26  5:27 UTC  (3+ messages)

[PATCH 2/3][WiP] add atheros MIPS based ar2313 WiSoC chips
 2013-04-25 14:54 UTC  (3+ messages)

[PATCH] ARM OMAP5: Basic support of Texas Instruments OMAP5 processors
 2013-04-25 12:55 UTC  (5+ messages)

[PATCH v2] ARM i.MX28: make chip reset via reset pin work again
 2013-04-24 14:55 UTC  (6+ messages)

[PATCH 1/1] mci: add Secure Digital Host Controller Interface support
 2013-04-24 11:58 UTC  (4+ messages)

[PATCH] Added sd driver for bcm2835 (Raspberry PI)
 2013-04-24  9:09 UTC  (4+ messages)

[PATCH] mci: factor out common SDHCI register defines
 2013-04-24  7:34 UTC  (3+ messages)
` [PATCH 1/2] mci: imx-esdhc: remove cache snoop register access
` [PATCH 2/2] mci: imx-esdhc: factor out common sdhci registers

Make Chumby work again with its SD card
 2013-04-24  5:58 UTC  (4+ messages)
` [PATCH 1/2] MXS/Chumby: fix MCI device registration
` [PATCH 2/2] MXS/MCI: simplify reset of the MCI device block

[PATCH] defaultenv-2: init: display prompt after running /env/init/*
 2013-04-24  5:56 UTC  (2+ messages)

[PATCH] commands/digest: add verify support
 2013-04-24  5:55 UTC  (4+ messages)
  ` [PATCHv2] "

[PATCH] pinctrl support
 2013-04-23  7:55 UTC  (5+ messages)
` [PATCH 1/4] Add initial "
` [PATCH 2/4] pinctrl: switch i.MX iomux-v3 support to pinctrl
` [PATCH 3/4] pinctrl: move imx-iomux-v2 to drivers/pinctrl/
` [PATCH 4/4] pinctrl: move imx-iomux-v1 "

[PATCH] clocksource: Add pointer to clocksource structure in read function
 2013-04-22 17:12 UTC  (9+ messages)
  ` Re[2]: "

[PATCH 1/5] GPIO: Rename "drivers/gpio.c" to "drivers/gpiolib.c"
 2013-04-22 16:59 UTC  (13+ messages)
` [PATCH] ubimkvol: Typo fix
` [PATCH 2/5] ARM: i.MX: Move GPIO driver to drivers/gpio
` [PATCH 3/5] GPIO: i.MX: Rewrite driver for using generic GPIO code
    ` Re[2]: "
` [PATCH 4/5] GPIO: i.MX: Cleanup driver code
` [PATCH 5/5] Introduce coredevice_platform_driver() macro and use it for GPIO drivers

[PATCH 3/3] net: add new ar231x-eth driver
 2013-04-22 16:31 UTC  (2+ messages)

[PATCH 1/3] cfi_flash: add shift option for some cfi memory chips
 2013-04-22 16:18 UTC  (3+ messages)
  ` Re[2]: "

[PATCH 2/3][WiP] add atheros MIPS based ar2313 WiSoC chips
 2013-04-22  9:00 UTC 

[PATCH] devicetree patches
 2013-04-22  7:27 UTC  (7+ messages)
` [PATCH 1/6] of: parse phandles before probing devices
` [PATCH 2/6] of: Add of_property_read_string_index()
` [PATCH 3/6] of: Allow multiple resources in 'reg' property
` [PATCH 4/6] of: read resource names from devicetree
` [PATCH 5/6] of: partitions: pass struct cdev as argument
` [PATCH 6/6] of: partitions: create bb device for nand flashes

[PATCH 1/2] common/filetype: move partition-table detection into own function
 2013-04-19 15:46 UTC  (3+ messages)
` [PATCH 2/2] common/partition: check only for partition table types

Boot from SD fail after 2013.02
 2013-04-19  8:10 UTC  (10+ messages)
  ` Re[2]: "

[PATCH] ARM i.MX28: make chip reset via reset pin work again
 2013-04-19  7:55 UTC  (3+ messages)

[PATCH] arm: omap: am33xx: store boot source info from ROM loader
 2013-04-19  5:27 UTC  (3+ messages)

[PATCH] Makefile: drop duplicate definition of cmd_objcopy
 2013-04-18 10:25 UTC 

[PATCH v2 1/2] m33xx-clock: configure PLLs based on oscillator frequency
 2013-04-18  9:47 UTC  (2+ messages)
` [PATCH v2 2/2] m33xx-clock: remove unused code

[PATCH] environment: support redundant environments
 2013-04-18  9:16 UTC  (2+ messages)

[PATCH] mx6-sabrelite: Setup CCM_CCOSR register
 2013-04-18  9:12 UTC  (2+ messages)

[PATCH] arm: write image checksums into the barebox header
 2013-04-18  6:46 UTC  (2+ messages)

[PATCH] am33xx: add defines for GPIOs
 2013-04-18  6:25 UTC  (2+ messages)

[PATCH] am33xx-clock: configure PLLs based on oscillator frequency
 2013-04-18  6:24 UTC  (2+ messages)

[PATCH] omap4 regression: set correct boot source
 2013-04-18  6:04 UTC  (3+ messages)

[PATCH] Remove unimplemented usb_driver_unregister declaration
 2013-04-18  6:00 UTC  (2+ messages)

[PATCH 1/2] defaultenv-2: Fix verbose booting
 2013-04-17 11:40 UTC  (2+ messages)
` [PATCH 2/2] defaultenv-2: net: use oftree when existing

[PATCH] memory commands
 2013-04-17 11:39 UTC  (8+ messages)
` [PATCH 1/7] memory commands: export common functions
` [PATCH 2/7] memory commands: move memory_display to separate file
` [PATCH 3/7] Use a common define for RW_BUF_SIZE
` [PATCH 4/7] memory commands: cleanup initialization
` [PATCH 5/7] memory commands: make rw_buf global
` [PATCH 6/7] memory commands: separate into one file per command
` [PATCH 7/7] Add memory modify command (mm)

[PATCH] commands: the crc command is actually called crc32
 2013-04-16 13:19 UTC  (2+ messages)

[For-master critical fix PATCH 1/1] login: disable input console if password wrong
 2013-04-16 13:10 UTC  (3+ messages)

[PATCH 1/2] beaglebone: remove stray semicolon
 2013-04-16 12:51 UTC  (2+ messages)

[PATCH 1/1] at91sam9m10g45ek: add spi dataflash supprt
 2013-04-16 12:50 UTC  (2+ messages)

[PATCH] omap: move to common bootsource framework
 2013-04-16 12:50 UTC  (2+ messages)

[PATCH 1/1] atmel_mci: add write protect detection support
 2013-04-16 12:48 UTC  (2+ messages)

[PATCH 2/2] console: fix console without CONFIG_PARAMETER
 2013-04-15 16:17 UTC 

[RFC] omap4-fb: use uncached screen_base
 2013-04-15 12:20 UTC  (4+ messages)

IXP4xx again
 2013-04-14 11:51 UTC  (8+ messages)
` [PATCH] ARM: Add support for IXP4xx CPU and for Goramo Multilink router platform
      ` [PATCH] ARM: Support for IXP4xx CPU

page:  |  | latest

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