| #
1bc6f14a |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasu
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
6afb4fe2 |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek V
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
e79025a7 |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vas
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
a1c654a8 |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Va
ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
a4bfa463 |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut
ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
Instead of this indirection, just adjust the register pointer and directly use the register base address.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
23f62b36 |
| 12-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Clean up ugly casts in sdram_calibration_full()
Use the correct formating string in those debug_cond() invocations and zap those unnecessary ugly casts.
Signed-off-by: Marek Vasut <mar
ddr: altera: Clean up ugly casts in sdram_calibration_full()
Use the correct formating string in those debug_cond() invocations and zap those unnecessary ugly casts.
Signed-off-by: Marek Vasut <marex@denx.de>
show more ...
|
| #
963bca63 |
| 18-Jul-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Minor indent fix in set_rank_and_odt_mask()
Fix the position of the } else { statement to make it correctly indented.
Signed-off-by: Marek Vasut <marex@denx.de>
|
| #
7ac40d25 |
| 26-Jun-2015 |
Marek Vasut <marex@denx.de> |
ddr: altera: Fix debug message format in sequencer
The debug messages missed proper newlines and/or spaces in them. Fix the formatting.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See
ddr: altera: Fix debug message format in sequencer
The debug messages missed proper newlines and/or spaces in them. Fix the formatting.
Signed-off-by: Marek Vasut <marex@denx.de> Cc: Chin Liang See <clsee@altera.com> Cc: Dinh Nguyen <dinguyen@altera.com> Cc: Tom Rini <trini@konsulko.com>
show more ...
|
| #
3da42859 |
| 03-Jun-2015 |
Dinh Nguyen <dinguyen@opensource.altera.com> |
driver/ddr/altera: Add the sdram calibration portion
This patch adds the DDR calibration portion of the Altera SDRAM driver.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
|