[PATCH 1/5] driver: Adopt DMA mask concept from Linux
2018-08-31 5:18 UTC (5+ messages)
` [PATCH 2/5] net: fec_imx: Specify that DMA is 32-bit only
` [PATCH 3/5] mci: imx-esdhc: "
` [PATCH 4/5] net: fec_imx: Return EFAULT when DMA mapping fails
` [PATCH 5/5] mci: imx-esdhc: "
[PATCH 5/5] mfd: rave-sp: Emulate CMD_GET_STATUS on device that don't support it
2018-08-31 5:17 UTC
[PATCH 0/5] RAVE SP driver fixes
2018-08-31 5:15 UTC (5+ messages)
` [PATCH 1/5] mfd: rave-sp: Remove unused defines
` [PATCH 2/5] mfd: rave-sp: Fix incorrectly specified checksum type
` [PATCH 3/5] mfd: rave-sp: Add mapping for legacy EEPROM command
` [PATCH 4/5] mfd: rave-sp: Add legacy watchdog ping command translation
[PATCH] ratp: fix sending data that won't fit in a single RATP packet
2018-08-30 22:37 UTC
TFTP improvements
2018-08-30 11:40 UTC (7+ messages)
` [PATCH 1/5] fs: tftp: overhaul debugging
` [PATCH 2/5] fs: tftp: fix memory hole
` [PATCH 3/5] fs: tftp: fix return value
` [PATCH 4/5] fs: tftp: hide files which are actually not present on the server
` [PATCH 5/5] fs: tftp: improve file size handling
[PATCH v3] lxc: add new package
2018-08-30 7:26 UTC (4+ messages)
[PATCH v2] clk: i.MX: Port Linux clock tree for i.MX51 and i.MX53
2018-08-30 5:02 UTC
[PATCH v2 1/2] scripts: imx: Add support for signed HDMI firmware
2018-08-30 5:01 UTC (2+ messages)
` [PATCH v2 2/2] ARM: i.MX: xload: "
[PATCH] ARM: vf610dev: Change "Zodiac" to "ZII"
2018-08-30 5:00 UTC
[PATCH 1/2] scripts: imx: Add support for signed HDMI firmware
2018-08-30 4:56 UTC (4+ messages)
` [PATCH 2/2] ARM: i.MX: xload: "
dwc2 USB host initialization issue
2018-08-29 14:06 UTC
[PATCH] arm: mach-imx: remove unused header
2018-08-29 13:26 UTC
[PATCH v2] ARM: i.MX: Reset OTG controller during startup
2018-08-29 13:18 UTC
[PATCH 00/56] Update Barebox UBI
2018-08-29 12:20 UTC (57+ 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 16/56] ubi: Check whether the Fastmap anchor matches the super block
` [PATCH 17/56] ubi: Be more paranoid while seaching for the most recent Fastmap
` [PATCH 18/56] UBI: fastmap: use ubi_find_volume() instead of open coding it
` [PATCH 19/56] UBI: fix add_fastmap() to use the vid_hdr passed in argument
` [PATCH 20/56] UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary
` [PATCH 21/56] UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header
` [PATCH 22/56] UBI: factorize code used to manipulate volumes at attach time
` [PATCH 23/56] UBI: factorize destroy_av() and ubi_remove_av() code
` [PATCH 24/56] UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb()
` [PATCH 25/56] UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}()
` [PATCH 26/56] UBI: provide helpers to allocate and free aeb elements
` [PATCH 27/56] UBI: move the global ech and vidh variables into struct ubi_attach_info
` [PATCH 28/56] UBI: simplify recover_peb() code
` [PATCH 29/56] UBI: simplify LEB write and atomic LEB change code
` [PATCH 30/56] UBI: add an helper to check lnum validity
` [PATCH 31/56] UBI: provide an helper to check whether a LEB is mapped or not
` [PATCH 32/56] UBI: provide an helper to query LEB information
` [PATCH 33/56] UBI: hide EBA internals
` [PATCH 34/56] UBI: introduce the VID buffer concept
` [PATCH 35/56] ubi: Deal with interrupted erasures in WL
` [PATCH 36/56] ubi: Fix races around ubi_refill_pools()
` [PATCH 37/56] ubi: Fix Fastmap's update_vol()
` [PATCH 38/56] ubi: fix swapped arguments to call to ubi_alloc_aeb
` [PATCH 39/56] UBI: Fix crash in try_recover_peb()
` [PATCH 40/56] ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap()
` [PATCH 41/56] UBI: Fix typos
` [PATCH 42/56] ubi/upd: Always flush after prepared for an update
` [PATCH 43/56] ubi: fastmap: Fix slab corruption
` [PATCH 44/56] ubi: pr_err() strings should end with newlines
` [PATCH 45/56] ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"
` [PATCH 46/56] UBI: Fix two typos in comments
` [PATCH 47/56] ubi: fastmap: Clean up the initialization of pointer p
` [PATCH 48/56] ubi: fastmap: Erase outdated anchor PEBs during attach
` [PATCH 49/56] ubi: Fastmap: Fix typo
` [PATCH 50/56] ubi: Fix copy/paste error in function documentation
` [PATCH 51/56] mtd: ubi: wl: Fix error return code in ubi_wl_init()
` [PATCH 52/56] ubi: fastmap: Correctly handle interrupted erasures in EBA
` [PATCH 53/56] ubi: fastmap: Check each mapping only once
` [PATCH 54/56] ubi: fastmap: Detect EBA mismatches on-the-fly
` [PATCH 55/56] mtd: ubi: Update ubi-media.h to dual license
` [PATCH 56/56] ubi: Initialize Fastmap checkmapping correctly
[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 (6+ 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 (5+ messages)
` [PATCH 1/4] ratp: implement i2c read/write support
[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] 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 (2+ messages)
[PATCH 00/22] i.MX BBU improvements and bugfixes
2018-08-23 21:01 UTC (6+ messages)
` [PATCH 02/22] filetype: Add code to detect i.MX image v1
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