mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/10] More USB cleanup and fixes
 2014-07-23 13:51 UTC  (10+ messages)
` [PATCH 01/10] USB: import ch11.h from Linux
` [PATCH 02/10] USB: reduce USB_MAXCHILDREN on imported ch11.h
` [PATCH 03/10] USB: fixup usb_hub_descriptor length name
` [PATCH 04/10] USB: fix PowerPowerCtrlMask assignment
` [PATCH 05/10] USB: Move FooRequest defines and add class requests
` [PATCH 06/10] USB: EHCI: reuse ch9.h config and interface descriptors
` [PATCH 08/10] USB: EHCI: use descriptor length fields
` [PATCH 09/10] USB: Use descriptors from ch11.h
` [PATCH 10/10] USB: remove redundant defines from usb_defs.h

[PATCH RESEND 0/6] Marvell EBU PCIe driver
 2014-07-23 10:35 UTC  (8+ messages)
` [PATCH RESEND 1/6] bus: mvebu: fix resource size handling
` [PATCH RESEND 2/6] pci: pci_scan_bus: respect 64b BARs
` [PATCH RESEND 3/6] pci: add host controller struct to sysdata
` [PATCH RESEND 4/6] pci: allow to set bus number on register_pci_controller
` [PATCH RESEND 5/6] of: pci: import of_pci_get_devfn()
` [PATCH RESEND 6/6] pci: mvebu: Add PCIe driver

[PATCH] barebox: common: Add missing filetype description
 2014-07-23  9:36 UTC 

[PATCH 0/5] Early DT and MVEBU DT fixups
 2014-07-23  9:28 UTC  (6+ messages)
` [PATCH 1/5] ARM: execute OF fixups early
` [PATCH 2/5] ARM: mvebu: allow to fixup mbus ranges
` [PATCH 3/5] ARM: mvebu: add register remap for mbus ids
` [PATCH 4/5] ARM: dts: mvebu: remove mbus ranges overwrite
` [PATCH 5/5] ARM: mvebu: add fixup for directly attached memory

[PATCH 4/6] pci: allow to set bus number on register_pci_controller
 2014-07-23  9:13 UTC  (2+ messages)

[PATCH] clk: clk-divider: divider calculation in clk_set_rate needs DIV_ROUND_UP
 2014-07-23  7:58 UTC 

[PATCH] gianfar: descriptors access with I/O accessors
 2014-07-23  7:16 UTC  (2+ messages)

[PATCH 0/2] Pinctrl drivers for Armada 370 and XP
 2014-07-23  7:15 UTC  (4+ messages)
` [PATCH 1/2] pinctrl: mvebu: add pinctrl driver for Armada 370
` [PATCH 2/2] pinctrl: mvebu: add pinctrl driver for Armada XP

[RFC] usb: ehci: use linux-way ehci_readl and ehci_writel
 2014-07-23  7:14 UTC  (2+ messages)

[PATCH] commands: fix memset command
 2014-07-22 20:16 UTC  (2+ messages)

[PATCH] scripts/checkpatch.pl: don't search for Doxyfile when checking top_of_kernel_tree()
 2014-07-22 20:07 UTC  (2+ messages)

[PATCH] Revert "common: resource: print conflicts as warning"
 2014-07-22 19:57 UTC 

[PATCH] arch/arm/lib/bootm: fix length check of kernel image
 2014-07-22 19:45 UTC  (4+ messages)

[PATCH 0/3] sandbox: prepare for static checkers
 2014-07-22 19:36 UTC  (2+ messages)

[PATCH 0/5] misc documentation patches
 2014-07-22 19:17 UTC  (2+ messages)

[PATCH V3] sama5d3x: fix HSMC MODE register offset and add TIMINGS register
 2014-07-22 19:12 UTC  (2+ messages)

[PATCH v2] i2c: add Marvell 64xxx driver
 2014-07-22 16:53 UTC  (10+ messages)

[PATCH 3/3] sandbox: work around missing of_add_memory_bank()
 2014-07-22 10:52 UTC  (9+ messages)

