mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
Renesas driver updates for v7.1 (take two)
- Mark remaining rz_sysc_init_data structures __initconst. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQQ9qaHoIs/1I4cXmEiKwlD9ZEnxcAUCacZPdAAKCRCKwlD9ZEnx cIa3AP9jldP6tXheBHg/dEUixiO8ce+GUo7yqr6SqUPsoGidfAEAnwSHOmzmjKSY 6fr2V4QLvQHII+sb+PlSKncwvZ6zdws= =jd3A -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmnNk7wACgkQmmx57+YA GNnYow/+LQRUo1LqRLmk5degpqhgQA3U5FDcxuDHkbyRDEWjSIN0OuqaTQx586oa 9RRNvy3YRlZULseIp8PBzMYNJP3TjmfRnZd1wGjErnpxU3WJa8PF4QQIkZWVHcZU WQZhlkYxCksqE+1879gJgzC0+vy7Mp5VJdFdBhptmNv5XOjFK6tVfrFDRdpo8MgV 8Ww6Grj6XDIdBMIK+C+NAKJG5V6K3V5HXgTPg9jCrxRYu0LayNneYSdfzRS969So m2XrnZk7mSbUtb5xs+XpCdK2tQhj6zbx3x6czxAn9jI/8oh97GsRLQmUCs+HgvrM BV4PIKH+QBqsKKTGfHoTVVLjXHNIHrz8z7r5DfVFuVfkXmjaTlrsemt6U4RXJpzT xxUppC1KlDw8ARPfjAETtyyVKbfBGrAl48LTkDTWgZmOSj2Ep4zKPvZlaBARo++S 4BawpPHvLPBZ3pYw5TJ7UG320xd0Xg90RmRwcb23Gu51EtlqoIHlAlCEcSAZuhd0 JfeZUi2Ho0B4vqqciugHe00GjZpKg+OZG60LmffBb9UyUpG2NQrqSSKwHeTE1Bxg gwWiSBMUDacopK8sYx1JTafelBQww8bBaSlji6w9HeoHak9Jib4KnWFLimrWHYpO DKpBw8aliux25G0VqnbFBdZUqc7USvEI0JOHedpMe2lo1IZ4s5o= =+/O0 -----END PGP SIGNATURE----- Merge tag 'renesas-drivers-for-v7.1-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/drivers Renesas driver updates for v7.1 (take two) - Mark remaining rz_sysc_init_data structures __initconst. * tag 'renesas-drivers-for-v7.1-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel: soc: renesas: r9a09g056-sys: Mark rzv2n_sys_init_data as __initconst soc: renesas: r9a09g047-sys: Mark rzg3e_sys_init_data as __initconst soc: renesas: r9a09g057-sys: Mark rzv2h_sys_init_data as __initconst Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
78b06e0a76
|
|
@ -139,7 +139,7 @@ static bool rzg3e_regmap_writeable_reg(struct device *dev, unsigned int reg)
|
|||
}
|
||||
}
|
||||
|
||||
const struct rz_sysc_init_data rzg3e_sys_init_data = {
|
||||
const struct rz_sysc_init_data rzg3e_sys_init_data __initconst = {
|
||||
.soc_id_init_data = &rzg3e_sys_soc_id_init_data,
|
||||
.readable_reg = rzg3e_regmap_readable_reg,
|
||||
.writeable_reg = rzg3e_regmap_writeable_reg,
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@ static bool rzv2n_regmap_writeable_reg(struct device *dev, unsigned int reg)
|
|||
}
|
||||
}
|
||||
|
||||
const struct rz_sysc_init_data rzv2n_sys_init_data = {
|
||||
const struct rz_sysc_init_data rzv2n_sys_init_data __initconst = {
|
||||
.soc_id_init_data = &rzv2n_sys_soc_id_init_data,
|
||||
.readable_reg = rzv2n_regmap_readable_reg,
|
||||
.writeable_reg = rzv2n_regmap_writeable_reg,
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ static bool rzv2h_regmap_writeable_reg(struct device *dev, unsigned int reg)
|
|||
}
|
||||
}
|
||||
|
||||
const struct rz_sysc_init_data rzv2h_sys_init_data = {
|
||||
const struct rz_sysc_init_data rzv2h_sys_init_data __initconst = {
|
||||
.soc_id_init_data = &rzv2h_sys_soc_id_init_data,
|
||||
.readable_reg = rzv2h_regmap_readable_reg,
|
||||
.writeable_reg = rzv2h_regmap_writeable_reg,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user