mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2 1/4] bbu: Add barebox_update search by device
 2016-02-17 11:28 UTC  (4+ messages)
` [PATCH v2 2/4] bbu: Add function to check if an update handler exists
` [PATCH v2 3/4] fastboot: Fix usage of ubiformat for UBI image transfers
` [PATCH v2 4/4] fastboot: Add a ARM Barebox filetype handler

[PATCH 1/4] bbu: Add barebox_update search by device
 2016-02-17 10:02 UTC  (8+ messages)
` [PATCH 2/4] bbu: Add function to check if an update handler exists
` [PATCH 3/4] fastboot: Fix usage of ubiformat for UBI image transfers
` [PATCH 4/4] fastboot: Add a ARM Barebox filetype handler

[PATCH 00/17] RFC for additional 'nvmem' plumbing
 2016-02-17  8:52 UTC  (26+ messages)
` [PATCH 01/18] common: Add EPROBE_DEFER to strerror
` [PATCH 02/18] base: driver.c: Coalesce error checking code
` [PATCH 03/18] [RFC] at91: Make IS_ERR work for I/O pointers
` [PATCH 04/18] [RFC] base/driver.c: Remove dev_request_mem_region_err_null
` [PATCH 05/18] i2c-at91: Use IS_ERR instead of checking for NULL
` [PATCH 06/18] clk-imx6: Call clk_enable on mmdc_ch0_axi_podf
` [PATCH 07/18] fec_imx: Deallocate clocks when probe fails
` [PATCH 08/18] [RFC] base: Introduce dev_request_mem_resource
` [PATCH 09/18] fec_imx: Deallocate I/O resources if probe fails
` [PATCH 10/18] fec_imx: Free phy_reset GPIO if when "
` [PATCH 11/18] fec_imx: Use FEC_ECNTRL_RESET instead of a magic number
` [PATCH 12/18] fec_imx: Impelemnt reset timeout
` [PATCH 13/18] fec_imx: Deallocate DMA buffers when probe fails
` [PATCH 14/18] fec_imx: Unregister MDIO "
` [PATCH 15/18] [RFC] net: eth: Always use DEVICE_ID_DYNAMIC
` [PATCH 16/18] [RFC] nvmem: Add of_nvmem_cell_from_cell_np
` [PATCH 17/18] [RFC] nvmem: Add nvmem-ro-of-blob driver
` [PATCH 18/18] [RFC] nvmem: Add nvmem-sg driver

[PATCH] Documentation: usb: fix otg mode parameter description
 2016-02-17  8:11 UTC  (2+ messages)

[PATCH] fs: ext4: make locally used ext4fs_get_indir_block() static
 2016-02-17  8:10 UTC  (2+ messages)

[PATCH 0/7] AM335x related patches
 2016-02-17  7:21 UTC  (9+ messages)
` [PATCH 1/7] ARM: am335x_defconfig: Enable NANDTEST command
` [PATCH 2/7] ARM: am335x_defconfig: Enable watchdog support
` [PATCH 3/7] ARM: dts: am335x-phytec: eeprom name
` [PATCH 4/7] ARM: board: phytec-som-am335x: RAM timings for phyCORE-AM335x-R2
` [PATCH 5/7] ARM: boards: phytec-som-am335x: New RAM Timings "
` [PATCH 6/7] ARM: dts: beaglebone: Strip clocks in MLO device tree
` [PATCH 7/7] ARM: AM335x: Make use of ARM_USE_COMPRESSED_DTB

[PATCH v2 1/3] linux/types.h: add sector_t and blkcnt_t types
 2016-02-17  7:18 UTC  (5+ messages)
` [PATCH v2 2/3] linux/fs.h: add types and routines needed for SquashFS
` [PATCH v2 3/3] fs: add support for SquashFS 4.0

[PATCH 1/3] ARM: i.MX6: add function cpu_is_mx6s()
 2016-02-17  7:07 UTC  (4+ messages)
` [PATCH 2/3] ARM: imx: clocksource: add new DT compatible
` [PATCH 3/3] ARM: imx6: physom: fix phyflex workaround on Dual and Solo

[PATCH] regulator: fixed: Init gpio properly
 2016-02-16 11:18 UTC 

[PATCH 1/2] commands: Add of_fixup_status
 2016-02-16 10:51 UTC  (2+ messages)
` [PATCH 2/2] ARM: am335x_defconfig: Enable the of_fixup_status command

