[PATCH 00/56] Update Barebox UBI
2018-08-29 12:19 UTC (24+ messages)
` [PATCH 01/56] UBI: Fastmap: Fix memory leak while attaching
` [PATCH 02/56] UBI: Remove alloc_ai() slab name from parameter list
` [PATCH 03/56] UBI: Don't read back all data in ubi_eba_copy_leb()
` [PATCH 04/56] UBI: Modify wrong comment in ubi_leb_map function
` [PATCH 05/56] UBI: Clean up return in ubi_remove_volume()
` [PATCH 06/56] UBI: Set free_count to zero before walking through erase list
` [PATCH 07/56] UBI: Fix static volume checks when Fastmap is used
` [PATCH 08/56] ubi: Make recover_peb power cut aware
` [PATCH 09/56] ubi: Fix race condition between ubi device creation and udev
` [PATCH 10/56] ubi: Fix early logging
` [PATCH 11/56] ubi: Make volume resize power cut aware
` [PATCH 12/56] ubi: Fix scan_fast() comment
` [PATCH 13/56] ubi: Introduce vol_ignored()
` [PATCH 14/56] ubi: Fix whitespace issue in count_fastmap_pebs()
` [PATCH 15/56] ubi: Rework Fastmap attach base code
` [PATCH 17/56] ubi: Be more paranoid while seaching for the most recent Fastmap
` [PATCH 19/56] UBI: fix add_fastmap() to use the vid_hdr passed in argument
` [PATCH 21/56] UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
` [PATCH 23/56] UBI: factorize destroy_av() and ubi_remove_av() code
` [PATCH 25/56] UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
` [PATCH 27/56] UBI: move the global ech and vidh variables into struct ubi_attach_info
` [PATCH 31/56] UBI: provide an helper to check whether a LEB is mapped or not
` [PATCH 35/56] ubi: Deal with interrupted erasures in WL
[PATCH] drivers: net: designware: select reset controller
2018-08-29 10:06 UTC
[PATCH] gpio: pca953x: add oftree support
2018-08-29 9:08 UTC
[PATCH 0/5] i.MX habv4: decode error/warning events and support new CST version
2018-08-29 7:59 UTC (10+ messages)
` [PATCH 1/5] i.MX habv4: properly indent defines and enums
` [PATCH 2/5] i.MX habv4: convert habv4_get_status() and habv4_display_event() from printf to pr_err()
` [PATCH 3/5] i.MX habv4: habv4_get_status(): display warning events, too
` [PATCH 4/5] i.MX habv4: habv4_display_event_record(): Add function to decode event record
` [PATCH 5/5] scripts imx-image: add support for newer versions of "cst"
[PATCH 1/2] bbu: Look for default handler in barebox_update_handler_exists()
2018-08-29 7:58 UTC (3+ messages)
` [PATCH 2/2] commands: barebox-update: Improve nonexistent handler reporting
[PATCH 0/6] i.MX51 RDU1 and Babbage USB fixes
2018-08-29 7:41 UTC (13+ messages)
` [PATCH 1/6] clk: i.MX: Port Linux clock tree for i.MX51 and i.MX53
` [PATCH 2/6] ARM: imx51-zii-rdu1: Swtich to using Linux clock tree
` [PATCH 3/6] ARM: freescale-mx51-babbage: "
` [PATCH 4/6] ARM: freescale-mx51-babbage: Add USBH1 PHY reset sequence
` [PATCH 5/6] dts: imx51-babbage: Add USBH1 iomux configuration
` [PATCH 6/6] ARM: imx51-zii-rdu1: Add USBH1,2 "
[PATCH 1/2] USB: host: hub: Make sure to remove dangling pointers
2018-08-29 7:40 UTC (3+ messages)
` [PATCH 2/2] USB: host: hub: Adjust device speed after every port reset
[PATCH v2] commands: of_property: copy value instead of resizing
2018-08-29 7:20 UTC (2+ messages)
[PATCH] arm: mach-omap: bbu_emmc: Fix return value
2018-08-29 6:57 UTC (2+ messages)
[PATCH 1/2] clk: clk-sccg-pll: Remove leftover debug output
2018-08-28 19:25 UTC (7+ messages)
` [PATCH 2/2] clk: clk-sccg-pll: Drop prepare/unprepare for SCCG_PLL2
[PATCH] commands: of_property: do not free data in general
2018-08-28 6:53 UTC (3+ messages)
[PATCH 0/3] i.MX8 malloc pool position and 32-bit only DMA
2018-08-27 23:38 UTC (10+ messages)
` [PATCH 1/3] mci: imx-esdhc: Bail out if DMA address is larger than 32-bits
` [PATCH 2/3] net: fec: "
` [PATCH 3/3] ARM: start: Place malloc pool within 32-bit address space
[PATCH] ARM: phytec-phycard-imx27: Add debug UART support
2018-08-27 14:45 UTC (7+ messages)
RATP i2c and GPIO support
2018-08-27 9:09 UTC (11+ messages)
` [PATCH 1/4] ratp: implement i2c read/write support
` [PATCH 2/4] bbremote: "
` [PATCH 3/4] ratp: implement support for GPIO commands
` [PATCH 4/4] bbremote: implement support for GPIO operations
[PATCH] imx{5,6}: reset otg port after usb-serial boot
2018-08-27 8:29 UTC (10+ messages)
[PATCH] bootsource: handle SPI-NOR in the same way as SPI-EEPROM
2018-08-27 7:23 UTC (2+ messages)
[PATCH 1/2] scripts: imx: Add support for signed HDMI firmware
2018-08-27 7:21 UTC (3+ messages)
` [PATCH 2/2] ARM: i.MX: xload: "
[PATCH] ARM: i.MX5 clock: add clock provider support
2018-08-25 21:01 UTC (2+ messages)
[PATCH 0/5] include/linux/log2.h warning fix
2018-08-24 8:23 UTC (7+ messages)
` [PATCH 1/5] log2: make order_base_2() behave correctly on const input value zero
` [PATCH 2/5] give up on gcc ilog2() constant optimizations
` [PATCH 3/5] log2: Use fls_long() in __roundup_pow_of_two()
` [PATCH 4/5] linux/log2.h: fix kernel-doc notation
` [PATCH 5/5] scsi: ilog2: create truly constant version for sparse
[PATCH] ARM: mmu64: Don't flush freshly invalidated region
2018-08-24 8:12 UTC (2+ messages)
[PATCH v2 00/24] i.MX BBU improvements and bugfixes
2018-08-24 8:09 UTC (26+ messages)
` [PATCH v2 01/24] ARM: i.MX: bbu: Remove unused define
` [PATCH v2 02/24] filetype: Add arch/ to include path
` [PATCH v2 03/24] filetype: Add code to detect i.MX image v1
` [PATCH v2 04/24] filetype: Add code to detect i.MX image v2
` [PATCH v2 05/24] ARM: i.MX: bbu: Move inner-image type check
` [PATCH v2 06/24] ARM: i.MX: bbu: Drop IMX_INTERNAL_FLAG_NAND
` [PATCH v2 07/24] ARM: i.MX: bbu: Consolidate various update helpers
` [PATCH v2 08/24] ARM: i.MX: bbu: Simplify imx53_bbu_internal_nand_register_handler()
` [PATCH v2 09/24] ARM: i.MX: bbu: Constify all 'devicefile' arguments
` [PATCH v2 10/24] ARM: i.MX: bbu: Detect which platforms need v2 i.MX header
` [PATCH v2 11/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_mmc_register_handler()
` [PATCH v2 12/24] ARM: i.MX: bbu: Alias imx5*_bbu_internal_spi_i2c_register_handler()
` [PATCH v2 13/24] ARM: i.MX: bbu: Move protect code into a separate routine
` [PATCH v2 14/24] ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQ
` [PATCH v2 15/24] ARM: i.MX: bbu: Add support for SPI/I2C on VFxxx
` [PATCH v2 16/24] ARM: i.MX: zii-vf610-dev-rev-b/c: Add support for BBU on SPI-NOR
` [PATCH v2 17/24] ARM: i.MX: bbu: Add support for MMC on i.MX8MQ
` [PATCH v2 18/24] ARM: nxp-imx8mq-evk: Add eMMC BBU configuration
` [PATCH v2 19/24] libfile: Introduce pwrite_full()
` [PATCH v2 20/24] ARM: i.MX: bbu: Use pwrite_full() instead of pwrite()
` [PATCH v2 21/24] bbu: Remove logical negation in barebox_update_handler_exists()
` [PATCH v2 22/24] block: Do not ignore error in blk->ops->write()
` [PATCH v2 23/24] bbu: Report update failures explicitly
` [PATCH v2 24/24] bbu: command: Make sure specified update handler exists
[PATCH v4 0/3] Add Davicom phy + reset-gpios
2018-08-24 8:03 UTC (5+ messages)
` [PATCH v4 1/3] phylib: add Davicom PHY support
` [PATCH v4 2/3] phylib: add support for reset-gpios
` [PATCH v4 3/3] at91sam9263ek: add PHY, miitool etc. to config
[PATCH 00/22] i.MX BBU improvements and bugfixes
2018-08-23 21:01 UTC (28+ messages)
` [PATCH 02/22] filetype: Add code to detect i.MX image v1
` [PATCH 04/22] ARM: i.MX: bbu: Move inner-image type check
` [PATCH 06/22] ARM: i.MX: bbu: Consolidate vairous update helpers
` [PATCH 13/22] ARM: i.MX: bbu: Adjust FLASH_HEADER_OFFSET_MMC for i.MX8MQ
` [PATCH 17/22] ARM: nxp-imx8mq-evk: Add eMMC BBU configuration
` [PATCH 18/22] ARM: i.MX: bbu: Adjust error code check for pwrite()
` [PATCH 19/22] bbu: Remove logical negation in barebox_update_handler_exists()
` [PATCH 20/22] block: Do not ignore error in blk->ops->write()
` [PATCH 21/22] bbu: Report update failures explicitly
` [PATCH 22/22] bbu: command: Make sure specified update handler exists
[PATCH v3 0/3] Add Davicom phy + reset-gpios
2018-08-22 18:26 UTC (6+ messages)
` [PATCH v3 2/3] phylib: add support for reset-gpios
i2c master send/receive mode
2018-08-22 7:37 UTC (4+ messages)
` [PATCH 1/2] i2c_write: document master send mode
` [PATCH 2/2] i2c_read: implement support for master receive mode
[PATCH] bbremote: add missing 'md' packet handler
2018-08-22 7:34 UTC (2+ messages)
[PATCH] Revert "i.MX: Add provisions to boot from IRAM"
2018-08-22 7:33 UTC (2+ messages)
[PATCH] net: Do not route traffic to interfaces that are not up
2018-08-22 7:20 UTC (2+ messages)
[PATCH] include/common: Make use of ALIGN and ALIGN_DOWN
2018-08-22 7:19 UTC (2+ messages)
[PATCH] ARM: cache-l2x0: Make use of IS_ALIGNED and ALIGN_DOWN
2018-08-22 7:19 UTC (2+ messages)
[PATCH 1/2] ARM: imx: add fusemap entries for i.MX6SDL silicon revision >=1.4
2018-08-21 7:42 UTC (2+ messages)
[PATCH 1/3] ARM: dts: am335x: introduce new "stripped" common.dtsi for PBL use
2018-08-21 7:22 UTC (2+ messages)
barebox-2018.07.2 and barebox-2018.08.1
2018-08-21 7:20 UTC
[PATCH] ARM: i.MX: Disable OTG controller during startup
2018-08-21 7:02 UTC (2+ messages)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox