[GIT PULL 1/3]
Tony Lindgren
tony at atomide.com
Tue Apr 6 11:10:58 BST 2021
From: "Tony Lindgren" <tony at atomide.com>
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.13/soc-signed
for you to fetch changes up to 206fa766ca2151d728a0894bdb03688d48564aa0:
ARM: OMAP1: fix incorrect kernel-doc comment syntax in file (2021-03-31 09:05:42 +0300)
----------------------------------------------------------------
SoC changes for omaps for v5.13
Minor non-urgent fixes for issues found by robots and few typo fixes:
- Use DEFINE_DEBUGFS_ATTRIBUTE
- Add missing of_node_put()
- Use true and false for bool variable
- Use DEFINE_SPINLOCK
- Fix incorrect kerneldoc usage
----------------------------------------------------------------
Aditya Srivastava (2):
ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file
ARM: OMAP1: fix incorrect kernel-doc comment syntax in file
Jiapeng Chong (1):
ARM: OMAP2+: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
Lifu Chen (1):
ARM: OMAP2+: Use DEFINE_SPINLOCK() for spinlock
Yang Li (2):
ARM: OMAP2+: add missing call to of_node_put()
ARM: OMAP2+: use true and false for bool variable
arch/arm/mach-omap1/timer.c | 2 +-
arch/arm/mach-omap2/omap_hwmod.c | 1 +
arch/arm/mach-omap2/omap_twl.c | 2 +-
arch/arm/mach-omap2/pm-debug.c | 4 ++--
arch/arm/mach-omap2/powerdomain.c | 12 ++++++------
arch/arm/plat-omap/dma.c | 3 +--
6 files changed, 12 insertions(+), 12 deletions(-)
More information about the linux-arm-kernel
mailing list