android_kernel_lge_bullhead/drivers/pinctrl
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
mvebu pinctrl: mvebu: armada-xp: fix functions of MPP48 2015-08-03 09:29:42 -07:00
sh-pfc pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE 2017-06-20 14:04:07 +02:00
spear
vt8500
Kconfig
Makefile
core.c pinctrl: Don't just pretend to protect pinctrl_maps, do it for real 2015-05-17 09:51:33 -07:00
core.h pinctrl: Don't just pretend to protect pinctrl_maps, do it for real 2015-05-17 09:51:33 -07:00
devicetree.c pinctrl: Don't just pretend to protect pinctrl_maps, do it for real 2015-05-17 09:51:33 -07:00
devicetree.h
pinconf-generic.c pinctrl: Adds slew-rate, input-enable/disable 2014-07-23 19:33:25 +05:30
pinconf.c
pinconf.h
pinctrl-ab8500.c
pinctrl-ab8505.c
pinctrl-ab8540.c
pinctrl-ab9540.c
pinctrl-abx500.c
pinctrl-abx500.h
pinctrl-at91.c
pinctrl-bcm2835.c
pinctrl-coh901.c
pinctrl-coh901.h
pinctrl-exynos.c
pinctrl-exynos.h
pinctrl-exynos5440.c
pinctrl-falcon.c
pinctrl-imx.c
pinctrl-imx.h
pinctrl-imx6dl.c
pinctrl-imx6q.c
pinctrl-imx6sl.c
pinctrl-imx23.c
pinctrl-imx28.c
pinctrl-imx35.c
pinctrl-imx51.c
pinctrl-imx53.c
pinctrl-lantiq.c
pinctrl-lantiq.h
pinctrl-msm-tlmm.c pinctrl: log irq as base wakeup reason 2015-07-21 22:41:12 +00:00
pinctrl-msm.c micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00
pinctrl-msm.h pinctrl: msm: Add new EBI pintype for nand support 2014-09-21 04:44:26 -07:00
pinctrl-mxs.c
pinctrl-mxs.h
pinctrl-nomadik-db8500.c
pinctrl-nomadik-db8540.c
pinctrl-nomadik-stn8815.c
pinctrl-nomadik.c
pinctrl-nomadik.h
pinctrl-s3c64xx.c
pinctrl-samsung.c
pinctrl-samsung.h
pinctrl-single.c
pinctrl-sirf.c
pinctrl-sunxi.c
pinctrl-sunxi.h
pinctrl-tegra.c
pinctrl-tegra.h
pinctrl-tegra20.c
pinctrl-tegra30.c
pinctrl-tegra114.c
pinctrl-u300.c
pinctrl-xway.c
pinmux.c
pinmux.h