mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/8] usb: ohci-hcd: Do not zero out DMA coherent memory
 2019-05-27 18:14 UTC 

[PATCH 1/4] Makefile-imx: replace static variant to dynamic for signing images
 2019-05-27 13:08 UTC  (6+ messages)
` [PATCH 2/4] imx6, imx7, imx8: changing hardcoded suffix to variable
` [PATCH 3/4] i.mx6: signed boot: add habv4-imx6-gencsf.h to the flash header of the PHYTEC boards
` [PATCH 4/4] imx6: added fit image signature to the devicetree for "

[PATCH v2] gpio: add driver for PCF857x, PCA{85, 96}7x, and MAX732[89] I2C GPIO expanders
 2019-05-27 10:00 UTC 

[PATCH 00/18] scripts: enable compilation on macOS
 2019-05-27  9:57 UTC  (19+ messages)
` [PATCH 01/18] kbuild: suppress warnings from 'getconf LFS_*'
` [PATCH 02/18] kbuild: Use ls(1) instead of stat(1) to obtain file size
` [PATCH 03/18] scripts: extract symbol offsets using target, not host, nm
` [PATCH 04/18] scripts: includes: restrict strlcpy prototype to glibc
` [PATCH 05/18] scripts: compiler.h: don't include <stdint.h> twice
` [PATCH 06/18] scripts: don't depend on system <asm/types.h>
` [PATCH 07/18] scripts: bareboxcrc32: remove usage of loff_t
` [PATCH 08/18] scripts: bareboximd: "
` [PATCH 09/18] scripts: compiler.h: add endianness helpers for macOS
` [PATCH 10/18] scripts: use "compiler.h" endianness helpers
` [PATCH 11/18] scripts: mkimage: s/fdatasync/fsync/ on macOS & OpenBSD
` [PATCH 12/18] scripts: removes uses of <asm*/errno.h> in favor of <errno.h>
` [PATCH 13/18] scripts: omap3-usb-loader: don't depend on unportable le32toh
` [PATCH 14/18] scripts: omap3-usb-loader: drop unneeded header
` [PATCH 15/18] scripts: imx-usb-loader: don't depend on unportable headers
` [PATCH 16/18] scripts: kwbimage: fix build with non-glibc systems
` [PATCH 17/18] scripts: compiler.h: use Linux <endian.h> as default
` [PATCH 18/18] scripts: compiler.h: support BSDs as well

[PATCH v2 0/5] clk: imx6: work around LDB hang caused by ERR009219
 2019-05-27  9:19 UTC  (28+ messages)
` [PATCH v2 1/5] clk: imx6: remove quirky clk_set_parent(LDB_diN_sel, pll5_video_div)
` [PATCH v2 2/5] clk: imx6: Make the LDB_DI0 and LDB_DI1 clocks read-only
` [PATCH v2 3/5] clk: imx6: Mask mmdc_ch1 handshake for periph2_sel and mmdc_ch1_axi_podf
` [PATCH v2 4/5] clk: imx6: Fix procedure to switch the parent of LDB_DI_CLK
` [PATCH v2 5/5] clk: imx6: define an enum for ldb mux inputs

[PATCH] scripts: kwboot: fix comparison with out-of-range constant
 2019-05-27  7:25 UTC 

[PATCH] kbuild: drop support for cc-ldoption
 2019-05-24  7:24 UTC 

[PATCH] kbuild: remove unneeded patterns from distclean
 2019-05-24  7:10 UTC 

[PATCH] fixup! ARM: at91: fix at91sama5_get_ddram_size for sama5d4
 2019-05-24  6:34 UTC  (2+ messages)

[PATCH] ARM: at91: correct __iomem 'qualifier' placement
 2019-05-24  6:33 UTC  (2+ messages)

[PATCH] clk: imx: vf610: correct __iomem 'qualifier' placement
 2019-05-24  6:33 UTC  (2+ messages)

[PATCH 1/4] driver: left shift 1U instead of 1 in bitmask for consistency
 2019-05-24  6:31 UTC  (8+ messages)
