U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-27 20:50:07 to 2015-07-27 23:32:19 UTC [more...]

[U-Boot] [PATCH 00/20] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-07-27 23:32 UTC  (17+ messages)
` [U-Boot] [PATCH 03/20] dm: usb: Add an errno.h header to usb_ether.c
` [U-Boot] [PATCH 04/20] dm: usb: Prepare dwc2 driver for driver-model conversion
` [U-Boot] [PATCH 05/20] dm: usb: Add driver-model support to dwc2
` [U-Boot] [PATCH 06/20] net: smsc95xx: Sort the include files
` [U-Boot] [PATCH 07/20] net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
` [U-Boot] [PATCH 08/20] net: smsc95xx: Correct the error numbers
` [U-Boot] [PATCH 09/20] net: smsc95xx: Prepare for conversion to driver model
` [U-Boot] [PATCH 10/20] net: smsc95xx: Add driver-model support

[U-Boot] [PATCH v2 00/16] assortment of tegra fixes/enhancements
 2015-07-27 23:32 UTC  (5+ messages)
` [U-Boot] [PATCH v2 09/16] mtd/nand/tegra: alignment workaround

[U-Boot] [PATCH] dm: Make regmap and syscon optional
 2015-07-27 23:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/55] dm: exynos: Driver model improvements leading to spring support
 2015-07-27 23:31 UTC  (88+ messages)
` [U-Boot] [PATCH 01/55] dm: core: Support finding a device by phandle
` [U-Boot] [PATCH 02/55] dm: i2c: Add a message debug function
` [U-Boot] [PATCH 03/55] dm: i2c: Correct comment nits in dm_i2c_reg_read/write()
` [U-Boot] [PATCH 04/55] dm: i2c: Move definitions to the top of the header file
` [U-Boot] [PATCH 05/55] dm: i2c: Add a function to transfer messages
` [U-Boot] [PATCH 09/55] exynos: i2c: Fix code style with ReadWriteByte()
` [U-Boot] [PATCH 10/55] exynos: i2c: Tidy up the driver model code
` [U-Boot] [PATCH 11/55] exynos: dts: Sync up I2C ports with the kernel
` [U-Boot] [PATCH 12/55] exynos: dts: Add PMIC and regulator definitions
` [U-Boot] [PATCH 13/55] exynos: dts: Support EC tunnel and main TPS65090 regulator
` [U-Boot] [PATCH 16/55] exynos: serial: Refactor init code for debug UART
` [U-Boot] [PATCH 17/55] exynos: Add debug UART support for Samsung S5P serial
` [U-Boot] [PATCH 18/55] exynos: Enable the debug UART in SPL
` [U-Boot] [PATCH 21/55] dm: power: Add a new driver for the TPS65090 PMIC
` [U-Boot] [PATCH 22/55] dm: power: Add support for TPS65090 FETs
` [U-Boot] [PATCH 23/55] dm: power: Add support for the S5M8767 PMIC
` [U-Boot] [PATCH 24/55] dm: power: Add support for S5M8767 regulators
` [U-Boot] [PATCH 25/55] dm: pmic: max77686: Correct a few nits
` [U-Boot] [PATCH 26/55] dm: pmic: Correct the pmic_reg_write() implementation
` [U-Boot] [PATCH 27/55] dm: power: max77686: Correct BUCK register access
` [U-Boot] [PATCH 29/55] dm: power: Don't return an error when regulators are not autoset
` [U-Boot] [PATCH 30/55] dm: pmic: Display the regulator limits on error
` [U-Boot] [PATCH 31/55] dm: video: Add support for video bridges
` [U-Boot] [PATCH 32/55] dm: video: Add support for the Parade PS8622/625 bridge
` [U-Boot] [PATCH 33/55] dm: video: Add support for the NXP PTN3460 bridge
` [U-Boot] [PATCH 34/55] exynos: spi: Convert the timeout to debug()
` [U-Boot] [PATCH 35/55] exynos: Correct return value in exynos_mmc_init()
` [U-Boot] [PATCH 36/55] exynos: Add support for the DisplayPort hotplug detect
` [U-Boot] [PATCH 37/55] exynos: video: Correct debug output
` [U-Boot] [PATCH 38/55] exynos: Tidy up CPU frequency display
` [U-Boot] [PATCH 39/55] dm: gpio: Check a GPIO is valid before using it
` [U-Boot] [PATCH 40/55] dts: exynos: snow: Add memory layout description
` [U-Boot] [PATCH 41/55] dts: exynos: pit: Add a new node for the parade video bridge driver
` [U-Boot] [PATCH 42/55] dts: exynos: snow: Add a new node for the NXP "
` [U-Boot] [PATCH 46/55] exynos: Remove unneeded device tree control #ifdefs

