aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gsc.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20board: gateworks: gw_ventana: remove obsolete fileTim Harvey1-471/+0
2022-04-12board: gateworks: gw_ventana: convert to DM_I2CTim Harvey1-7/+53
2022-03-31board: gw_ventana: gsc: fix GSC read/write functionsTim Harvey1-2/+2
2021-08-09imx: ventana: use dt for hwmonTim Harvey1-59/+113
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2021-04-08imx: ventana: convert U-Boot to OF_CONTROL using FIT imageTim Harvey1-0/+88
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-4/+6
2019-02-15imx: ventana: add support for GW5905Tim Harvey1-1/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-12imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPLTom Rini1-1/+1
2017-03-20imx: ventana: add GW560x supportTim Harvey1-0/+4
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-05-31imx: ventana: add GW553x supportTim Harvey1-1/+2
2016-05-31imx: ventana: gsc: show board temp on bootTim Harvey1-0/+6
2016-05-31imx: ventana: gsc: fix negative temperature readingsTim Harvey1-0/+2
2016-05-31imx: ventana: gsc: add gsc sleep commandTim Harvey1-1/+45
2016-05-24imx: ventana: gsc: remove dependence on envTim Harvey1-2/+2
2015-05-15imx: ventana: move GSC boot watchdog disable function to gsc.cTim Harvey1-0/+27
2015-04-22imx: ventana: add 'gsc wd' command for enabling and disabling GSC watchdogTim Harvey1-6/+74
2015-04-22imx: ventana: gsc: add new hwmon railsTim Harvey1-10/+9
2015-04-22imx: ventana: remove GSC hwmon voltage rail min/max testTim Harvey1-31/+22
2014-09-09imx: ventana: add GW5520 supportTim Harvey1-0/+4
2014-08-20imx: ventana: add appropriate delay following GSC i2c writeTim Harvey1-1/+1
2014-03-12ventana: Add Gateworks Ventana family supportTim Harvey1-0/+129