` [PATCH 4/4] of: partition: add no-fixup device tree property

[PATCH v3 0/9] ARM: at91: misc fixes and cleanup
 2019-05-24  6:17 UTC  (12+ messages)
` [PATCH v3 1/9] ARM: at91: replace __raw_{readl, writel} of peripherals with readl, writel
` [PATCH v3 2/9] ARM: at91: debug_ll: make UART base address configurable
` [PATCH v3 3/9] ARM: at91: remove references to non-existing CONFIG_ARCH_AT91*
` [PATCH v3 4/9] ARM: at91: remove no-longer needed subarch #ifdefery
` [PATCH v3 5/9] ARM: at91: remove #ifdefery around *_get_ddram_size helpers
` [PATCH v3 6/9] arm: sama5d4: fix stack setup
` [PATCH v3 7/9] ARM: at91: fix at91sama5_get_ddram_size for sama5d4
` [PATCH v3 8/9] ARM: at91: remove duplicate get_ddram_size code
` [PATCH v3 9/9] clk: at91: fix warning about missing const-safety

[PATCH v2 1/2] clk: at91: fix compilation errors in sama5d2.c
 2019-05-24  6:06 UTC  (5+ messages)
` [PATCH v2 2/2] clk: at91: delete dead i2s/audio code

[PATCH] lib: select BASE64 if BLOBGEN is selected
 2019-05-24  6:03 UTC  (2+ messages)

[PATCH] clk: at91: fix compilation errors in sama5d2.c
 2019-05-23 14:09 UTC  (3+ messages)

[PATCH] commands: mw: Use kstrto*() instead of simple_strtoul()
 2019-05-23 14:02 UTC 

[PATCH v3] ARM: Initial OP-TEE support
 2019-05-23  8:03 UTC  (2+ messages)

[PATCH] common: state: check length
 2019-05-23  8:00 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] images: remove forgotten occurences of *.imx-sram-img
 2019-05-23  8:00 UTC  (2+ messages)

[PATCH] Documentation: imx8mq-evk: collapse BMOD switch superposition
 2019-05-23  7:59 UTC  (2+ messages)

[PATCH 00/18] EHCI improvements
 2019-05-23  7:57 UTC  (20+ messages)
` [PATCH 01/18] usb: host: ehci: Do not zero out DMA coherent memory
` [PATCH 02/18] usb: host: ehci: Share code to enable/disable async schedule
` [PATCH 03/18] usb: host: ehci: Use to USBSTS to wait for transfer completion
` [PATCH 04/18] usb: host: ehci: Replace magic number with macros
` [PATCH 05/18] usb: host: ehci: Drop unnecessary cleanup code
` [PATCH 06/18] usb: host: ehci: Introduce ehci_prepare_qtd()
` [PATCH 07/18] usb: host: ehci: Simplify qTD buffer synchronization
` [PATCH 08/18] usb: host: ehci: Simplify ehci_td_buffer()
` [PATCH 09/18] usb: host: ehci: Initialize qTDs explicitly
` [PATCH 10/18] usb: host: ehci: Simplify ehci_submit_async()'s epilogue
` [PATCH 11/18] usb: host: ehci: Drop needless assignments in ehci_submit_async()
` [PATCH 12/18] usb: host: ehci: Use bool to simplify ehci_submit_async()
` [PATCH 13/18] usb: host: ehci: Add a comment explaing IOC setting for data
` [PATCH 14/18] usb: host: ehci: Replace explicit printf() with dev_err()
` [PATCH 15/18] usb: host: ehci: Drop explicit memset() in ehci_init()
` [PATCH 16/18] usb: host: ehci: Treat ehci->qh_list as an array
` [PATCH 17/18] ush: host: ehci: Simplify QH initialization in ehci_submit_async()
` [PATCH 18/18] usb: host: ehci: Allocate only NUM_QH queue heads for qh_list

[PATCH 1/3] usb: storage: Zero CDB out before sending it
 2019-05-23  7:11 UTC  (4+ messages)
` [PATCH 2/3] usb: storage: Default to a single LUN
` [PATCH 3/3] usb: storage: Fix TEST_UNIT_READY command size

[PATCH] ARM: zii-vf610-dev: disable eth1
 2019-05-23  7:07 UTC  (2+ messages)

[PATCH 0/5] i.MX USB PHY fixes
 2019-05-22  2:01 UTC  (9+ messages)
` [PATCH 1/5] usb: imx-usb-phy: Import register definitions from Linux driver
` [PATCH 2/5] usb: imx-usb-phy: Wrap lines to silence checkpatch
` [PATCH 3/5] usb: imx-usb-phy: Use stmp_reset_block() to reset PHY
` [PATCH 4/5] usb: imx-usb-phy: Disable charger detect during initialization
` [PATCH 5/5] ARM: i.MX: Drop unused usb-imx6.c

