diff options
author | Arnd Bergmann <arnd@arndb.de> | 2020-07-27 14:24:50 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2020-07-27 14:24:51 +0200 |
commit | 9c52a2647a39f4df6bbeadeefa556908ac24383b (patch) | |
tree | 5ef346333f446c5e1b2c189237352143040ea4cf /drivers/reset | |
parent | ab274a7ec83556381f8990658896a5570b792d28 (diff) | |
parent | 09241e61103d89abf9134849b9d0dc46ac4f9cb3 (diff) | |
download | linux-9c52a2647a39f4df6bbeadeefa556908ac24383b.tar.gz linux-9c52a2647a39f4df6bbeadeefa556908ac24383b.tar.bz2 linux-9c52a2647a39f4df6bbeadeefa556908ac24383b.zip |
Merge tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/drivers
SOC: TI Keystone driver update for v5.9
- TI K3 Ring Accelerator updates
- Few non critical warining fixes
* tag 'drivers_soc_for_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
soc: TI knav_qmss: make symbol 'knav_acc_range_ops' static
firmware: ti_sci: Replace HTTP links with HTTPS ones
soc: ti/ti_sci_protocol.h: drop a duplicated word + clarify
soc: ti: k3: fix semicolon.cocci warnings
soc: ti: k3-ringacc: fix: warn: variable dereferenced before check 'ring'
dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair
soc: ti: k3-ringacc: separate soc specific initialization
soc: ti: k3-ringacc: add request pair of rings api.
soc: ti: k3-ringacc: add ring's flags to dump
soc: ti: k3-ringacc: Move state tracking variables under a struct
dt-bindings: soc: ti: k3-ringacc: convert bindings to json-schema
Link: https://lore.kernel.org/r/1595711814-7015-1-git-send-email-santosh.shilimkar@oracle.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/reset')
-rw-r--r-- | drivers/reset/reset-ti-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/reset/reset-ti-sci.c b/drivers/reset/reset-ti-sci.c index bf68729ab729..b799aefad547 100644 --- a/drivers/reset/reset-ti-sci.c +++ b/drivers/reset/reset-ti-sci.c @@ -1,7 +1,7 @@ /* * Texas Instrument's System Control Interface (TI-SCI) reset driver * - * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com/ * Andrew F. Davis <afd@ti.com> * * This program is free software; you can redistribute it and/or modify |