All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-07-27 20:39:38 to 2015-07-27 20:52:03 UTC [more...]

[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
 2015-07-27 20:52 UTC  (161+ messages)
` [U-Boot] [PATCH 001/172] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
` [U-Boot] [PATCH 002/172] driver/ddr/altera: Add the sdram calibration portion
` [U-Boot] [PATCH 003/172] arm: socfpga: enable the Altera SDRAM controller driver
` [U-Boot] [PATCH 004/172] arm: socfpga: Move sdram_config.h to board dir
` [U-Boot] [PATCH 005/172] ddr: altera: Move struct sdram_prot_rule prototype
` [U-Boot] [PATCH 006/172] ddr: altera: Fix typo in mp_threshold1 programming
` [U-Boot] [PATCH 007/172] ddr: altera: Fix debug message format in sequencer
` [U-Boot] [PATCH 008/172] arm: socfpga: reset: Add missing reset manager regs
` [U-Boot] [PATCH 009/172] arm: socfpga: reset: Start reworking the SoCFPGA reset manager
` [U-Boot] [PATCH 010/172] arm: socfpga: reset: Implement unified function to toggle reset
` [U-Boot] [PATCH 011/172] arm: socfpga: reset: Replace ad-hoc reset functions
` [U-Boot] [PATCH 012/172] arm: socfpga: reset: Repair bridge reset handling
` [U-Boot] [PATCH 013/172] arm: socfpga: reset: Add function to reset add peripherals
` [U-Boot] [PATCH 014/172] arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
` [U-Boot] [PATCH 015/172] arm: socfpga: clock: Get rid of cm_config_t typedef
` [U-Boot] [PATCH 016/172] arm: socfpga: clock: Clean up pll_config.h
` [U-Boot] [PATCH 017/172] arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 018/172] arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 019/172] arm: socfpga: scan: Zap iocsr_scan_chain*_table()
` [U-Boot] [PATCH 020/172] arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio()
` [U-Boot] [PATCH 021/172] arm: socfpga: system: Clean up pinmux_config.c
` [U-Boot] [PATCH 022/172] arm: socfpga: spl: Toggle warm reset config I/O bit
` [U-Boot] [PATCH 023/172] arm: socfpga: spl: Configure SCU and NIC-301 early
` [U-Boot] [PATCH 024/172] arm: socfpga: spl: Add missing reset logic
` [U-Boot] [PATCH 025/172] arm: socfpga: spl: Merge spl_board_init() into board_init_f()
` [U-Boot] [PATCH 026/172] arm: socfpga: spl: Remove custom linker script
` [U-Boot] [PATCH 027/172] arm: socfpga: spl: Add support for booting from SD/MMC
` [U-Boot] [PATCH 028/172] arm: socfpga: spl: Add support for booting from QSPI
` [U-Boot] [PATCH 029/172] arm: socfpga: spl: Add support for selecting boot device from BSEL
` [U-Boot] [PATCH 030/172] arm: socfpga: misc: Fix warm reset
` [U-Boot] [PATCH 031/172] arm: socfpga: misc: Add support for printing boot mode
` [U-Boot] [PATCH 032/172] arm: socfpga: misc: Export bootmode into environment variable
` [U-Boot] [PATCH 033/172] arm: socfpga: misc: Probe ethernet GMAC from OF
` [U-Boot] [PATCH 034/172] arm: socfpga: misc: Reset ethernet "
` [U-Boot] [PATCH 035/172] arm: socfpga: config: Move SPL GD and malloc to RAM
` [U-Boot] [PATCH 036/172] arm: socfpga: config: Zap incorrect config options
` [U-Boot] [PATCH 037/172] arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build
` [U-Boot] [PATCH 038/172] arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR
` [U-Boot] [PATCH 039/172] arm: socfpga: config: Fix LOADADDR
` [U-Boot] [PATCH 040/172] arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful
` [U-Boot] [PATCH 041/172] Makefile: Add target for building bootable SPL image for SoCFPGA
` [U-Boot] [PATCH 042/172] ddr: altera: Minor indent fix in set_rank_and_odt_mask()
` [U-Boot] [PATCH 043/172] ddr: altera: Clean up ugly casts in sdram_calibration_full()
` [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

[Buildroot] [git commit] sqlite: bump to version 3.8.11
 2015-07-27 20:51 UTC 

[Buildroot] [git commit branch/next] sqlite: bump to version 3.8.11
 2015-07-27 20:51 UTC 

[PATCH 1/5] x86/asm/entry/32: Massage SYSENTER32 fast path to be nearly identical to SYSCALL32
 2015-07-27 20:51 UTC  (4+ messages)
` [PATCH 2/5] x86/asm/entry/32: Expand auditsys_FOO macros in SYSCALL32 code path

[meta-fsl-arm][PATCH 1/3] packagegroup-fsl-mfgtool: Add e2fsprogs-e2fsck in extfs feature
 2015-07-27 20:51 UTC  (3+ messages)
` [meta-fsl-arm][PATCH 2/3] packagegroup-fsl-mfgtool: Add f2fs feature
` [meta-fsl-arm][PATCH 3/3] mfgtool-initramfs-image.bbclass: Add f2fs feature option

[Buildroot] [PATCH v2 1/1] package/exfat-utils: fix compilation error with musl
 2015-07-27 20:51 UTC  (2+ messages)

[Qemu-devel] [PULL for-2.4 00/10] Trivial patches for 2015-07-27
 2015-07-27 20:50 UTC  (3+ messages)
` [Qemu-devel] [PULL 01/10] hw/acpi/ich9: clear smi_en on reset

[Qemu-devel] [Bug 1478360] [NEW] Cant compile on ubuntu 14.04 x64
 2015-07-27 20:48 UTC  (3+ messages)
` [Qemu-devel] [Bug 1478360] "

[Buildroot] nios2 : gcc 4.9.x buildroot toolchain broken
 2015-07-27 20:48 UTC  (2+ messages)

[Buildroot] [PATCH] lighttpd: bump to version 1.4.36
 2015-07-27 20:48 UTC 

[Buildroot] [PATCH] sqlite: bump to version 3.8.11
 2015-07-27 20:47 UTC 

[U-Boot] [PATCH] arm: socfpga: Move generated files into qts subdir
 2015-07-27 20:47 UTC 

[PATCH v1 0/7] APQ8064 dt patches
 2015-07-27 20:46 UTC  (4+ messages)
` [PATCH v1 4/7] ARM: dts: apq8064: Add pm8921 mfd and its gpio node

+ proc-add-kpageidle-file-fix-5.patch added to -mm tree
 2015-07-27 20:46 UTC 

[GIT PULL] MODSIGN: Use PKCS#7 for module signatures
 2015-07-27 20:46 UTC  (2+ messages)

[Buildroot] Autobuilder update: ARC toolchain updated
 2015-07-27 20:45 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
 2015-07-27 20:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "

[PATCH 00/11] Enable access to SPI NOR flash on Samsung Snow board
 2015-07-27 20:43 UTC  (8+ messages)
` [PATCH 08/11] MTD: m25p80: Add option to limit SPI transfer size

[Bug 91253] Regression: Can't boot on 4.0.5 and later but can boot on 4.0.4 (on iMac)
 2015-07-27 20:43 UTC 

[U-Boot] [PATCH] arm: dts: socfpga: Add mmc alias
 2015-07-27 20:42 UTC 

[nacked] parse_integer-convert-sound.patch removed from -mm tree
 2015-07-27 20:41 UTC 

Crash in -next due to 'MIPS: Move FP usage checks into protected_{save, restore}_fp_context'
 2015-07-27 20:41 UTC  (8+ messages)

[U-Boot] [PATCH] arm: dts: socfpga: Fix SPI aliases
 2015-07-27 20:41 UTC 

+ proc-add-kpageidle-file-fix-4.patch added to -mm tree
 2015-07-27 20:40 UTC 

list_del corruption / unhash_ol_stateid()
 2015-07-27 20:40 UTC  (3+ messages)

[Buildroot] [git commit branch/next] package/exfat-utils: fix compilation error with musl
 2015-07-27 20:40 UTC 

[Buildroot] [git commit] package/exfat-utils: fix compilation error with musl
 2015-07-27 20:40 UTC 

[net-next 0/16] Proposal for VRF-lite - v3
 2015-07-27 20:33 UTC  (3+ messages)
` [PATCH net-next 14/16] net: Add sk_bind_dev_if to task_struct

[PATCH] Use pthread_setname APIs
 2015-07-27 20:40 UTC  (4+ messages)

[Buildroot] [PATCH v3 1/1] linux: Add support for FIT image
 2015-07-27 20:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] mmc: dw_mmc: Stop bounce buffer even in case of failure
 2015-07-27 20:39 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] mmc: dw_mmc: Improve handling of data transfer failure
` [U-Boot] [PATCH 4/4] mmc: dw_mmc: Probe the MMC from OF


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.