mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v6 0/5] input: add usb keyboard driver
 2015-09-22 15:58 UTC  (3+ messages)
` [PATCH 2/5] usb: ehci-hcd: port periodic transactions implementation from the u-boot
` [PATCH 5/5] input: port usb keyboard driver "

BUG, i.MX: broken LVDS display
 2015-09-22 14:09 UTC  (3+ messages)

video: imx-ipu-v3: ldb fixes
 2015-09-22  7:19 UTC  (4+ messages)
` [PATCH 1/3] video: ipuv3: Do not crash when no mode is found
` [PATCH 2/3] video: ipuv3: imx-ldb: remove unused variable
` [PATCH 3/3] video: ipuv3: imx-ldb: Support video modes in ldb node

[RFC v5 0/2] WIP: add usb keyboard driver
 2015-09-22  6:31 UTC  (7+ messages)
` [PATCH 1/5] usb: ehci-hcd: port periodic transactions implementation from the u-boot
` [PATCH 2/5] usb: ehci-hcd: detect re-entrance
` [PATCH 3/5] common: clock: introduce mdelay_non_interruptible()
` [PATCH 4/5] usb: ehci-hcd: use mdelay_non_inerruptible()
` [PATCH 5/5] input: port usb keyboard driver from the u-boot

[PATCH 0/4] New denali nand driver (ported from kernel)
 2015-09-21 14:04 UTC  (5+ messages)
` [PATCH 1/4] mtd nand: added 'bits_per_cell' property
` [PATCH 2/4] mtd nand_denali: Add denali nand driver
` [PATCH 3/4] mtd denali: pass col argument to READID operation
` [PATCH 4/4] socfpga dts: set have-hw-ecc-fixup for nand

[PATCH 0/3] misc MIPS patches
 2015-09-21  6:56 UTC  (6+ messages)
` [PATCH 1/3] MIPS: mach-ath79: make ar71xx_regs.h assembler-tolerant
` [PATCH 2/3] MIPS: PBL: Add missing pieces for xz compressed PBL image
` [PATCH 3/3] MIPS: refactor SPL start.S code

[PATCH] usb: chipidea: Add udc unregister for device removal
 2015-09-21  6:24 UTC  (2+ messages)

[PATCH] images: ignore *.imx-sram-img
 2015-09-21  6:19 UTC  (2+ messages)

[RFC v4 0/2] WIP: add usb keyboard driver
 2015-09-21  6:18 UTC  (4+ messages)
` [PATCH 1/2] usb: ehci-hcd: port periodic transactions implementation from the u-boot
` [PATCH 2/2] input: port usb keyboard driver "

ARM: gcc5 causes undefined behaviour in mmu_init()
 2015-09-21  6:11 UTC  (4+ messages)
` [PATCH 1/2] ARM: MMU: fixed dma_flush_range() call
` [PATCH 2/2] ARM: MMU: fixed calculation of number of PTEs

[PATCH] video: imx: assert that image buffer doesn't cross a 4 MiB boundary
 2015-09-21  6:09 UTC  (3+ messages)

[RFC v2 00/10] MIPS: barebox as a first stage loader on the Black Swift board
 2015-09-20 23:23 UTC  (11+ messages)
` [RFC v2 01/10] MIPS: ar933x: pbl: add pbl_ar9331_pll macro
` [RFC v2 02/10] MIPS: ar933x: pbl: add pbl_ar9331_ddr2_config macro
` [RFC v2 03/10] MIPS: mach-ath79: add pbl_ar9331_uart_enable macro
` [RFC v2 04/10] MIPS: mach-ath79: add debug_ll_ar9331_init macro
` [RFC v2 05/10] MIPS: ath79: add black-swift board support
` [RFC v2 06/10] MIPS: add black-swift_defconfig
` [RFC v2 07/10] gpio: add ath79-gpio driver for Atheros MIPS SoCs
` [RFC v2 08/10] MIPS: ath79: use gpiolib
` [RFC v2 09/10] MIPS: dts: ar9331.dtsi: add gpio
` [RFC v2 10/10] WIP: MIPS: black-swift: use GPIO

[PATCH] i2c: fsl: Add bus recovery support
 2015-09-17  8:07 UTC 

[RFC 0/4] MIPS: barebox as a first stage loader on the Black Swift board
 2015-09-17  5:44 UTC  (7+ messages)
` [RFC 1/4] MIPS: ar933x: pbl: add pbl_ar9331_pll macro
` [RFC 2/4] MIPS: ar933x: pbl: add pbl_ar9331_ddr2_config macro
` [RFC 3/4] MIPS: ath79: add black-swift board support
` [RFC 4/4] MIPS: add black-swift_defconfig

[RFC v3 0/2] WIP: add usb keyboard driver
 2015-09-16 13:13 UTC  (3+ messages)
` [PATCH 1/2] usb: ehci-hcd: port periodic transactions implementation from the u-boot
` [PATCH 2/2] input: port usb keyboard driver "

[PATCH] MIPS: start.S depends on banner
 2015-09-16  9:06 UTC  (5+ messages)

compile bug about banner and version macros
 2015-09-16  5:27 UTC  (3+ messages)

[PATCH] logo: Kconfig: make BAREBOX_LOGO_* depend on BAREBOX_LOGO
 2015-09-14  6:29 UTC  (3+ messages)
` [PATCH] usb: storage: fix warning: no previous prototype for 'usb_stor_Bulk_clear_endpt_stall'