USB Gadget updates
 2014-07-22  9:23 UTC  (26+ messages)
` [PATCH 01/23] USB: gadget: Update to 3.15
` [PATCH 02/23] USB: gadget: dequeue descriptor before freeing it
` [PATCH 03/23] USB: gadget: composite: Break out of potential endless loop
` [PATCH 04/23] USB: gadget: fsl_udc: Warn about freeing queued descriptors
` [PATCH 05/23] USB: gadget: usbserial: Always enable console
` [PATCH 06/23] param: Add dev_add_param_string
` [PATCH 07/23] USB: gadget: specify vendor/product id with device parameters
` [PATCH 08/23] USB: gadget: DFU: remove unused code
` [PATCH 09/23] USB: gadget: DFU: Use usb_assign_descriptors/usb_free_all_descriptors
` [PATCH 10/23] USB: gadget: DFU: Move locally used defines/structs to dfu driver
` [PATCH 11/23] Add function to parse a string in dfu format
` [PATCH 12/23] USB: gadget: DFU: Move stuff to dfu_bind
` [PATCH 13/23] USB: gadget: DFU: use usb_gstrings_attach
` [PATCH 14/23] USB: gadget: DFU: free resources when usb_gadget_poll fails
` [PATCH 15/23] USB: gadget: DFU: return -EINTR when interrupted
` [PATCH 16/23] USB: gadget: DFU: register as USB function
` [PATCH 17/23] USB: gadget: DFU: drop app idle state
` [PATCH 18/23] Add release string
` [PATCH 19/23] USB: gadget: Add Android fastboot support
` [PATCH 20/23] USB: gadget: Add a multi function gadget
` [PATCH 21/23] USB: gadget: fsl_udc: Be more tolerant in fsl_ep_dequeue
` [PATCH 22/23] Documentation: Add documentation for USB serial console
` [PATCH 23/23] Documentation: Add documentation for Fastboot and Composite Multifunction Gadget

[PATCH v2, 2/3] sandbox: allow "make ARCH=sandbox allyesconfig"
 2014-07-22  7:57 UTC 

[PATCH 1/3] sandbox: disable bareboxcrc32 in sandbox mode
 2014-07-22  7:57 UTC 

[PATCH 5/5] Documentation: revamp dfu's help text
 2014-07-22  7:56 UTC 

[PATCH 4/5] Documentation: change generated help lines
 2014-07-22  7:56 UTC 

[PATCH 3/5] Documentation: only write changed *.rst files
 2014-07-22  7:56 UTC 

[PATCH 2/5] Documentation: lowercase help short texts
 2014-07-22  7:56 UTC 

[PATCH 1/5] Documentation: remove "all all" in help's help text
 2014-07-22  7:56 UTC 

Problems with pyhBoard-Wega-AM335x
 2014-07-22  7:20 UTC  (11+ messages)

tftp: more helpful help text
 2014-07-22  5:43 UTC  (2+ messages)

[RFC v3 0/5] add rtc support
 2014-07-21 17:34 UTC  (15+ messages)
` [RFC v3 1/5] lib: import 'bcd' from linux-3.15
` [RFC v3 2/5] add rtc support
` [RFC v3 3/5] rtc: import ds1307 driver from linux-3.15
` [RFC v3 4/5] commands: add hwclock
` [RFC v3 5/5] ARM: versatilepb_defconfig: enable RTC support

[PATCH 1/2] sama5d3x: fix HSMC MODE register offset and add TIMINGS register
 2014-07-21 16:13 UTC  (2+ messages)
