linux/drivers/soc/fsl/qe
Rasmus Villemoes 5cfca8911d soc: fsl: qe: support fsl,qe-snums property
Add driver support for the newly introduced fsl,qe-snums property.

Conveniently, of_property_read_variable_u8_array does exactly what we
need: If the property fsl,qe-snums is found (and has an allowed size),
the array of values get copied to snums, and the return value is the
number of snums - we cannot assign directly to num_of_snums, since we
need to check whether the return value is negative.

Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Qiang Zhao <qiang.zhao@nxp.com>
Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
2019-06-05 14:26:39 -05:00
..
gpio.c soc/fsl/qe: Fix an error code in qe_pin_request() 2019-04-02 18:02:48 -05:00
Kconfig soc: fsl: cleanup Kconfig menu 2018-07-24 16:19:16 -05:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
qe_common.c soc/fsl/qe: fix Oops on CPM1 (and likely CPM2) 2016-09-25 02:38:52 -05:00
qe_ic.c qe/ic: fix a buffer overflow error and add check elsewhere 2016-03-09 10:44:12 -06:00
qe_ic.h
qe_io.c
qe_tdm.c soc/fsl/qe: fix err handling of ucc_of_parse_tdm 2019-01-04 12:50:43 -08:00
qe.c soc: fsl: qe: support fsl,qe-snums property 2019-06-05 14:26:39 -05:00
ucc_fast.c fsl/qe: setup clock source for TDM mode 2016-06-07 15:56:30 -07:00
ucc_slow.c
ucc.c soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() 2018-09-25 13:57:26 -07:00
usb.c