[RFC v2 0/3] WIP: add usb keyboard driver
 2015-09-14  6:27 UTC  (6+ messages)
` [RFC v2 1/3] usb: ehci-hcd: port periodic transactions implementation from the u-boot
` [RFC v2 2/3] WIP: usb: ehci-hcd: use non-interruptible version of mdelay()
` [RFC v2 3/3] input: port usb keyboard driver from the u-boot

[PATCH 1/2] ARM: add implementation for dma_alloc_writecombine for !CONFIG_MMU
 2015-09-14  6:00 UTC  (3+ messages)
` [PATCH 2/2] passwd: avoid NULL ptr usage

[RFC] WIP: add usb keyboard driver
 2015-09-11 14:56 UTC  (5+ messages)

[PATCH 1/2] ARM: i.MX6: Add i2c4 clock support
 2015-09-11  6:29 UTC  (2+ messages)
` [PATCH 2/2] net: fec_imx: Fix RGMII-ID mode

[PATCH] usb: ehci-hcd: use is_timeout_non_interruptible()
 2015-09-10  7:17 UTC  (2+ messages)

[PATCH] endian: sync {big,little}_endian.h with linux-4.2
 2015-09-10  7:14 UTC  (5+ messages)

[PATCH v2 1/2] ARM: am33xx: Add barebox_update eMMC option
 2015-09-09  7:01 UTC  (3+ messages)
` [PATCH v2 2/2] ARM: am335x: Register eMMC MLO handler

[PATCH] ata: intf_platform_ide: add OF bindings
 2015-09-09  6:54 UTC  (15+ messages)
      ` [PATCHv2] "
          ` [PATCHv3] "

[PATCH v4 4/4] commands: Add MMC ext. CSD register tool
 2015-09-09  6:49 UTC  (2+ messages)

[PATCH] net: e1000: correct function signature of set_ethaddr
 2015-09-09  6:45 UTC  (2+ messages)

[PATCH] of_fix_tree: Print error message
 2015-09-08 13:50 UTC 

[PATCH v3 1/4] drivers: mci: Make two functions public
 2015-09-07  7:00 UTC  (6+ messages)
` [PATCH v3 2/4] include: mci: Add new ext. CSD field defines
` [PATCH v3 3/4] drivers: mci: Add mci_get_device_by_name function
` [PATCH v3 4/4] commands: Add MMC ext. CSD register tool

[PATCH] console: use int rather than uint in printf() and friends
 2015-09-07  5:24 UTC  (2+ messages)

[RFC 0/9] ehci-hcd.c: make it works on big-endian mips (AR9331)
 2015-09-04  8:44 UTC  (20+ messages)
` [RFC 1/9] WIP: make ehci-hcd.c happy on big-endian MIPS
` [RFC 2/9] WIP: fix drivers/usb/core/usb.c
` [RFC 3/9] MIPS: add virt_to_phys() and phys_to_virt()
` [RFC 4/9] MIPS: add trivial dma support
` [RFC 5/9] ehci-hcd.c: make it works on mips
` [RFC 6/9] usb: ehci: drop unusable CONFIG_EHCI_MMIO_BIG_ENDIAN condition
` [RFC 7/9] usb: ehci: add big-endian registers support
` [RFC 8/9] MIPS: tplink-mr3020: select big-endian EHCI support
` [RFC 9/9] MIPS: tplink-mr3020_defconfig: enable usb stuff