[PATCH] mtd: core: check offset in mtd_block_markbad
 2016-02-15 10:01 UTC 

[PATCH 1/2] bootm: restore load DT message for plain oftree files
 2016-02-15  6:33 UTC  (3+ messages)
` [PATCH 2/2] bootm: parse initrd and oftree into correct struct members

[PATCH v4 0/3] i.MX6: CAAM engine support
 2016-02-15  6:31 UTC  (5+ messages)
` [PATCH v4 1/3] include: linux: add circular buffers
` [PATCH v4 2/3] ARM: imx6: add caam clks
` [PATCH v4 3/3] crypto: add i.MX6 CAAM support

[PATCH v5] Terasic DE0-Nano-SoC: add support
 2016-02-15  6:30 UTC  (2+ messages)

[PATCH] regmap: Add missing prototype for regmap_exit()
 2016-02-12 14:36 UTC 

[PATCH v4] Terasic DE0-Nano-SoC: add support
 2016-02-12 13:13 UTC  (7+ messages)

[PATCH] commands: of_dump: Add description for -n option
 2016-02-12  8:46 UTC 

[PATCH] scripts: make __init__.py nonempty
 2016-02-12  8:45 UTC  (2+ messages)

[RFC] fs: add support for SquashFS
 2016-02-12  7:41 UTC  (4+ messages)

[PATCH 1/2] linux/types.h: add sector_t and blkcnt_t types
 2016-02-12  7:39 UTC  (3+ messages)
` [PATCH 2/2] linux/fs.h: add types and routines needed for SquashFS

[PATCH 1/2] blspec: Do not crash on config files without newline on last line
 2016-02-11 15:00 UTC  (2+ messages)
` [PATCH 2/2] blspec: ignore lines beginning with '#'

[PATCH 1/2] ramoops: allow to build without OFTREE support
 2016-02-11 12:56 UTC  (3+ messages)
` [PATCH 2/2] ratp-console: select CRC16 and POLLER, depend on CONSOLE_FULL

[PATCH 1/4] Documentation: user manual: clarify kconfig+kbuild
 2016-02-11 12:53 UTC  (6+ messages)
` [PATCH 2/4] Documentation: filesystems: tftp: bring in line with other filesystem docs
` [PATCH 3/4] Documentation: user manual: improve tftp description
` [PATCH 4/4] Documentation: networking: improve docs

[PATCH] bootm: Fix resource_size_t format specifier
 2016-02-11 10:25 UTC 

[PATCH 1/2] mtd: spi-nor: Match jedec,spi-nor
 2016-02-11 10:24 UTC  (2+ messages)
` [PATCH 2/2] mtd: spi-nor: Add support for s25fl116k

[PATCH 0/5] i.MX6: CAAM engine support
 2016-02-10 11:05 UTC  (6+ messages)
` [PATCH 1/5] include: linux: add circular buffers
` [PATCH 2/5] ARM: imx6: add caam clks
` [PATCH 3/5] crypto: add i.MX6 CAAM support
` [PATCH 4/5] crypto: caam: add RNG support
` [PATCH 5/5] ARM: i.MX6: riotboard: enable CAAM RNG

[PATCH 1/5] Documentation: booting linux: improve wording
 2016-02-10  7:20 UTC  (6+ messages)
` [PATCH 2/5] Documentation: m25p80: include in documentation
` [PATCH 3/5] Documentation: user manual: include documentation for remote-control
` [PATCH 4/5] ratp: remove unused ratp_close command
` [PATCH 5/5] Documentation: commands: remove autogenerated directory on mrproper

[PATCH] mtd: >4GiB fixes
 2016-02-09  9:55 UTC  (8+ messages)
` [PATCH 1/7] mtd: nand-bb: Fix 8k page size nands
` [PATCH 2/7] mtd: Fix mtdraw for Nand > 4GiB
` [PATCH 3/7] mtd: Make erase_info structs 64bit where necessary
` [PATCH 4/7] mtd: Fix mtd_op_read for devices >4GiB
` [PATCH 5/7] mtd: Fix mtd_op_erase "
` [PATCH 6/7] mtd: Fix erasing of "
` [PATCH 7/7] mtd: mtdoob device: change name to have the chip name first

[PATCH 1/2] i.MX habv3: sort hab status codes numerically
 2016-02-09  8:17 UTC  (3+ messages)
` [PATCH 2/2] i.MX habv3: add some more status codes

[PATCH] driver: Fix unregister device after device probe failure
 2016-02-08 17:43 UTC  (3+ messages)

