linux/drivers/pinctrl/samsung
Krzysztof Kozlowski 12cdd5790f pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks
Unlike for other countable members, the driver used u32 for number of
banks (nr_banks).  There is no specific need for using fixed-width
integer in this particular place.  Make it consistent.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
2017-07-19 07:39:37 +02:00
..
Kconfig pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 2017-06-07 20:40:47 +02:00
Makefile pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 2017-06-07 20:40:47 +02:00
pinctrl-exynos5440.c pinctrl: samsung: Clean up modular vs. non-modular distinctions 2017-05-23 16:49:17 +02:00
pinctrl-exynos-arm64.c pinctrl: samsung: Split Exynos drivers per ARMv7 and ARMv8 2017-06-07 20:40:47 +02:00
pinctrl-exynos-arm.c pinctrl: samsung: Explicitly cast pointer returned by of_iomap() to iomem 2017-06-07 20:40:48 +02:00
pinctrl-exynos.c pinctrl: samsung: Use define from dt-bindings for pin mux function 2017-07-18 20:23:12 +02:00
pinctrl-exynos.h pinctrl: samsung: Use define from dt-bindings for pin mux function 2017-07-18 20:23:12 +02:00
pinctrl-s3c24xx.c pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx 2017-07-18 18:09:05 +02:00
pinctrl-s3c64xx.c pinctrl: samsung: Fix NULL pointer exception on external interrupts on S3C24xx 2017-07-18 18:09:05 +02:00
pinctrl-samsung.c pinctrl: samsung: Use unsigned int for number of controller IO mem resources 2017-07-19 07:39:05 +02:00
pinctrl-samsung.h pinctrl: samsung: Consistently use unsigned instead of u32 for nr_banks 2017-07-19 07:39:37 +02:00