` [PATCH 2/2] sama5d3x: HSMC NAND initialize TIMINGS and import values from U-Boot

[PATCH] ARM: Android image boot: automatically assign space for kernel
 2014-07-21 13:51 UTC 

[PATCH] ARM: Increase automatic malloc area space
 2014-07-21 13:51 UTC 

[PATCH] env: Remove bogus USB vendor/product ids
 2014-07-21  6:46 UTC 

USB Host patches
 2014-07-19  9:16 UTC  (13+ messages)
` [PATCH 01/12] USB: i.MX chipidea: Implement OTG support for the poor
` [PATCH 02/12] commands: usb: add tree view capability
` [PATCH 03/12] USB: host: simplify usb_new_device
` [PATCH 04/12] USB: host: hub: Turn into a driver
` [PATCH 05/12] USB: host: fixup USB device hierarchy
` [PATCH 06/12] USB: host: hub: Use dev_dbg
` [PATCH 07/12] USB: host: hub: Use usb_hub_power_on from U-Boot
` [PATCH 08/12] USB: host: factor out port configuration to separate function
` [PATCH 09/12] USB: host: hub: only configure hub once
` [PATCH 10/12] USB: host: implement usb_remove_device
` [PATCH 11/12] USB: host: detect port change only once in usb_hub_configure_port
` [PATCH 12/12] USB: host: drop force rescan

USB Cleanup patches
 2014-07-18 12:44 UTC  (5+ messages)
` [PATCH 1/4] USB: Kconfig: introduce USB_HOST symbol
` [PATCH 2/4] USB: introduce usb_interface/usb_configuration structs
` [PATCH 3/4] USB: Use descriptors from ch9.h
` [PATCH 4/4] USB: Remove conflicting USB_SPEED_* definitions

[PATCH] ARM: i.MX: esdctl: i.MX53 has esdctl v4, not v3
 2014-07-18 12:11 UTC 

[PATCH 0/3 v2] mtd: atmel_nand: add support for 8k page nand
 2014-07-18  5:35 UTC  (5+ messages)
` [PATCH 1/3 v2] mtd: atmel_nand: increase chip_delay
` [PATCH 2/3 v2] mtd: atmel_nand: fix bit error correction
` [PATCH 3/3 v2] mtd: atmel_nand: enable PMECC for 8k page nand

Update/include some functions from the Kernel
 2014-07-17 12:41 UTC  (12+ messages)
` [PATCH 1/5] include: Add DECLARE_BITMAP from kernel
` [PATCH 2/5] include: Add round_up/round_down macros "
` [PATCH 3/5] include: Add foreign endianess adding functions "
` [PATCH 4/5] lib: Add bitmap "
` [PATCH 5/5] include: update bitop "

[PATCH 0/2] mtd: atmel_nand: add support for 8k page nand
 2014-07-17 11:45 UTC  (6+ messages)
` [PATCH 1/2] mtd: atmel_nand: increase chip_delay
` [PATCH 2/2] mtd: atmel_nand: enable PMECC for 8k page nand

[PATCH] mtd: atmel_nand: add SOFT_BCH support
 2014-07-17  6:53 UTC  (3+ messages)

[PATCH v3] ARM: i.MX6Q: Add support for Embedsky E9 board
 2014-07-17  5:27 UTC  (2+ messages)

[PATCH RESEND] ppc: 85xx: CCSRBAR mapping moved to start-up code
 2014-07-16 10:23 UTC 

[PATCH RESEND] i2c: omap: fix typo in dt_ids
 2014-07-16  8:41 UTC  (2+ messages)

[PATCH] bitops updates
 2014-07-16  8:37 UTC  (5+ messages)
` [PATCH 1/4] X86: Move BITS_PER_LONG definition to types.h
` [PATCH 2/4] consistently use the same bitops.h file
` [PATCH 3/4] ppc: Use generic find_*_bit functions
` [PATCH 4/4] ppc: Add missing __ffs implementation

Adding IPv4 multicast support
 2014-07-16  6:48 UTC  (13+ messages)
    ` picotcp tftp support [was Adding IPv4 multicast support]

[PATCH] introduce verbose debug
 2014-07-15 13:45 UTC 

[RFC v2 0/5] add rtc support
 2014-07-14 12:48 UTC  (8+ messages)
` [RFC v2 1/5] lib: import 'bcd' from linux-3.15
` [RFC v2 2/5] add rtc support
` [RFC v2 3/5] rtc: import ds1307 driver from linux-3.15
` [RFC v2 4/5] commands: add hwclock
` [RFC v2 5/5] ARM: versatilepb_defconfig: enable RTC support

page:  |  | latest

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