summaryrefslogtreecommitdiff
path: root/drivers/misc/ds4510.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-22Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDRSimon Glass1-6/+1
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510Simon Glass1-12/+10
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_RSTSimon Glass1-6/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_MEMSimon Glass1-10/+0
2017-05-22Kconfig: Drop CONFIG_CMD_DS4510_INFOSimon Glass1-8/+0
2016-01-19Add more SPDX-License-Identifier tagsTom Rini1-13/+1
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-8/+5
2010-07-05Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-3/+5
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-2/+2
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser1-0/+424