[PATCH] ARM: boards: kindle mx50: adapt MCI name to DTS
 2019-05-21  9:46 UTC  (2+ messages)

[PATCH] ARM: include: dma: Zero out DMA coherent memory in no-MMU case
 2019-05-21  9:46 UTC  (2+ messages)

[PATCH] gpio: add driver for PCF857x, PCA{85, 96}7x, and MAX732[89] I2C GPIO expanders
 2019-05-21  9:29 UTC  (3+ messages)

[PATCH v2] ARM: Initial OP-TEE support
 2019-05-21  7:39 UTC  (2+ messages)

[PATCH v2 0/4] scripts/checkpatch.pl: rebase on top of upstream v5.1
 2019-05-21  7:19 UTC  (6+ messages)
` [PATCH v2 1/4] LICENSES: remove empty other, exceptions directories
` [PATCH v2 2/4] checkpatch: add upstream checkpatch v5.1 dependencies
` [PATCH v2 3/4] checkpatch: import as-is from Linux v5.1
` [PATCH v2 4/4] checkpatch: apply barebox-specific modifications

checkpatch warning about strict_strto* family of functions
 2019-05-18 16:18 UTC  (2+ messages)

[PATCH] treewide: replace '---help---' with 'help' in Kconfig files
 2019-05-17 10:03 UTC  (2+ messages)

[PATCH] commands: spi: fix NULL pointer dereference
 2019-05-17  7:34 UTC  (2+ messages)

[PATCH v2] ARM: i.MX6: add support for Digi CCIMX6UL SBC Pro
 2019-05-17  6:22 UTC  (2+ messages)

[PATCH 00/10] spi: spi-mem and fsl-qspi support
 2019-05-16  9:29 UTC  (4+ messages)
` [PATCH 02/10] spi: Generalize SPI "master" to "controller"

distclean removing LICENSES .gitignores
 2019-05-16  3:53 UTC  (14+ messages)
  ` [PATCH] LICENSES: modify .gitignore files to be nonempty
          ` [PATCH v2] "

[PATCH 1/2] mtd: spi-nor: fix ISSI nor flash name
 2019-05-15 10:33 UTC  (3+ messages)
` [PATCH 2/2] mtd: spi-nor: Add support for IS25LP032/064

[PATCH v2 0/2] LICENSES: adopt Linux-like LICENSES directory structure
 2019-05-15  8:51 UTC  (6+ messages)
` [PATCH v2 2/2] scripts/checkpatch.pl: rebase on top of upstream v5.0-rc6

[PATCH] serdev: Do not call .receive_buf() callback recursively
 2019-05-15  8:10 UTC  (3+ messages)

[PATCH] spi: Kconfig: remove dependency list from Freescale QSPI controller
 2019-05-15  6:51 UTC 

[PATCH] spi: Enable Freescale QSPI controller driver for VF610
 2019-05-14 13:30 UTC  (3+ messages)

v2019.05.0
 2019-05-13 13:21 UTC  (4+ messages)

[PATCH] .gitignore: import some updates from Linux
 2019-05-13 12:18 UTC  (2+ messages)

[PATCH] arch: add KBUILD_DEFCONFIG to allow "make defconfig"
 2019-05-13 12:17 UTC  (2+ messages)

[PATCH 0/2] Layerscape: Add PPA firmware support
 2019-05-13 12:14 UTC  (3+ messages)
` [PATCH 1/2] ARM: psci: factor out of_psci_fixup() to separate file
` [PATCH 2/2] ARM: Layerscape: Add PPA firmware support

[PATCH] ARM: unify asm/arm-smccc.h and linux/arm-smccc.h
 2019-05-13 11:44 UTC 

[PATCH] ARM: introduce sync_caches_for_execution
 2019-05-13 10:41 UTC 

[PATCH] ARM: i.MX6: add support for Digi CCIMX6UL SBC Pro
 2019-05-13  7:20 UTC  (3+ messages)

5-10-19
 2019-05-10 16:25 UTC 

[PATCH 00/14] More Layerscape patches
 2019-05-10  6:21 UTC  (2+ messages)
` [PATCH 11/14] ARM: Layerscape: TQMLS1046a: unify pbi files

page:  |  | latest

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