mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[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] pinctrl: iomux-v3: Cleaning SION patch before applying
 2016-05-26 18:02 UTC 

am335x questions
 2016-05-26 14:44 UTC  (2+ messages)

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

[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 0/2] evaluate integrity of a barebox image
 2016-05-23 11:48 UTC  (3+ messages)
` [PATCH 1/2] images: write checksum into barebox header
` [PATCH 2/2] images: add function to verify checksum in "

[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  (6+ messages)
` [PATCH 1/3] arch: add minimal aarch64 support
` [PATCH 2/3] arm64: add basic mmu support
` [PATCH 3/3] arm64: board: virt: set up mmu

[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

Console not work with CONFIG_CONSOLE_ACTIVATE_FIRST
 2016-05-20 10:02 UTC  (2+ messages)

[PATCH] ARM: i.MX: iim: Remove debug printk
 2016-05-20  5:59 UTC 

[PATCH 1/2] ubiformat: Ignore bitflip errors
 2016-05-20  5:58 UTC  (2+ messages)
` [PATCH 2/2] ubiformat: Fix formatting devices with unreadable areas

[PATCH] imd: make it work on big-endian machine
 2016-05-20  5:22 UTC  (2+ messages)

[PATCH 2/2] rtc: ds1307: Add support for configuring external clock pin
 2016-05-19 23:39 UTC 

[PATCH 1/4] mtd: nand: nand_mxs: Factor out BCH setup function
 2016-05-19  7:00 UTC  (6+ messages)
` [PATCH 2/4] mtd: nand: Pass page argument to read_subpage hook
` [PATCH 3/4] mtd: nand: Enable subpage reads
` [PATCH 4/4] mtd: nand: nand_mxs: Add subpage read support

[PATCH] imx-bbu-nand-fcb: add missing newline character
 2016-05-19  6:40 UTC  (2+ messages)

v2016.05.0
 2016-05-19  6:23 UTC  (3+ messages)

[PATCH v3 0/6] AIODEV subsystem
 2016-05-18  5:49 UTC  (8+ messages)
` [PATCH v3 1/6] drivers: Introduce "
` [PATCH v3 2/6] commands: Add 'hwmon' command
` [PATCH v3 3/6] syscon: Do not return NULL when driver is not selected
` [PATCH v3 4/6] syscon: Decrease driver registration priority
` [PATCH v3 5/6] aiodev: Add TEMPMON driver
` [PATCH v3 6/6] aiodev: Add basic LM75 temperature driver

[PATCH 1/3] ARM: i.MX: IIM: Add functions to access fuses field wise
 2016-05-17  9:04 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX: IIM: Add function to enable permanent write
` [PATCH 3/3] ARM: i.MX: HABv3: Set to production mode

[PATCH] mci: imx-esdhc: implement reset quirks for i.MX6 DualLite/Solo
 2016-05-17  7:45 UTC  (3+ messages)

[PATCH v2 0/6] AIODEV subsystem
 2016-05-13 15:44 UTC  (9+ messages)
` [PATCH v2 1/6] drivers: add nvmem framework from kernel
` [PATCH v2 2/6] ocotp: Register OCOTP with 'nvmem'
` [PATCH v2 3/6] drivers: Introduce AIODEV subsystem
` [PATCH v2 4/6] commands: Add 'hwmon' command
` [PATCH v2 5/6] aiodev: Add TEMPMON driver
` [PATCH v2 6/6] aiodev: Add basic LM75 temperature driver

[PATCH] net: phy: micrel: KSZ9081/KSZ8091: Disable broadcast mode
 2016-05-13 10:09 UTC  (2+ messages)

[PATCH 1/1] reset_source: export reset_source_set_priority
 2016-05-13 10:02 UTC  (2+ messages)

Is barebox support usb mass storeage?
 2016-05-13  9:59 UTC  (4+ messages)

variables with random values
 2016-05-12 19:41 UTC  (2+ messages)

[PATCH 1/2] bootm: Move magicvar descriptions to common/bootm.c
 2016-05-11  6:17 UTC  (2+ messages)
` [PATCH 2/2] bootm: make verbosity controllable via global variable

[PATCH 1/6] bootm: Move bootm options to common/Kconfig
 2016-05-10 14:08 UTC  (6+ messages)
` [PATCH 2/6] bootm: Add missing BOOTM_FORCE_SIGNED_IMAGES option
` [PATCH 3/6] bootm: fit: Print error when image is not hashed
` [PATCH 4/6] bootm: fit: Print error when image is not signed
` [PATCH 5/6] bootm: set bootm_verify_mode to correct value
` [PATCH 6/6] bootm: Add verify mode "available"

[PATCH] ARM: mxs: add parameter to mx28_mem_init to allow custom memory config
 2016-05-10  6:14 UTC  (2+ messages)

[PATCH] partitions: dos: add partuuid string for logical partitions
 2016-05-10  6:14 UTC  (2+ messages)

[PATCH v2] mci: imx-esdhc: implement reset quirks for i.MX6 DualLite/Solo
 2016-05-09  6:41 UTC  (2+ messages)

[PATCH] net: fec: add simple support for fixed-link
 2016-05-09  6:31 UTC  (4+ messages)

[PATCH 0/9] i.MX6Q+ fixes plus number of latest Kernel changes
 2016-05-04 21:53 UTC  (3+ messages)
` [PATCH 4/9] PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()

[PATCH 0/6] AIODEV subsystem
 2016-05-04 15:47 UTC  (7+ messages)
` [PATCH 3/6] drivers: Introduce "

[PATCH] ARM: phytec-som-imx6: add automount for first partition on eMMC
 2016-05-04 13:01 UTC  (2+ messages)

Fwd: Micrel KSZ9031RN PHY problem
 2016-05-04 10:39 UTC  (13+ messages)

[PATCH] fixup! PCI: imx6: Move PHY reset into imx6_pcie_establish_link()
 2016-05-03  7:16 UTC  (2+ messages)

[PATCH for next 00/15] New Phytec i.MX6 Patches
 2016-05-03  7:12 UTC  (7+ messages)
` [PATCH for next 08/15] ARM: phytec-som-imx6: add boot device emmc and automount

page:  |  | latest

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