Loading Documentation/hwmon/ina2xx +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ Supported chips: Datasheet: Publicly available at the Texas Instruments website http://www.ti.com/ Author: Lothar Felten <l-felten@ti.com> Author: Lothar Felten <lothar.felten@gmail.com> Description ----------- Loading Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 9 SUBLEVEL = 130 SUBLEVEL = 131 EXTRAVERSION = NAME = Roaring Lionus Loading arch/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -530,6 +530,7 @@ config LTO_CLANG bool "Use clang Link Time Optimization (LTO) (EXPERIMENTAL)" depends on ARCH_SUPPORTS_LTO_CLANG depends on !FTRACE_MCOUNT_RECORD || HAVE_C_RECORDMCOUNT depends on !KASAN select LTO select THIN_ARCHIVES select LD_DEAD_CODE_DATA_ELIMINATION Loading arch/arm/boot/dts/dra7.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -1770,7 +1770,7 @@ }; }; dcan1: can@481cc000 { dcan1: can@4ae3c000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan1"; reg = <0x4ae3c000 0x2000>; Loading @@ -1780,7 +1780,7 @@ status = "disabled"; }; dcan2: can@481d0000 { dcan2: can@48480000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan2"; reg = <0x48480000 0x2000>; Loading arch/arm/mach-mvebu/pmsu.c +3 −3 Original line number Diff line number Diff line Loading @@ -116,8 +116,8 @@ void mvebu_pmsu_set_cpu_boot_addr(int hw_cpu, void *boot_addr) PMSU_BOOT_ADDR_REDIRECT_OFFSET(hw_cpu)); } extern unsigned char mvebu_boot_wa_start; extern unsigned char mvebu_boot_wa_end; extern unsigned char mvebu_boot_wa_start[]; extern unsigned char mvebu_boot_wa_end[]; /* * This function sets up the boot address workaround needed for SMP Loading @@ -130,7 +130,7 @@ int mvebu_setup_boot_addr_wa(unsigned int crypto_eng_target, phys_addr_t resume_addr_reg) { void __iomem *sram_virt_base; u32 code_len = &mvebu_boot_wa_end - &mvebu_boot_wa_start; u32 code_len = mvebu_boot_wa_end - mvebu_boot_wa_start; mvebu_mbus_del_window(BOOTROM_BASE, BOOTROM_SIZE); mvebu_mbus_add_window_by_id(crypto_eng_target, crypto_eng_attribute, Loading Loading
Documentation/hwmon/ina2xx +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ Supported chips: Datasheet: Publicly available at the Texas Instruments website http://www.ti.com/ Author: Lothar Felten <l-felten@ti.com> Author: Lothar Felten <lothar.felten@gmail.com> Description ----------- Loading
Makefile +1 −1 Original line number Diff line number Diff line VERSION = 4 PATCHLEVEL = 9 SUBLEVEL = 130 SUBLEVEL = 131 EXTRAVERSION = NAME = Roaring Lionus Loading
arch/Kconfig +1 −0 Original line number Diff line number Diff line Loading @@ -530,6 +530,7 @@ config LTO_CLANG bool "Use clang Link Time Optimization (LTO) (EXPERIMENTAL)" depends on ARCH_SUPPORTS_LTO_CLANG depends on !FTRACE_MCOUNT_RECORD || HAVE_C_RECORDMCOUNT depends on !KASAN select LTO select THIN_ARCHIVES select LD_DEAD_CODE_DATA_ELIMINATION Loading
arch/arm/boot/dts/dra7.dtsi +2 −2 Original line number Diff line number Diff line Loading @@ -1770,7 +1770,7 @@ }; }; dcan1: can@481cc000 { dcan1: can@4ae3c000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan1"; reg = <0x4ae3c000 0x2000>; Loading @@ -1780,7 +1780,7 @@ status = "disabled"; }; dcan2: can@481d0000 { dcan2: can@48480000 { compatible = "ti,dra7-d_can"; ti,hwmods = "dcan2"; reg = <0x48480000 0x2000>; Loading
arch/arm/mach-mvebu/pmsu.c +3 −3 Original line number Diff line number Diff line Loading @@ -116,8 +116,8 @@ void mvebu_pmsu_set_cpu_boot_addr(int hw_cpu, void *boot_addr) PMSU_BOOT_ADDR_REDIRECT_OFFSET(hw_cpu)); } extern unsigned char mvebu_boot_wa_start; extern unsigned char mvebu_boot_wa_end; extern unsigned char mvebu_boot_wa_start[]; extern unsigned char mvebu_boot_wa_end[]; /* * This function sets up the boot address workaround needed for SMP Loading @@ -130,7 +130,7 @@ int mvebu_setup_boot_addr_wa(unsigned int crypto_eng_target, phys_addr_t resume_addr_reg) { void __iomem *sram_virt_base; u32 code_len = &mvebu_boot_wa_end - &mvebu_boot_wa_start; u32 code_len = mvebu_boot_wa_end - mvebu_boot_wa_start; mvebu_mbus_del_window(BOOTROM_BASE, BOOTROM_SIZE); mvebu_mbus_add_window_by_id(crypto_eng_target, crypto_eng_attribute, Loading