/openbmc/linux/drivers/clk/ti/ |
H A D | clkt_iclk.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clkt_dflt.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | dpll44xx.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clkt_dpll.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | autoidle.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clk-3xxx.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | interface.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | dpll3xxx.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clockdomain.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | gate.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | apll.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clock.h | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | mux.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | divider.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clk.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | dpll.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | clkt2xxx_dpllcore.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | cm_common.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | cm2xxx.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | cm3xxx.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | cm.h | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clock.h | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
H A D | clock.c | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|
/openbmc/linux/include/linux/clk/ |
H A D | ti.h | diff 6c0afb503937a12a8d20a805fcf263e31afa9871 Thu Feb 09 03:24:37 CST 2017 Tero Kristo <t-kristo@ti.com> clk: ti: convert to use proper register definition for all accesses
Currently, TI clock driver uses an encapsulated struct that is cast into a void pointer to store all register addresses. This can be considered as rather nasty hackery, and prevents from expanding the register address field also. Instead, replace all the code to use proper struct in place for this, which contains all the previously used data.
This patch is rather large as it is touching multiple files, but this can't be split up as we need to avoid any boot breakage.
Signed-off-by: Tero Kristo <t-kristo@ti.com> Acked-by: Tony Lindgren <tony@atomide.com>
|