[PATCH 0/8] MMC: esdhc: Add Layerscape support
2019-02-06 7:49 UTC (5+ messages)
` [PATCH 1/8] mci: imx-esdhc: Do not reset twice
` [PATCH 2/8] mci: imx-esdhc: use dev_id
` [PATCH 4/8] mci: imx-esdhc: make clkidx configurable
` [PATCH 6/8] mci: imx-esdhc: implement static inline io wrappers
[PATCH 0/5] 32-bit lseek and /dev/mem fixes/improvements
2019-02-06 7:37 UTC (9+ messages)
` [PATCH 1/5] fs: let truncate take a loff_t argument
` [PATCH 2/5] fs: set errno in ftruncate()
` [PATCH 3/5] fs: do not call truncate for FILE_SIZE_STREAM sized files
` [PATCH 4/5] fs: devfs: forbid truncation when cdev has no truncate operation
` [PATCH 5/5] misc: fix /dev/mem size
[PATCH v2 00/15] PCIE support for i.MX8MQ
2019-02-05 21:54 UTC (16+ messages)
` [PATCH v2 01/15] PCI: dwc: Fix pointer width cast problem
` [PATCH v2 02/15] ARM: aarch64: Add PCI fixups section to linker script
` [PATCH v2 03/15] soc: imx: gpcv2: use A_CORE instread of A7 for more i.MX platforms
` [PATCH v2 04/15] soc: imx: gpcv2: make pgc driver more generic for other "
` [PATCH v2 05/15] soc: imx: gpcv2: Switch to SPDX identifier
` [PATCH v2 06/15] soc: imx: gpcv2: prefix i.MX7 specific defines
` [PATCH v2 07/15] soc: imx: gpcv2: add support for i.MX8MQ SoC
` [PATCH v2 08/15] reset: Constify "ops" in struct reset_controller_dev
` [PATCH v2 09/15] reset: imx7: Add plubming to support multiple IP variants
` [PATCH v2 10/15] include: Import dt-bindings/reset/imx8mq-reset.h
` [PATCH v2 11/15] reset: imx7: Add support for i.MX8MQ IP block variant
` [PATCH v2 12/15] PCI: imx6: Introduce drvdata
` [PATCH v2 13/15] PCI: imx6: Mark PHY functions as i.MX6 specific
` [PATCH v2 14/15] PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
` [PATCH v2 15/15] PCI: imx6: Add support for i.MX8MQ
[PATCH] dts: Revert at91 switch to new PMC clock bindings
2019-02-05 14:37 UTC (4+ messages)
[HELP] Barebox porting
2019-02-05 13:45 UTC (17+ messages)
` [HELP] DT isues
[PATCH v3 1/3] Documentation: i.MX: Increase :maxdepth: for board documentation
2019-02-05 12:00 UTC (4+ messages)
` [PATCH v3 2/3] ARM: i.MX8MQ: bbu: Add MMC boot handler
` [PATCH v3 3/3] ARM: i.MX: Add support for ZII i.MX8MQ based devices
[PATCH] net: fec_imx: skip fec_halt if the FEC wasn't started
2019-02-05 11:48 UTC (3+ messages)
[PATCH] net: designware: drop bad RX frames
2019-02-05 11:44 UTC (2+ messages)
[PATCH] readline: add ctrl-u (unix-line-discard)
2019-02-05 11:41 UTC (2+ messages)
[PATCH 1/2] scripts: imx-image: Be more informative on open errors
2019-02-05 8:59 UTC (2+ messages)
` [PATCH 2/2] scripts: imx-image: make read_file behaviour consistent
[PATCH v2 00/19] 32-bit lseek and /dev/mem fixes/improvements
2019-02-04 19:35 UTC (35+ messages)
` [PATCH v2 01/19] commands: Move mem_parse_options() to lib/misc.c
` [PATCH v2 02/19] commands: Get rid of mem_rw_buf
` [PATCH v2 03/19] commands: Move /dev/mem driver to drivers/misc
` [PATCH v2 04/19] nvmem: Do not use DEVFS_IS_CHARACTER_DEV
` [PATCH v2 05/19] common: firmware: Don't use FILE_SIZE_STREAM directly
` [PATCH v2 06/19] devfs: Fix incorrect error check for cdev->ops->lseek()
` [PATCH v2 07/19] fs: Update FILE position in lseek()
` [PATCH v2 08/19] fs: Drop trivial .lseek() implementaitons in FS drivers
` [PATCH v2 09/19] devfs: Drop dev_lseek_default()
` [PATCH v2 10/19] fs: devfs: Change .lseek callbacks to return 'int'
` [PATCH v2 11/19] fs: Do not use IS_ERR_VALUE() to validate offset in lseek()
` [PATCH v2 12/19] fs: Simplify new position calculation "
` [PATCH v2 13/19] fs: Share code between mem_write()/mem_read()
` [PATCH v2 14/19] fs: Avoid division in mem_copy()
` [PATCH v2 15/19] fs: Report actual data processed by mem_copy()
` [PATCH v2 16/19] fs: Introduce mem_read_nofail()
` [PATCH v2 17/19] commands: md: Do not use memmap()
` [PATCH v2 18/19] drivers: mem: Create file to access second half of 64-bit memory
` [PATCH v2 19/19] libfile: Fix incorrect lseek check in open_and_lseek()
[PATCH] net: designware: fix TX descriptor length corruption
2019-02-01 6:58 UTC (2+ messages)
[PATCH 0/6] i.MX8M firmware handling rework
2019-02-01 6:47 UTC (8+ messages)
` [PATCH 1/6] Documentation: imx8mq-evk: point to current version of the firmware
` [PATCH 2/6] Documentation: imx8mq-evk: add instructions for HDMITX firmware
` [PATCH 3/6] firmware: imx: remove prebuilt ATF binary
` [PATCH 4/6] firmware: add a note about license implications
` [PATCH 5/6] firmware: drop the imx subdir
` [PATCH 6/6] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image
[PATCH v2] ARM: aarch64: Avoid relocations in runtime-offset.S
2019-02-01 6:40 UTC (2+ messages)
[PATCH 00/15] PCIE support for i.MX8MQ
2019-02-01 2:31 UTC (16+ messages)
` [PATCH 01/15] PCI: dwc: Fix pointer width cast problem
` [PATCH 02/15] ARM: aarch64: Add PCI fixups section to linker script
` [PATCH 03/15] soc: imx: gpcv2: use A_CORE instread of A7 for more i.MX platforms
` [PATCH 04/15] soc: imx: gpcv2: make pgc driver more generic for other "
` [PATCH 05/15] soc: imx: gpcv2: Switch to SPDX identifier
` [PATCH 06/15] soc: imx: gpcv2: prefix i.MX7 specific defines
` [PATCH 07/15] soc: imx: gpcv2: add support for i.MX8MQ SoC
` [PATCH 08/15] reset: Constify "ops" in struct reset_controller_dev
` [PATCH 09/15] reset: imx7: Add plubming to support multiple IP variants
` [PATCH 10/15] include: Import dt-bindings/reset/imx8mq-reset.h
` [PATCH 11/15] reset: imx7: Add support for i.MX8MQ IP block variant
` [RFC 12/15] PCI: imx6: Introduce drvdata
` [RFC 13/15] PCI: imx6: Mark PHY functions as i.MX6 specific
` [RFC 14/15] PCI: imx6: Convert DIRECT_SPEED_CHANGE quirk code to use a flag
` [RFC 15/15] PCI: imx6: Add support for i.MX8MQ
[PATCH] fixup! firmware: drop the imx subdir
2019-01-31 13:35 UTC
bootm of 2019.01.0 doesn't load/start images
2019-01-31 12:46 UTC (4+ messages)
[PATCH] ARM: zynqmp: select macb driver
2019-01-31 9:12 UTC (3+ messages)
initrd problem
2019-01-31 9:03 UTC (8+ messages)
[PATCH 0/1] OP-TEE support for barebox
2019-01-30 23:24 UTC (6+ messages)
` [PATCH 1/1] ARM: Initial OP-TEE support
Raspberry Pi: Access Firmware-FDT
2019-01-30 9:25 UTC (2+ messages)
[PATCH] ARM: aarch64: Avoid relocations in runtime-offset.S
2019-01-30 1:18 UTC (5+ messages)
[PATCH] rpi: completed new revision scheme
2019-01-29 15:26 UTC (4+ messages)
[PATCH] scripts: bareboxenv.c: fix warning: ‘xstrdup’ defined but not used
2019-01-29 8:49 UTC (2+ messages)
[PATCH 1/3] Documentation: imx8mq-evk: point to current version of the firmware
2019-01-29 8:00 UTC (5+ messages)
` [PATCH 2/3] Documentation: imx8mq-evk: add instructions for HDMITX firmware
` [PATCH 3/3] ARM: nxp-imx8mq-evk: include the HDMI firmware in the image
[PATCH 1/2] ARM: i.MX8MQ: bbu: Add MMC boot handler
2019-01-29 1:49 UTC (6+ messages)
` [PATCH 2/2] ARM: i.MX: Add support for ZII i.MX8MQ based devices
[PATCH v2 1/3] Documentation: i.MX: Increase :maxdepth: for board documentation
2019-01-28 19:16 UTC (5+ messages)
` [PATCH v2 2/3] ARM: i.MX8MQ: bbu: Add MMC boot handler
` [PATCH v2 3/3] ARM: i.MX: Add support for ZII i.MX8MQ based devices
[PATCH] ARM: omap: Wago PFC200: Initialize switch registers
2019-01-28 14:17 UTC
[PATCH 1/2] mtd: peb: Add function to skip bad blocks
2019-01-28 13:16 UTC (2+ messages)
` [PATCH 2/2] usb: fastboot: ubiformat: Fix bad block handling
[PATCH 1/2] i2c_probe: limit slave addresses to [0x04, 0x77]
2019-01-28 9:01 UTC (3+ messages)
` [PATCH 2/2] i2c_probe: Use a quick write transfer instead of writing a zero
[PATCH] gen-dtb-s: annotate magic values with their meaning
2019-01-28 8:59 UTC (2+ messages)
build barebox for imx8mqevk
2019-01-28 8:58 UTC (4+ messages)
[PATCH] lib: image-sparse: Mark sparse_seek() as static
2019-01-28 8:37 UTC (2+ messages)
Do I really need 3 buckets for state?
2019-01-25 5:53 UTC (2+ messages)
[PATCH 0/7] 32-bit lseek and /dev/mem fixes/improvements
2019-01-24 19:43 UTC (10+ messages)
` [PATCH 4/7] fs: Change error checking logic for fsdrv->lseek() call
` [PATCH 5/7] fs: Calculate new position before validtiy check in lseek()
` [PATCH 6/7] fs: Add support for files larger than MAX_LFS_FILESIZE
[PATCH v2 1/2] ARM: zii-vf610-dev: fix boot from SD
2019-01-24 7:37 UTC (5+ messages)
` [PATCH v2 2/2] ARM: zii-vf610-dev: boot initrd "
[PATCH v2 0/3] ath79: enhancements
2019-01-24 7:33 UTC (2+ messages)
[PATCH v2] ARM: zynq: fix "'IO_SPACE_LIMIT' redefined" warning
2019-01-24 7:27 UTC (2+ messages)
[PATCH] unlink_recursive: Drop struct data
2019-01-24 7:25 UTC (2+ messages)
[PATCH] ls: Adjust amount of space allocated for filesize
2019-01-24 7:24 UTC (2+ messages)
powerpc-linux-gnu-gcc: error: unrecognized command line option ‘-mno-spe’
2019-01-24 2:41 UTC (2+ messages)
[PATCH] imd: model and compatible missing in metadata
2019-01-23 14:05 UTC (6+ 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