mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] Add support for Baltos systems
 2016-05-31  7:08 UTC  (5+ messages)

MCI print revision
 2016-05-31  7:02 UTC  (3+ messages)
  ` Re[2]: "

[PATCH 1/3] eeprom: at25: check return value of devfs_create
 2016-05-31  6:58 UTC  (4+ messages)
` [PATCH 2/3] eeprom: at24: check return value of devfs_create and fix error path
` [PATCH 3/3] eeprom: at24: make device name setup more robust

[PATCH v2] Add support for Baltos systems
 2016-05-30 14:43 UTC 

[PATCH 0/2] evaluate integrity of a barebox image
 2016-05-30  6:06 UTC  (4+ messages)
` [PATCH 1/2] images: write checksum into barebox header
` [PATCH 2/2] images: add function to verify checksum in "

[PATCH 2/2] rtc: ds1307: Add support for configuring external clock pin
 2016-05-30  5:14 UTC  (2+ messages)

[PATCH] pinctrl: iomux-v3: Cleaning SION patch before applying
 2016-05-30  5:09 UTC  (2+ messages)

Some fixes for MPC5200 platforms
 2016-05-30  5:08 UTC  (6+ messages)
` [PATCH 1/4] PPC: fix size optimisation
` [PATCH 2/4] PPC: clean compiler warning
` [PATCH 3/4] PPC/MPC5XXX/reginfo: fix a bunch of compiler warnings
` [PATCH 4/4] PPC/MPC5200: enable a useful command by default

[PATCH 1/3] globalvar: add missing static inline stubs
 2016-05-30  5:04 UTC  (4+ messages)
` [PATCH 2/3] nvvar: "
` [PATCH 3/3] common: select dependencies for defaultenv-2

am335x questions
 2016-05-27 13:52 UTC  (3+ messages)

[PATCH v2 00/62] Update UBI
 2016-05-27  7:44 UTC  (63+ messages)
` [PATCH v2 01/62] UBI: add missing kmem_cache_free() in process_pool_aeb error path
` [PATCH v2 02/62] UBI: Improve comment on work_sem
` [PATCH v2 03/62] UBI: ubi_eba_read_leb: Remove in vain variable assignment
` [PATCH v2 04/62] UBI: wl: Rename cancel flag to shutdown
` [PATCH v2 05/62] UBI: Fix trivial typo in __schedule_ubi_work
` [PATCH v2 06/62] UBI: Fastmap: Calc fastmap size correctly
` [PATCH v2 07/62] UBI: Extend UBI layer debug/messaging capabilities
` [PATCH v2 08/62] UBI: vtbl: Use ubi_eba_atomic_leb_change()
` [PATCH v2 09/62] UBI: Fix double free after do_sync_erase()
` [PATCH v2 10/62] UBI: Fix invalid vfree()
` [PATCH v2 11/62] UBI: extend UBI layer debug/messaging capabilities - cosmetics
` [PATCH v2 12/62] UBI: clean-up printing helpers
` [PATCH v2 13/62] UBI: do propagate positive error codes up
` [PATCH v2 14/62] UBI: Fastmap: Care about the protection queue
` [PATCH v2 15/62] UBI: fix missing brace control flow
` [PATCH v2 16/62] UBI: account for bitflips in both the VID header and data
` [PATCH v2 17/62] UBI: fix out of bounds write
` [PATCH v2 18/62] UBI: initialize LEB number variable
` [PATCH v2 19/62] UBI: align comment for readability
` [PATCH v2 20/62] UBI: Split __wl_get_peb()
` [PATCH v2 21/62] UBI: Fastmap: Make ubi_refill_pools() fair
` [PATCH v2 22/62] UBI: Fastmap: Don't allocate new ubi_wl_entry objects
` [PATCH v2 23/62] UBI: Fastmap: Fix memory leaks while closing the WL sub-system
` [PATCH v2 24/62] UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
` [PATCH v2 25/62] UBI: Fastmap: Wrap fastmap specific function in a ifdef
` [PATCH v2 26/62] UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()
` [PATCH v2 27/62] UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()
` [PATCH v2 28/62] UBI: Fastmap: Remove bogus ubi_assert()
` [PATCH v2 29/62] UBI: Fastmap: Remove eba_orphans logic
` [PATCH v2 30/62] UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails
` [PATCH v2 31/62] UBI: Fastmap: Make WL pool size 50% of user pool size
` [PATCH v2 32/62] UBI: Fastmap: Fix leb_count unbalance
` [PATCH v2 33/62] UBI: Fastmap: Set used_ebs only for static volumes
` [PATCH v2 34/62] UBI: Fastmap: Prepare for variable sized fastmaps
` [PATCH v2 35/62] UBI: Fastmap: Rework fastmap error paths
` [PATCH v2 36/62] UBI: Fix stale pointers in ubi->lookuptbl
` [PATCH v2 37/62] UBI: Move fastmap specific functions out of wl.c
` [PATCH v2 38/62] UBI: Add accessor functions for WL data structures
` [PATCH v2 39/62] UBI: Fastmap: Wire up WL accessor functions
` [PATCH v2 40/62] UBI: Fastmap: Introduce ubi_fastmap_init()
` [PATCH v2 41/62] UBI: Fastmap: Introduce may_reserve_for_fm()
` [PATCH v2 42/62] UBI: Fastmap: Remove is_fm_block()
` [PATCH v2 43/62] UBI: Fastmap: Fall back to scanning mode after ECC error
` [PATCH v2 44/62] UBI: Fastmap: Use max() to get the larger value
` [PATCH v2 45/62] UBI: Fastmap: Remove unnecessary `\'
` [PATCH v2 46/62] UBI: Fastmap: Rename variables to make them meaningful
` [PATCH v2 47/62] UBI: Init vol->reserved_pebs by assignment
` [PATCH v2 48/62] UBI: Fastmap: Do not add vol if it already exists
` [PATCH v2 49/62] UBI: add a helper function for updatting on-flash layout volumes
` [PATCH v2 50/62] UBI: Remove unnecessary `\'
` [PATCH v2 51/62] UBI: Validate data_size
` [PATCH v2 52/62] UBI: return ENOSPC if no enough space available
` [PATCH v2 53/62] UBI: Fastmap: Simplify expression
` [PATCH v2 54/62] UBI: Fix typo in comment
` [PATCH v2 55/62] UBI: Fix debug message
` [PATCH v2 56/62] UBI: Fastmap: Fix PEB array type
` [PATCH v2 57/62] UBI: fix use of "VID" vs. "EC" in header self-check
` [PATCH v2 58/62] mtd: ubi: fixup error correction in do_sync_erase()
` [PATCH v2 59/62] mtd: ubi: don't leak e if schedule_erase() fails
` [PATCH v2 60/62] mtd: ubi: wl: avoid erasing a PEB which is empty
` [PATCH v2 61/62] ubi: Fix out of bounds write in volume update code
` [PATCH v2 62/62] mtd: UBI: Remove ubi_free_fastmap

[PATCH 00/62] Update UBI
 2016-05-27  7:26 UTC  (71+ messages)
` [PATCH 01/62] UBI: add missing kmem_cache_free() in process_pool_aeb error path
` [PATCH 02/62] UBI: Improve comment on work_sem
` [PATCH 03/62] UBI: ubi_eba_read_leb: Remove in vain variable assignment
` [PATCH 04/62] UBI: wl: Rename cancel flag to shutdown
` [PATCH 05/62] UBI: Fix trivial typo in __schedule_ubi_work
` [PATCH 06/62] UBI: Fastmap: Calc fastmap size correctly
` [PATCH 07/62] UBI: Extend UBI layer debug/messaging capabilities
` [PATCH 08/62] UBI: vtbl: Use ubi_eba_atomic_leb_change()
` [PATCH 09/62] UBI: Fix double free after do_sync_erase()
` [PATCH 10/62] UBI: Fix invalid vfree()
` [PATCH 11/62] UBI: extend UBI layer debug/messaging capabilities - cosmetics
` [PATCH 12/62] UBI: clean-up printing helpers
` [PATCH 13/62] UBI: do propagate positive error codes up
` [PATCH 14/62] UBI: Fastmap: Care about the protection queue
` [PATCH 15/62] UBI: fix missing brace control flow
` [PATCH 16/62] UBI: account for bitflips in both the VID header and data
` [PATCH 17/62] UBI: fix out of bounds write
` [PATCH 18/62] UBI: initialize LEB number variable
` [PATCH 19/62] UBI: align comment for readability
` [PATCH 20/62] UBI: Split __wl_get_peb()
` [PATCH 21/62] UBI: Fastmap: Make ubi_refill_pools() fair
` [PATCH 22/62] UBI: Fastmap: Don't allocate new ubi_wl_entry objects
` [PATCH 23/62] UBI: Fastmap: Fix memory leaks while closing the WL sub-system
` [PATCH 24/62] UBI: Fastmap: Notify user in case of an ubi_update_fastmap() failure
` [PATCH 25/62] UBI: Fastmap: Wrap fastmap specific function in a ifdef
` [PATCH 26/62] UBI: Fastmap: Fix fastmap usage in ubi_volume_notify()
` [PATCH 27/62] UBI: Fastmap: Fix race in ubi_eba_atomic_leb_change()
` [PATCH 28/62] UBI: Fastmap: Remove bogus ubi_assert()
` [PATCH 29/62] UBI: Fastmap: Remove eba_orphans logic
` [PATCH 30/62] UBI: Fastmap: Switch to ro mode if invalidate_fastmap() fails
` [PATCH 31/62] UBI: Fastmap: Make WL pool size 50% of user pool size
` [PATCH 32/62] UBI: Fastmap: Fix leb_count unbalance
` [PATCH 33/62] UBI: Fastmap: Set used_ebs only for static volumes
` [PATCH 34/62] UBI: Fastmap: Prepare for variable sized fastmaps
` [PATCH 35/62] UBI: Fastmap: Rework fastmap error paths
` [PATCH 36/62] UBI: Fix stale pointers in ubi->lookuptbl
` [PATCH 37/62] UBI: Move fastmap specific functions out of wl.c
` [PATCH 38/62] UBI: Add accessor functions for WL data structures
` [PATCH 39/62] UBI: Fastmap: Wire up WL accessor functions
` [PATCH 40/62] UBI: Fastmap: Introduce ubi_fastmap_init()
` [PATCH 41/62] UBI: Fastmap: Introduce may_reserve_for_fm()
` [PATCH 42/62] UBI: Fastmap: Remove is_fm_block()
` [PATCH 43/62] UBI: Fastmap: Fall back to scanning mode after ECC error
` [PATCH 44/62] UBI: Fastmap: Use max() to get the larger value
` [PATCH 45/62] UBI: Fastmap: Remove unnecessary `\'
` [PATCH 46/62] UBI: Fastmap: Rename variables to make them meaningful
` [PATCH 47/62] UBI: Init vol->reserved_pebs by assignment
` [PATCH 48/62] UBI: Fastmap: Do not add vol if it already exists
` [PATCH 49/62] UBI: add a helper function for updatting on-flash layout volumes
` [PATCH 50/62] UBI: Remove unnecessary `\'
` [PATCH 51/62] UBI: Validate data_size
` [PATCH 52/62] UBI: return ENOSPC if no enough space available
` [PATCH 53/62] UBI: Fastmap: Simplify expression
` [PATCH 54/62] UBI: Fix typo in comment
` [PATCH 55/62] UBI: Fix debug message
` [PATCH 56/62] UBI: Fastmap: Fix PEB array type
` [PATCH 57/62] UBI: fix use of "VID" vs. "EC" in header self-check
` [PATCH 58/62] mtd: ubi: fixup error correction in do_sync_erase()
` [PATCH 59/62] mtd: ubi: don't leak e if schedule_erase() fails
` [PATCH 60/62] mtd: ubi: wl: avoid erasing a PEB which is empty
` [PATCH 61/62] ubi: Fix out of bounds write in volume update code
` [PATCH 62/62] mtd: UBI: Remove ubi_free_fastmap

[PATCH] console: Fix initial value of baudrate parameter
 2016-05-26  7:15 UTC 

[PATCH 1/3] usb: ohci: Clear control register at driver startup
 2016-05-26  6:28 UTC  (5+ messages)
` [PATCH 2/3] usb: Add OHCI platform driver
` [PATCH 3/3] usb: Replace AT91 OHCI driver with platform OHCI driver

[PATCH] MCI: imx-esdhc: Allow to use 1-bit bus width in board files
 2016-05-25  8:48 UTC  (4+ messages)

[PATCH] crypto: add CRC32 digest
 2016-05-25  8:41 UTC  (2+ messages)

[PATCH] ARM: boot: add prepend option for board specific ATAGs
 2016-05-25  8:00 UTC  (2+ messages)

[PATCH] of: Add missing include
 2016-05-24 10:52 UTC 

[PATCH] of: base: Match simple-mfd devices
 2016-05-23 10:23 UTC 

[PATCH 0/3] Add basic support for arm64
 2016-05-23  8:33 UTC  (3+ messages)

[PATCH] ARM: clps711x: Simplify clock initialization
 2016-05-23  7:51 UTC  (2+ messages)

[PATCH] ARM: imx51: Remove stale comment
 2016-05-23  7:49 UTC  (2+ messages)

[PATCH 1/2] socfpga: correct start vector when not using extra barebox header
 2016-05-23  7:49 UTC  (2+ messages)

[PATCH v2] imd: make it work on big-endian machines
 2016-05-23  7:33 UTC  (2+ messages)

[PATCH 1/2] rtc: ds1307: Add ds1308 to driver's ID list
 2016-05-23  6:31 UTC  (2+ messages)

[PATCH] ATA: platform_ide: Fix patch "driver: replace dev_request_mem_region with dev_request_mem_resource" dev_request_mem_region with dev_request_mem_resource" The driver trying to use memory resource, then IO resource. The ALT register is optional
 2016-05-23  6:27 UTC  (2+ messages)

[PATCH 2/2] socfpga: Stop putting 512 byte header on SocFPGA images
 2016-05-20 23:11 UTC 

[PATCH 1/3] ARM: add fncpy.h from linux v4.6
 2016-05-20 18:24 UTC  (5+ messages)
` [PATCH 2/3] firmware: socfpga: set APPLYCFG after loading bitstream
` [PATCH 3/3] firmware: add support for compressed images

page:  |  | latest

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