summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpatch: Don't allow common.h and dm.h in headersWIP/2020-08-01-misc-cleanupsSimon Glass2020-07-312-2/+15
* patman: Fix up the test commentsSimon Glass2020-07-311-5/+5
* dm: core: Guard against including dm.h in header filesSimon Glass2020-07-311-0/+4
* net: Drop duplicate include of dm.h in pcnet.cSimon Glass2020-07-311-1/+0
* net: Drop dm.h header file in eth_phy.hSimon Glass2020-07-311-1/+2
* clk: Drop dm.h header file in clk-provider.hSimon Glass2020-07-315-12/+20
* usb: Drop dm.h header fileSimon Glass2020-07-313-36/+47
* ufs: Drop dm.h header fileSimon Glass2020-07-313-4/+5
* nand: Drop dm.h header fileSimon Glass2020-07-312-2/+3
* adc: Drop dm.h header fileSimon Glass2020-07-313-2/+4
* mscc: Drop dm.h header fileSimon Glass2020-07-316-15/+2
* mediatek: Drop dm.h header fileSimon Glass2020-07-311-1/+1
* pci: Drop dm.h inclusion from header fileSimon Glass2020-07-314-2/+3
* liebherr: Drop duplicate dm.h inclusionSimon Glass2020-07-311-1/+0
* ti: am654: Drop duplicate dm.h inclusionSimon Glass2020-07-311-1/+0
* spi: Drop duplicate dm.h inclusionSimon Glass2020-07-311-1/+0
* mmc: Drop duplicate dm.h inclusionSimon Glass2020-07-311-1/+0
* power: Tidy up inclusion of regulator_common.hSimon Glass2020-07-314-5/+7
* efi: Tidy up header includesSimon Glass2020-07-313-2/+3
* w1: Drop dm.h header fileSimon Glass2020-07-313-1/+3
* thermal: Drop dm.h header fileSimon Glass2020-07-312-1/+2
* sf: Drop dm.h header file from spi_flash.hSimon Glass2020-07-315-1/+6
* net: Drop dm.h header file from phy.hSimon Glass2020-07-316-3/+12
* fs: fs-loader: Drop dm.h header fileSimon Glass2020-07-312-1/+2
* dm: core: Drop header files from dm/test.hSimon Glass2020-07-3163-20/+82
* dm: core: Drop dm.h header file from dm-demo.hSimon Glass2020-07-312-2/+1
* mtd: spi: Drop SPI_XFER_MMAP*Simon Glass2020-07-311-2/+0
* mtd: spi-mem: Drop dm.h header fileSimon Glass2020-07-314-5/+10
* wdt: Drop dm.h header fileSimon Glass2020-07-311-3/+1
* mtd: spi-nor: Tidy up error handling / debug codeSimon Glass2020-07-313-4/+4
* spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass2020-07-312-1/+11
* stdio: Tidy up the coding styleSimon Glass2020-07-312-21/+25
* stdio: Drop brackets around &devs.listSimon Glass2020-07-311-6/+6
* stdio: Update to use compiler for Kconfig checksSimon Glass2020-07-311-89/+83
* stdio: Drop #ifdefs in the header fileSimon Glass2020-07-311-28/+12
* stdio: Tidy up use of CONFIG_SYS_DEVICE_NULLDEVSimon Glass2020-07-312-20/+11
* Convert CONFIG_SYS_DEVICE_NULLDEV to KconfigSimon Glass2020-07-317-6/+19
* Merge branch '2020-07-31-more-env-updates'WIP/31Jul2020Tom Rini2020-07-3133-65/+507
|\
| * fw_setenv: lock the flash only if it was locked beforeIvan Mikhaylov2020-07-311-5/+19
| * env: Add support for explicit write access listMarek Vasut2020-07-314-13/+68
| * env: Add option to only ever append environmentMarek Vasut2020-07-313-0/+15
| * env: Discern environment coming from external storageMarek Vasut2020-07-3115-24/+29
| * env: Add H_DEFAULT flagMarek Vasut2020-07-312-1/+3
| * env: Warn on force access if ENV_ACCESS_IGNORE_FORCE setMarek Vasut2020-07-311-1/+3
| * test: sandbox: add test for erase commandPatrick Delaunay2020-07-315-0/+20
| * env: ext4: add support of command env erasePatrick Delaunay2020-07-311-0/+19
| * env: ext4: introduce new function env_ext4_save_bufferPatrick Delaunay2020-07-311-8/+20
| * test: environment in ext4Patrick Delaunay2020-07-311-1/+96
| * configs: sandbox: activate command env select and env loadPatrick Delaunay2020-07-314-0/+8
| * configs: sandbox: activate env in ext4 supportPatrick Delaunay2020-07-315-0/+31