[PATCH] drivers: video: drop unused of_get_display_timing()
 2016-02-08  7:34 UTC  (2+ messages)

[PATCH] drivers: video: fb: make locally used fb_set_shadowfb() static
 2016-02-08  7:29 UTC  (2+ messages)

v2016.02.0
 2016-02-08  7:26 UTC 

[PATCH] spi-nor: Port erase timeout fix from Linux
 2016-02-08  7:07 UTC  (2+ messages)

[PATCH] nfs: forward filesystem options to the kernel command line
 2016-02-08  7:02 UTC  (3+ messages)

[RFC] spi-nor: Use different timeout values for write and erase operations
 2016-02-07  3:19 UTC  (2+ messages)

[PATCH] i.MX habv4: Fix RVT address for newer SoCs
 2016-02-05 14:51 UTC 

[PATCH] ARM: i.MX: iim: Switch to regmap support
 2016-02-05  7:44 UTC 

[PATCH] ubifs: Fix reading holes in files
 2016-02-04 11:21 UTC 

[PATCH] docs: fix typos
 2016-02-04  8:33 UTC  (4+ messages)

[RFC] nfs: forward filesystem options to the kernel command line
 2016-02-04  8:06 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/8] Bitbang MDIO, miitool changes
 2016-02-04  7:47 UTC  (10+ messages)
` [PATCH v2 7/8] mdio_bus: Change PHY's naming scheme
` [PATCH v2 8/8] miitool: Add code to register a PHY

[PATCH] ARM: i.MX25: fixup broken DryIce GPR
 2016-02-04  7:45 UTC  (2+ messages)

[PATCH] Add regmap support
 2016-02-04  7:43 UTC  (7+ messages)
` [PATCH 1/4] bitops: Fix shift overflow in GENMASK macros
` [PATCH 2/4] Add initial regmap support
` [PATCH 3/4] mfd: mc13xxx: Switch to "
` [PATCH 4/4] ARM: i.MX ocotp: "

[PATCH] Add nvmem support
 2016-02-04  7:05 UTC  (5+ messages)
` [PATCH 1/2] drivers: add nvmem framework from kernel
` [PATCH 2/2] nvmem: Test it with fec/ocotp

[RFC 1/2] misc: Add MAC address mapper "driver"
 2016-02-03 20:16 UTC  (7+ messages)

scripts/remote: make clean leftovers
 2016-02-03  8:58 UTC  (4+ messages)

[PATCH 1/6] net: phy: micrel: Staticise ksz8873mll_read_status()
 2016-02-03  7:39 UTC  (2+ messages)

[PATCH v2] i.MX HABv4 rework and HABv3 support
 2016-02-02 14:48 UTC  (23+ messages)
` [PATCH 01/34] scripts: Add common header files for tools
` [PATCH 03/34] scripts: Add scripts/include to host compiler includes
` [PATCH 07/34] imx: hab: rename driver dir to hab/
` [PATCH 12/34] scripts: imx-usb-loader: fully read images into memory
` [PATCH 13/34] scripts: imx-usb-loader: Move load_file up
` [PATCH 14/34] scripts: imx: Consolidate flash headers in imx tools
` [PATCH 15/34] scripts: imx-image: Add context struct to config parsers
` [PATCH 16/34] scripts: imx-image: move write_mem to context data
` [PATCH 18/34] scripts: imx: move config file parser to separate file
` [PATCH 19/34] scripts: imx: make libusb variables global
` [PATCH 20/34] scripts: imx-usb-loader: Add -s and -i options
` [PATCH 22/34] scripts: imx-image: move more variables to context data
` [PATCH 23/34] scripts: imx-image: pass config data to add_header_*
` [PATCH 25/34] scripts: imx: Create CSF files from imx config file
` [PATCH 26/34] scripts: imx: Allow to create signed images
` [PATCH 27/34] scripts: imx: Generate signed images with imx-image
` [PATCH 28/34] scripts: imx-usb-loader: Use dcd len to invalidate dcd data
` [PATCH 30/34] scripts: imx-image: Allow to create HAB signed images suitable for USB upload
` [PATCH 31/34] Make: i.MX: Allow to pass config file to cmd_imx_image
` [PATCH 32/34] images: imx: Add targets for signed images and signed usb images
` [PATCH 33/34] scripts: imx-usb-loader: Do not zero out boot_data_ptr
` [PATCH 34/34] imx: hab: Make hab status functions SoC specific

page:  |  | latest

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