summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: k3-sec-proxy: Extend valid thread IDsDave Gerlach2021-05-121-9/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* mailbox: stm32-ipcc: migrate trace to dev and log macroPatrick Delaunay2021-01-131-7/+9
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-136-6/+6
* mailbox: zynqmp: Extend timeout for getting observation bitMichal Simek2020-10-271-1/+1
* mailbox: stm32_ipcc: Convert to use APIs which support live DTPatrick Delaunay2020-10-021-6/+3
* mailbox: k3: Fix not calling dev_err with a deviceSean Anderson2020-09-301-2/+4
* xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek2020-09-231-1/+1
* xilinx: zynqmp: fix incorrect map not align with IPI HWIbai Erkiaga2020-08-201-4/+10
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop log.h from common headerSimon Glass2020-05-186-0/+6
* rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner2020-05-151-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-057-0/+9
* mailbox: Rename free() to rfree()Simon Glass2020-02-055-6/+6
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* mailbox: zynqmp: ipi mailbox driverIbai Erkiaga2019-10-083-0/+141
* mailbox: allow subnode for mbox regsIbai Erkiaga2019-10-081-1/+10
* mailbox: check ops prior callingIbai Erkiaga2019-10-081-2/+6
* mailbox: introduce stm32-ipcc driverFabien Dessenne2019-07-123-0/+175
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-281-1/+2
* spl: Allow mailbox drivers to be used within SPLLokesh Vutla2018-09-111-1/+1
* mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla2018-09-113-0/+449
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-074-8/+4
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-272-4/+0
* dm: mailbox: Update uclass to support livetreeSimon Glass2017-06-012-13/+9
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* libfdt: Bring in upstream stringlist functionsSimon Glass2016-10-131-3/+3
* ARM: tegra: adapt to latest HSP DT bindingStephen Warren2016-08-041-8/+39
* mailbox: add Tegra186 HSP driverStephen Warren2016-06-193-0/+171
* mailbox: rename headersStephen Warren2016-06-193-4/+4
* mailbox: implement a sandbox testStephen Warren2016-05-264-0/+167
* Add a mailbox driver framework/uclassStephen Warren2016-05-263-0/+163