[U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support
 2015-07-27 22:51 UTC  (5+ messages)

[U-Boot] [PATCH 00/16] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
 2015-07-27 22:31 UTC  (4+ messages)
` [U-Boot] [PATCH 01/16] ARM: remove vpac270 board support

[U-Boot] [PATCH 00/15] x86: minnowmax: Add interrupt support
 2015-07-27 21:47 UTC  (16+ messages)
` [U-Boot] [PATCH 01/15] pci: Add a constant for an invalid interrupt
` [U-Boot] [PATCH 02/15] pci: Indicate prefetchable memory allocate when debugging
` [U-Boot] [PATCH 03/15] dm: Add a return value comment to device_get_child()
` [U-Boot] [PATCH 04/15] dm: pci: Provide friendly config access functions
` [U-Boot] [PATCH 05/15] dm: pci: Add a way to iterate through all PCI devices
` [U-Boot] [PATCH 06/15] x86: Move Chrome OS options to defconfig
` [U-Boot] [PATCH 07/15] x86: Move CONFIG_X86_SERIAL to Kconfig
` [U-Boot] [PATCH 08/15] x86: Re-order efi-x86_defconfig
` [U-Boot] [PATCH 09/15] x86: Drop CONFIG_DCACHE_RAM_MRC_VAR_SIZE from header file
` [U-Boot] [PATCH 10/15] x86: dts: Fix typo in intel,irq-router.txt
` [U-Boot] [PATCH 11/15] x86: Tidy up the PIRQ routing code a little
` [U-Boot] [PATCH 12/15] x86: Split out fsp_init_phase_pci() code into a new function
` [U-Boot] [PATCH 13/15] x86: minnowmax: Drop the old PCI settings
` [U-Boot] [PATCH 14/15] RFC: x86: minnowmax: Add interrupt routing setup
` [U-Boot] [PATCH 15/15] x86: Update README to explain booting Ubuntu on Minnowmax

[U-Boot] [PATCH 1/3] nand: lpc32xx: add SLC NAND driver
 2015-07-27 21:45 UTC  (6+ messages)

[U-Boot] [PATCH V2 0/3] ARM: DRA74x: Provide support for ARM erratum 801819
 2015-07-27 21:26 UTC  (4+ messages)
` [U-Boot] [PATCH V2 1/3] ARM: Introduce erratum workaround for 801819
` [U-Boot] [PATCH V2 2/3] ARM: DRA7/ OMAP5: implement Auxiliary Control Register configuration
` [U-Boot] [PATCH V2 3/3] ARM: DRA72: disable workaround for 801819

[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
 2015-07-27 20:52 UTC  (130+ messages)
` [U-Boot] [PATCH 044/172] ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
` [U-Boot] [PATCH 045/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
` [U-Boot] [PATCH 046/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
` [U-Boot] [PATCH 047/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
` [U-Boot] [PATCH 048/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
` [U-Boot] [PATCH 049/172] ddr: altera: Pluck out remaining sdr_get_addr() calls
` [U-Boot] [PATCH 050/172] ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS
` [U-Boot] [PATCH 051/172] ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly
` [U-Boot] [PATCH 052/172] ddr: altera: Massage addr into I/O accessors
` [U-Boot] [PATCH 053/172] ddr: altera: Clean up hc_initialize_rom_data()
` [U-Boot] [PATCH 054/172] ddr: altera: Clean up initialize_reg_file()
` [U-Boot] [PATCH 055/172] ddr: altera: Clean up initialize_hps_phy()
` [U-Boot] [PATCH 056/172] ddr: altera: Clean up reg_file_set*()
` [U-Boot] [PATCH 057/172] ddr: altera: Clean up scc manager function args
` [U-Boot] [PATCH 058/172] ddr: altera: Reorder scc manager functions
` [U-Boot] [PATCH 059/172] ddr: altera: Implement universal scc manager config function
` [U-Boot] [PATCH 060/172] ddr: altera: Clean up scc_mgr_initialize()
` [U-Boot] [PATCH 061/172] ddr: altera: Shuffle around scc_mgr_set_*all_ranks()
` [U-Boot] [PATCH 062/172] ddr: altera: Implement universal scc_mgr_set_all_ranks()
` [U-Boot] [PATCH 063/172] ddr: altera: Clean up scc_mgr_load_dqs_for_write_group()
` [U-Boot] [PATCH 064/172] ddr: altera: Clean up scc_set_bypass_mode()
` [U-Boot] [PATCH 065/172] ddr: altera: Clean up scc_mgr_set_oct_out1_delay()
` [U-Boot] [PATCH 066/172] ddr: altera: Clean up scc_mgr_apply_group_dq_out1_delay()
` [U-Boot] [PATCH 067/172] ddr: altera: Clean up scc_mgr_*_delay() args
` [U-Boot] [PATCH 068/172] ddr: altera: Clean up scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 069/172] ddr: altera: Extract scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 070/172] ddr: altera: Clean up scc_mgr_zero_all()
` [U-Boot] [PATCH 071/172] ddr: altera: Clean up scc_mgr_zero_group()
` [U-Boot] [PATCH 072/172] FIXME: ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1
` [U-Boot] [PATCH 073/172] ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 2
` [U-Boot] [PATCH 074/172] ddr: altera: Clean up scc_mgr_apply_group_all_out_delay_add_all_ranks()
` [U-Boot] [PATCH 075/172] ddr: altera: Factor out instruction loading from rw_mgr_mem_initialize()
` [U-Boot] [PATCH 076/172] ddr: altera: Factor out common code
` [U-Boot] [PATCH 077/172] ddr: altera: Minor clean up of set_jump_as_return()
` [U-Boot] [PATCH 078/172] ddr: altera: Fix ad-hoc iterative division implementation
` [U-Boot] [PATCH 079/172] ddr: altera: Rework initialize_tracking()
` [U-Boot] [PATCH 080/172] ddr: altera: Init my_param and my_gbl
` [U-Boot] [PATCH 081/172] ddr: altera: Rename initialize() to phy_mgr_initialize()
` [U-Boot] [PATCH 082/172] ddr: altera: Clean up run_mem_calibrate()
` [U-Boot] [PATCH 083/172] ddr: altera: Clean up phy_mgr_initialize()
` [U-Boot] [PATCH 084/172] ddr: altera: Clean up mem_config()
` [U-Boot] [PATCH 085/172] ddr: altera: Clean up mem_precharge_and_activate()
` [U-Boot] [PATCH 086/172] ddr: altera: Clean up set_rank_and_odt_mask() part 1
` [U-Boot] [PATCH 087/172] ddr: altera: Clean up set_rank_and_odt_mask() part 2
` [U-Boot] [PATCH 088/172] ddr: altera: Clean up set_rank_and_odt_mask() part 3
` [U-Boot] [PATCH 089/172] ddr: altera: Minor clean up of mem_skip_calibrate()
` [U-Boot] [PATCH 090/172] ddr: altera: Trivial mem_calibrate() indent cleanup
` [U-Boot] [PATCH 091/172] ddr: altera: Internal mem_calibrate() cleanup part 1
` [U-Boot] [PATCH 092/172] ddr: altera: Internal mem_calibrate() cleanup part 2
` [U-Boot] [PATCH 093/172] ddr: altera: Internal mem_calibrate() cleanup part 3
` [U-Boot] [PATCH 094/172] ddr: altera: Internal mem_calibrate() cleanup part 4
` [U-Boot] [PATCH 095/172] ddr: altera: Internal mem_calibrate() cleanup part 5
` [U-Boot] [PATCH 096/172] ddr: altera: Internal mem_calibrate() cleanup part 6
` [U-Boot] [PATCH 097/172] ddr: altera: Minor clean up of rw_mgr_mem_initialize()
` [U-Boot] [PATCH 098/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 1
` [U-Boot] [PATCH 099/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 2
` [U-Boot] [PATCH 100/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 3
` [U-Boot] [PATCH 101/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 4
` [U-Boot] [PATCH 102/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 5
` [U-Boot] [PATCH 103/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6
` [U-Boot] [PATCH 104/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 7
` [U-Boot] [PATCH 105/172] ddr: altera: Extract guaranteed write from rw_mgr_mem_calibrate_vfifo()
` [U-Boot] [PATCH 106/172] ddr: altera: Extract DQS enable calibration "
` [U-Boot] [PATCH 107/172] ddr: altera: Extract Centering DQ/DQS "
` [U-Boot] [PATCH 108/172] ddr: altera: Minor rw_mgr_mem_calibrate_read_load_patterns() cleanup
` [U-Boot] [PATCH 109/172] ddr: altera: Zap rw_mgr_mem_calibrate_read_test_patterns_all_ranks()
` [U-Boot] [PATCH 110/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()
` [U-Boot] [PATCH 111/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 1
` [U-Boot] [PATCH 112/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 2
` [U-Boot] [PATCH 113/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 3
` [U-Boot] [PATCH 114/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 4
` [U-Boot] [PATCH 115/172] ddr: altera: Clean up sdr_find_window_centre() part 1
` [U-Boot] [PATCH 116/172] ddr: altera: Clean up sdr_find_window_centre() part 2
` [U-Boot] [PATCH 117/172] ddr: altera: Clean up sdr_find_window_centre() part 3
` [U-Boot] [PATCH 118/172] ddr: altera: Clean up sdr_*_phase() part 1
` [U-Boot] [PATCH 119/172] ddr: altera: Clean up sdr_*_phase() part 2
` [U-Boot] [PATCH 120/172] ddr: altera: Clean up sdr_*_phase() part 3
` [U-Boot] [PATCH 121/172] ddr: altera: Clean up sdr_*_phase() part 4
` [U-Boot] [PATCH 122/172] ddr: altera: Clean up sdr_*_phase() part 5
` [U-Boot] [PATCH 123/172] ddr: altera: Clean up sdr_*_phase() part 6
` [U-Boot] [PATCH 124/172] ddr: altera: Clean up sdr_*_phase() part 7
` [U-Boot] [PATCH 125/172] ddr: altera: Clean up sdr_*_phase() part 8
` [U-Boot] [PATCH 126/172] ddr: altera: Clean up sdr_*_phase() part 9
` [U-Boot] [PATCH 127/172] ddr: altera: Clean up sdr_*_phase() part 10
` [U-Boot] [PATCH 128/172] ddr: altera: Clean up rw_mgr_*_vfifo() part 1
` [U-Boot] [PATCH 129/172] ddr: altera: Clean up rw_mgr_*_vfifo() part 2
` [U-Boot] [PATCH 130/172] ddr: altera: Clean up find_vfifo_read()
` [U-Boot] [PATCH 131/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 1
` [U-Boot] [PATCH 132/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 2
` [U-Boot] [PATCH 133/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 3
` [U-Boot] [PATCH 134/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 4
` [U-Boot] [PATCH 135/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 5
` [U-Boot] [PATCH 136/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 6
` [U-Boot] [PATCH 137/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase() part 7
` [U-Boot] [PATCH 138/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_all_ranks()
` [U-Boot] [PATCH 139/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 1
` [U-Boot] [PATCH 140/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 2
` [U-Boot] [PATCH 141/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 3
` [U-Boot] [PATCH 142/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 4
` [U-Boot] [PATCH 143/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test() part 5
` [U-Boot] [PATCH 144/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes()
` [U-Boot] [PATCH 145/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 1
` [U-Boot] [PATCH 146/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 2
` [U-Boot] [PATCH 147/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 3
` [U-Boot] [PATCH 148/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 4
` [U-Boot] [PATCH 149/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 5
` [U-Boot] [PATCH 150/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 6
` [U-Boot] [PATCH 151/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 7
` [U-Boot] [PATCH 152/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 8
` [U-Boot] [PATCH 153/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 9
` [U-Boot] [PATCH 154/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 10
` [U-Boot] [PATCH 155/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_center() part 11
` [U-Boot] [PATCH 156/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 1
` [U-Boot] [PATCH 157/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 2
` [U-Boot] [PATCH 158/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 3
` [U-Boot] [PATCH 159/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 4
` [U-Boot] [PATCH 160/172] ddr: altera: Clean up rw_mgr_mem_calibrate_writes_center() part 5
` [U-Boot] [PATCH 161/172] ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 1
` [U-Boot] [PATCH 162/172] ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 2
` [U-Boot] [PATCH 163/172] ddr: altera: Clean up rw_mgr_mem_calibrate_write_test() part 3
` [U-Boot] [PATCH 164/172] ddr: altera: Clean up rw_mgr_mem_calibrate_write_test_issue()
` [U-Boot] [PATCH 165/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_end()
` [U-Boot] [PATCH 166/172] ddr: altera: Clean up rw_mgr_mem_calibrate_lfifo()
` [U-Boot] [PATCH 167/172] ddr: altera: Minor clean up of rw_mgr_mem_handoff()
` [U-Boot] [PATCH 168/172] ddr: altera: Clean up of delay_for_n_mem_clocks() part 1
` [U-Boot] [PATCH 169/172] ddr: altera: Clean up of delay_for_n_mem_clocks() part 2
` [U-Boot] [PATCH 170/172] ddr: altera: Clean up of delay_for_n_mem_clocks() part 3
` [U-Boot] [PATCH 171/172] ddr: altera: Clean up of delay_for_n_mem_clocks() part 4
` [U-Boot] [PATCH 172/172] ddr: altera: Clean up of delay_for_n_mem_clocks() part 5


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).