aboutsummaryrefslogtreecommitdiff
path: root/board/kosagi/novena/novena.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2019-12-03board: Remove unnecessary inclusion of micrel.h from boardsJames Byrne1-2/+0
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2019-06-11ARM: imx: novena: Convert to DM VIDEOMarek Vasut1-0/+13
2019-06-11ARM: imx: novena: Convert block devices to DMMarek Vasut1-58/+4
2019-06-11ARM: imx: novena: Enable DM GPIOMarek Vasut1-0/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-5/+5
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-12-01arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitionsMarek Vasut1-1/+1
2015-11-19input: Support the German keymapSimon Glass1-1/+1
2015-11-19input: Add the keycode translation tables separatelySimon Glass1-0/+1
2015-11-05video: Drop DEV_FLAGS_SYSTEM flagBin Meng1-1/+1
2014-12-30arm: mx6: novena: Add proper LVDS display supportMarek Vasut1-0/+8
2014-12-30arm: mx6: novena: Pull video handling into separate fileMarek Vasut1-78/+1
2014-12-30arm: mx6: novena: Pull GPIO definitions into headerMarek Vasut1-4/+2
2014-12-30arm: mx6: novena: Minor coding style fixMarek Vasut1-13/+13
2014-10-30novena: Fix ethernet PHY reset sequenceNikolay Dimitrov1-3/+0
2014-10-30ARM: mx6: Add support for Kosagi NovenaMarek Vasut1-0/+343