summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-11mailbox: k3-sec-proxy: Add DM to DMSC communication threadVignesh Raghavendra1-1/+1
2021-05-12mailbox: k3-sec-proxy: Extend valid thread IDsDave Gerlach1-9/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-13mailbox: stm32-ipcc: migrate trace to dev and log macroPatrick Delaunay1-7/+9
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass6-6/+6
2020-10-27mailbox: zynqmp: Extend timeout for getting observation bitMichal Simek1-1/+1
2020-10-02mailbox: stm32_ipcc: Convert to use APIs which support live DTPatrick Delaunay1-6/+3
2020-09-30mailbox: k3: Fix not calling dev_err with a deviceSean Anderson1-2/+4
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-08-20xilinx: zynqmp: fix incorrect map not align with IPI HWIbai Erkiaga1-4/+10
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass6-0/+6
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass7-0/+9
2020-02-06mailbox: Rename free() to rfree()Simon Glass5-6/+6
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-08mailbox: zynqmp: ipi mailbox driverIbai Erkiaga3-0/+141
2019-10-08mailbox: allow subnode for mbox regsIbai Erkiaga1-1/+10
2019-10-08mailbox: check ops prior callingIbai Erkiaga1-2/+6
2019-07-12mailbox: introduce stm32-ipcc driverFabien Dessenne3-0/+175
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay1-1/+2
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla1-1/+1
2018-09-11mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla3-0/+449
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-8/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2-4/+0
2017-06-01dm: mailbox: Update uclass to support livetreeSimon Glass2-13/+9
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-10-13libfdt: Bring in upstream stringlist functionsSimon Glass1-3/+3
2016-08-04ARM: tegra: adapt to latest HSP DT bindingStephen Warren1-8/+39
2016-06-20mailbox: add Tegra186 HSP driverStephen Warren3-0/+171
2016-06-20mailbox: rename headersStephen Warren3-4/+4
2016-05-27mailbox: implement a sandbox testStephen Warren4-0/+167
2016-05-27Add a mailbox driver framework/uclassStephen Warren3-0/+163