diff options
author | 2020-07-22 22:38:40 +0200 | |
---|---|---|
committer | 2020-07-22 22:38:40 +0200 | |
commit | 5644f690b92c277f58ebc7452a095aa20e809478 (patch) | |
tree | 20314a725aedaeed3aa07b7d9f868f0ef95ee063 /include | |
parent | ARM: rpc: Change blacklist to quirklist in ecode.c file (diff) | |
parent | ARM: s3c24xx: Replace HTTP links with HTTPS ones (diff) | |
download | wireguard-linux-5644f690b92c277f58ebc7452a095aa20e809478.tar.xz wireguard-linux-5644f690b92c277f58ebc7452a095aa20e809478.zip |
Merge tag 'samsung-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/soc
Samsung mach/soc changes for v5.9
1. Restore big.LITTLE cpuidle support on Exynos542x boards.
2. Cleanups and minor fixes.
* tag 'samsung-soc-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
ARM: s3c24xx: Replace HTTP links with HTTPS ones
ARM: s3c24xx: leds: Convert to use GPIO descriptors
ARM: exynos: MCPM: Restore big.LITTLE cpuidle support
ARM: exynos: clear L310_AUX_CTRL_FULL_LINE_ZERO in default l2c_aux_val
Link: https://lore.kernel.org/r/20200721180900.13844-4-krzk@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/leds-s3c24xx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/platform_data/leds-s3c24xx.h b/include/linux/platform_data/leds-s3c24xx.h index 5bbae85811e2..64f8d14876e0 100644 --- a/include/linux/platform_data/leds-s3c24xx.h +++ b/include/linux/platform_data/leds-s3c24xx.h @@ -10,13 +10,7 @@ #ifndef __LEDS_S3C24XX_H #define __LEDS_S3C24XX_H -#define S3C24XX_LEDF_ACTLOW (1<<0) /* LED is on when GPIO low */ -#define S3C24XX_LEDF_TRISTATE (1<<1) /* tristate to turn off */ - struct s3c24xx_led_platdata { - unsigned int gpio; - unsigned int flags; - char *name; char *def_trigger; }; |