[PATCH] dev_request_mem_region -> dev_request_mem_resource conversion
2016-02-23 7:15 UTC (8+ messages)
` [PATCH 1/3] Fix return check of dev_request_mem_region
` [PATCH 2/3] driver: Introduce dev_request_mem_resource
` [PATCH 3/3] driver: replace dev_request_mem_region with dev_request_mem_resource
[PATCH 1/2] commands: Add of_fixup_status
2016-02-23 7:04 UTC (3+ messages)
` [PATCH 2/2] ARM: am335x_defconfig: Enable the of_fixup_status command
[PATCH] mtd: core: check offset in mtd_block_markbad
2016-02-23 6:56 UTC (2+ messages)
Help configuring i.MX6 IPUv3 with a parrallel display
2016-02-22 16:41 UTC
bootm crash - bad uimage?
2016-02-22 15:31 UTC
[PATCH 1/3] EP93xx eth: allow passing of phy config via platform data
2016-02-21 18:06 UTC (3+ messages)
` [PATCH 2/3] edb9302 eth: privide proper phy config
` [PATCH 3/3] net ep93xx mii: do not supress MII preamble transmission
[PATCH 1/2] input: usb keyboard: fix BACKSPACE
2016-02-20 16:51 UTC (3+ messages)
` [PATCH 2/2] input: usb keyboard: fix CTRL+C
phytec-som-imx6: DCD setup: PLL reduction and video core settings
2016-02-19 19:28 UTC
[PATCH 00/17] RFC for additional 'nvmem' plumbing
2016-02-19 17:17 UTC (31+ 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 v2 1/3] linux/types.h: add sector_t and blkcnt_t types
2016-02-19 14:54 UTC (6+ 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 v3 1/3] linux/types.h: add sector_t and blkcnt_t types
2016-02-19 14:49 UTC (3+ messages)
` [PATCH v3 2/3] linux/fs.h: add types and routines needed for SquashFS
` [PATCH v3 3/3] fs: add support for SquashFS 4.0
[PATCH] fs: fat: fix copy-paste typo
2016-02-19 14:10 UTC
[PATCH] Documentation: Update USB fastboot section
2016-02-19 14:01 UTC
[PATCH v2 1/4] bbu: Add barebox_update search by device
2016-02-19 7:44 UTC (6+ 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 v5] Terasic DE0-Nano-SoC: add support
2016-02-18 16:14 UTC (3+ messages)
[PATCH] bootm: Free allocated fdt buffer in error path
2016-02-18 11:59 UTC (2+ messages)
[PATCH] Print error message if of_state_fixup() fails
2016-02-18 11:58 UTC (2+ messages)
of_state_fixup / different path in barebox and kernel
2016-02-18 11:57 UTC (2+ messages)
[PATCH] eeprom/at25: parse partitions from device tree
2016-02-18 11:20 UTC (2+ messages)
[PATCH] bbu: Fix imx-bbu-nand-fcb handler to use complete device path
2016-02-17 19:20 UTC
[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] 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 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] 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] 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 (5+ 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 (4+ messages)
` [PATCH 4/4] ARM: i.MX ocotp: Switch to "
[PATCH] Add nvmem support
2016-02-04 7:05 UTC (4+ messages)
` [PATCH 2/2] nvmem: Test it with fec/ocotp
[RFC 1/2] misc: Add MAC address mapper "driver"
2016-02-03 20:16 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