aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/silk/silk.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-08-11env: Rename environment.h to env_internal.hSimon Glass1-1/+1
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-03-30ARM: rmobile: Fix PHY LED mode register maskMarek Vasut1-1/+1
2018-07-19lib: fdtdec: Rename routine fdtdec_setup_memory_size()Siva Durga Prasad Paladugu1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-05-02ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRINGMarek Vasut1-4/+0
2018-04-26ARM: rmobile: Fix PMIC address on E2 SilkMarek Vasut1-1/+1
2018-04-21ARM: rmobile: Update E2 SilkMarek Vasut1-128/+58
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-17ARM: Rmobile: Rename CONFIG_RMOBILE to CONFIG_ARCH_RMOBILENobuhiro Iwamatsu1-1/+1
2015-02-25arm: rmobile: silk: Add support SDHIVladimir Barinov1-1/+34
2015-02-25arm: rmobile: silk: fix typo in device declarationVladimir Barinov1-1/+1
2015-02-25arm: rmobile: silk: Disable ethernet pins pull-upVladimir Barinov1-0/+8
2015-02-25arm: rmobile: silk: Fix GPIO4_31 initializationVladimir Barinov1-1/+1
2015-02-25arm: rmobile: silk: Migrate serial driver to drivers modelNobuhiro Iwamatsu1-0/+14
2015-02-13ARM: rmobile: silk: Remove initialization of ACTLR.SMPNobuhiro Iwamatsu1-12/+0
2015-02-13arm: rmobile: Add SILK board supportVladimir Barinov1-0/+175