summaryrefslogtreecommitdiff
path: root/board/buffalo/lsxl/lsxl.c
Commit message (Expand)AuthorAgeFilesLines
* board: lsxl: convert to DM_GPIOMichael Walle2022-08-231-54/+86
* board: lsxl: make last resort recovery more reliableMichael Walle2022-08-231-2/+12
* board: lsxl: automatically select CONFIG_MISC_INIT_RMichael Walle2022-08-231-2/+0
* board: lsxl: remove unused header filesMichael Walle2022-08-231-5/+0
* board: lsxl: remove CONFIG_ENV_OVERWRITEMichael Walle2022-08-231-4/+0
* Audit <flash.h> inclusionTom Rini2022-08-041-1/+0
* bootstage: Eliminate when not enabledTom Rini2021-07-071-1/+1
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop bootstage.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-1/+1
* env: Rename setenv() to env_set()Simon Glass2017-08-161-1/+1
* net: Fix a warning added by 76ec988Joe Hershberger2015-05-281-2/+0
* net: Remove all calls to net_random_ethaddr()Joe Hershberger2015-05-201-10/+0
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo()Stefan Roese2014-10-231-1/+1
* arm: marvell: Extract kirkwood gpio functions into new common file gpio.cStefan Roese2014-10-231-3/+3
* arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-231-1/+1
* sf: Tidy up public and private header filesSimon Glass2014-10-221-1/+2
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-121-1/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* lsxl: unset ncip for rescue modeMichael Walle2013-01-091-3/+2
* kirkwood: make MPP arrays static constAlbert ARIBAUD2013-01-091-1/+1
* lsxl: also turn off fan in power down modeMichael Walle2012-10-031-1/+5
* lsxl: support power switchMichael Walle2012-09-031-1/+21
* Kirkwood: add lschlv2 and lsxhl board supportMichael Walle2012-07-071-0/+283