[RFC] usb: ehci-hcd: add OF bindings
 2015-09-04  6:06 UTC  (2+ messages)

[PATCH 1/3] mfd: da9053: remove references to nonexistent cdev member
 2015-09-04  6:02 UTC  (4+ messages)
` [PATCH 2/3] wd: add stub for of_get_watchdog_priority
` [PATCH 3/3] reset-source: add stub for of_get_reset_source_priority

[PATCH] ARM: boards: Fix beaglebone enviroment
 2015-09-04  6:00 UTC  (2+ messages)

[PATCH] ata: ide-sff: fix integer overflow in ata_wait_ready()
 2015-09-04  5:39 UTC  (2+ messages)

[PATCH resend 1/2] video: vpl: depend on OFTREE
 2015-09-04  5:37 UTC  (3+ messages)
` [PATCH resend 2/2] video: imx-hdmi: depend on EDID support

[PATCH 1/2] ARM: dts: Add include to strip am33xx clocks
 2015-09-04  5:30 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: Include strip file to Phytec am335x MLOs

[PATCH 1/2] ARM: am33xx: Add barebox_update eMMC option
 2015-09-04  5:29 UTC  (3+ messages)
` [PATCH 2/2] ARM: am335x: Register eMMC MLO handler

[PATCH] mtd: spi-nor: add Spansion S25FL204K support
 2015-09-02  5:54 UTC  (2+ messages)

[PATCH 1/2] usb: ehci: fix include/usb/usb.h:'struct usb_configuration' misuse
 2015-09-02  5:53 UTC  (3+ messages)
` [PATCH 2/2] endian: Always evaluate arguments

v2015.09.0
 2015-09-01  7:43 UTC 

[PATCH] ARM: do not ignore data aborts initially
 2015-09-01  7:12 UTC 

[PATCH 1/2] param_enum: Make name strings const
 2015-09-01  6:18 UTC  (2+ messages)
` [PATCH 2/2] param_enum: protect against invalid values

[PATCH 1/3] cdev: Add function to find cdev by device_node
 2015-09-01  6:14 UTC  (3+ messages)
` [PATCH 2/3] of_path: Allow pointing directly to the partition
` [PATCH 3/3] ARM: dts: directly point to partitions in the barebox, environment binding

[PATCH 1/3] spi: i.MX: use start mode control bit
 2015-08-31 15:12 UTC  (3+ messages)
` [PATCH 2/3] spi: i.MX: create SoC specific transfer functions
` [PATCH 3/3] spi: i.MX: optimize transfers for ECSPI v2.3

[PATCH] mtd: spi-nor: mostly drop lock/unlock code
 2015-08-28  9:12 UTC 

[PATCH] commands: ubiformat: Document -y option
 2015-08-28  7:13 UTC 

[PATCH] ARM: imx53: vincell: guard board initcall
 2015-08-28  6:59 UTC  (2+ messages)

[PATCH] boot command: Allow to enable watchdog
 2015-08-28  6:38 UTC 

[RFC] usb: ehci-hcd: add OF bindings
 2015-08-27 19:41 UTC  (2+ messages)

[PATCH 1/5] login: rework login mechanism
 2015-08-27 15:26 UTC  (5+ messages)
` [PATCH 2/5] login: cleanup password code
` [PATCH 3/5] login: check return value of digest_alloc
` [PATCH 4/5] crypto: fix selecting of digests
` [PATCH 5/5] login: explain PASSWORD_DEFAULT option

[PATCH] usb: ehci: prevent bad PORTSC register access
 2015-08-26 17:16 UTC  (4+ messages)

[PATCH] mtd: m25p80: make it possible to use large blocks if desired
 2015-08-26 13:15 UTC 

[PATCH] ARM: pfla02: Add notice about the used environment partition
 2015-08-26 12:45 UTC 

[PATCH] RFC: include/usb/ch9.h: pad usb_endpoint_descriptor with 1 byte
 2015-08-26 12:45 UTC  (5+ messages)

[PATCH] ARM: pfla02: Add module revison detection
 2015-08-26 12:43 UTC 

page:  |  | latest

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