summaryrefslogtreecommitdiff
path: root/board/buffalo/lsxl/lsxl.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop linux/types.h from common headerWIP/2020-08-17-reduce-commonSimon Glass2020-08-181-0/+1
* common: Drop stdio.h from common headerSimon Glass2020-08-181-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2020-08-181-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