File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20112,6 +20112,16 @@ B: mailto:linux-samsung-soc@vger.kernel.org
2011220112F: Documentation/devicetree/bindings/sound/samsung*
2011320113F: sound/soc/samsung/
2011420114
20115+ SAMSUNG EXYNOS850 SoC SUPPORT
20116+ M: Sam Protsenko <semen.protsenko@linaro.org>
20117+ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
20118+ L: linux-samsung-soc@vger.kernel.org
20119+ S: Maintained
20120+ F: Documentation/devicetree/bindings/clock/samsung,exynos850-clock.yaml
20121+ F: arch/arm64/boot/dts/exynos/exynos850*
20122+ F: drivers/clk/samsung/clk-exynos850.c
20123+ F: include/dt-bindings/clock/exynos850.h
20124+
2011520125SAMSUNG EXYNOS PSEUDO RANDOM NUMBER GENERATOR (RNG) DRIVER
2011620126M: Krzysztof Kozlowski <krzk@kernel.org>
2011720127L: linux-crypto@vger.kernel.org
Original file line number Diff line number Diff line change @@ -12,5 +12,3 @@ struct s3c_uart_irq {
1212 unsigned int parent_irq ;
1313};
1414
15- extern void s3c_init_uart_irqs (struct s3c_uart_irq * irq , unsigned int nr_irqs );
16-
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ static int wlf_gf_module_probe(struct i2c_client *i2c)
446446}
447447
448448static const struct i2c_device_id wlf_gf_module_id [] = {
449- { "wlf-gf-module" , 0 },
449+ { "wlf-gf-module" },
450450 { }
451451};
452452
Original file line number Diff line number Diff line change @@ -48,8 +48,6 @@ extern unsigned long s3c_pm_flags;
4848
4949/* from sleep.S */
5050
51- extern int s3c2410_cpu_suspend (unsigned long );
52-
5351#ifdef CONFIG_PM_SLEEP
5452extern int s3c_irq_wake (struct irq_data * data , unsigned int state );
5553extern void s3c_cpu_resume (void );
Original file line number Diff line number Diff line change @@ -23,17 +23,6 @@ struct device_node;
2323void s3c64xx_set_xtal_freq (unsigned long freq );
2424void s3c64xx_set_xusbxti_freq (unsigned long freq );
2525
26- #ifdef CONFIG_CPU_S3C6400
27-
28- extern int s3c6400_init (void );
29- extern void s3c6400_init_irq (void );
30- extern void s3c6400_map_io (void );
31-
32- #else
33- #define s3c6400_map_io NULL
34- #define s3c6400_init NULL
35- #endif
36-
3726#ifdef CONFIG_CPU_S3C6410
3827
3928extern int s3c6410_init (void );
You can’t perform that action at this time.
0 commit comments