linux/arch/arm/mach-omap2
Linus Torvalds 7856a56541 Many singleton patches - please see the various changelogs for details.
Quite a lot of nilfs2 work this time around.
 
 Notable patch series in this pull request are:
 
 "mul_u64_u64_div_u64: new implementation" by Nicolas Pitre, with
 assistance from Uwe Kleine-König.  Reimplement mul_u64_u64_div_u64() to
 provide (much) more accurate results.  The current implementation was
 causing Uwe some issues in the PWM drivers.
 
 "xz: Updates to license, filters, and compression options" from Lasse
 Collin.  Miscellaneous maintenance and kinor feature work to the xz
 decompressor.
 
 "Fix some GDB command error and add some GDB commands" from Kuan-Ying Lee.
 Fixes and enhancements to the gdb scripts.
 
 "treewide: add missing MODULE_DESCRIPTION() macros" from Jeff Johnson.
 Adds lots of MODULE_DESCRIPTIONs, thus fixing lots of warnings about this.
 
 "nilfs2: add support for some common ioctls" from Ryusuke Konishi.  Adds
 various commonly-available ioctls to nilfs2.
 
 "This series fixes a number of formatting issues in kernel doc comments"
 from Ryusuke Konishi does that.
 
 "nilfs2: prevent unexpected ENOENT propagation" from Ryusuke Konishi.  Fix
 issues where -ENOENT was being unintentionally and inappropriately
 returned to userspace.
 
 "nilfs2: assorted cleanups" from Huang Xiaojia.
 
 "nilfs2: fix potential issues with empty b-tree nodes" from Ryusuke
 Konishi fixes some issues which can occur on corrupted nilfs2 filesystems.
 
 "scripts/decode_stacktrace.sh: improve error reporting and usability" from
 Luca Ceresoli does those things.
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYIAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCZu7dpAAKCRDdBJ7gKXxA
 jsPqAPwMDEZyKlfSw7QioEHNHDkmkbP7VYCYR0CbUnppbztwpAD8D37aVbWQ+UzM
 3nnOq3W2Pc2o/20zqi8Upf1mnvUrygQ=
 =/NWE
 -----END PGP SIGNATURE-----

Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

Pull non-MM updates from Andrew Morton:
 "Many singleton patches - please see the various changelogs for
  details.

  Quite a lot of nilfs2 work this time around.

  Notable patch series in this pull request are:

   - "mul_u64_u64_div_u64: new implementation" by Nicolas Pitre, with
     assistance from Uwe Kleine-König. Reimplement mul_u64_u64_div_u64()
     to provide (much) more accurate results. The current implementation
     was causing Uwe some issues in the PWM drivers.

   - "xz: Updates to license, filters, and compression options" from
     Lasse Collin. Miscellaneous maintenance and kinor feature work to
     the xz decompressor.

   - "Fix some GDB command error and add some GDB commands" from
     Kuan-Ying Lee. Fixes and enhancements to the gdb scripts.

   - "treewide: add missing MODULE_DESCRIPTION() macros" from Jeff
     Johnson. Adds lots of MODULE_DESCRIPTIONs, thus fixing lots of
     warnings about this.

   - "nilfs2: add support for some common ioctls" from Ryusuke Konishi.
     Adds various commonly-available ioctls to nilfs2.

   - "This series fixes a number of formatting issues in kernel doc
     comments" from Ryusuke Konishi does that.

   - "nilfs2: prevent unexpected ENOENT propagation" from Ryusuke
     Konishi. Fix issues where -ENOENT was being unintentionally and
     inappropriately returned to userspace.

   - "nilfs2: assorted cleanups" from Huang Xiaojia.

   - "nilfs2: fix potential issues with empty b-tree nodes" from Ryusuke
     Konishi fixes some issues which can occur on corrupted nilfs2
     filesystems.

   - "scripts/decode_stacktrace.sh: improve error reporting and
     usability" from Luca Ceresoli does those things"

* tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (103 commits)
  list: test: increase coverage of list_test_list_replace*()
  list: test: fix tests for list_cut_position()
  proc: use __auto_type more
  treewide: correct the typo 'retun'
  ocfs2: cleanup return value and mlog in ocfs2_global_read_info()
  nilfs2: remove duplicate 'unlikely()' usage
  nilfs2: fix potential oob read in nilfs_btree_check_delete()
  nilfs2: determine empty node blocks as corrupted
  nilfs2: fix potential null-ptr-deref in nilfs_btree_insert()
  user_namespace: use kmemdup_array() instead of kmemdup() for multiple allocation
  tools/mm: rm thp_swap_allocator_test when make clean
  squashfs: fix percpu address space issues in decompressor_multi_percpu.c
  lib: glob.c: added null check for character class
  nilfs2: refactor nilfs_segctor_thread()
  nilfs2: use kthread_create and kthread_stop for the log writer thread
  nilfs2: remove sc_timer_task
  nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()
  nilfs2: eliminate the shared counter and spinlock for i_generation
  nilfs2: separate inode type information from i_state field
  nilfs2: use the BITS_PER_LONG macro
  ...
2024-09-21 08:20:50 -07:00
..
.gitignore .gitignore: add SPDX License Identifier 2020-03-25 11:50:48 +01:00
am33xx-restart.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
am33xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
board-generic.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
board-n8x0.c ARM: OMAP2+: fix USB regression on Nokia N8x0 2024-03-08 11:02:38 +02:00
clkt2xxx_dpll.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
clkt2xxx_dpllcore.c ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clkt2xxx_virt_prcm_set.c ARM: OMAP2+: clock: fix a function name in kernel-doc 2024-01-26 10:28:02 +02:00
clock2xxx.h ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clock.c ARM: omap2: simplify clock2xxx header 2023-01-09 17:00:54 +01:00
clock.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
clockdomain.c ARM: OMAP2+: clockdomain: fix kernel-doc warnings 2024-01-26 10:28:02 +02:00
clockdomain.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
clockdomains2xxx_3xxx_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clockdomains3xxx_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clockdomains7xx_data.c ARM: OMAP: DRA7xx: Make CAM clock domain SWSUP only 2020-01-23 09:12:54 -08:00
clockdomains33xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
clockdomains43xx_data.c ARM: OMAP2+: am43xx: Add lcdc clockdomain 2019-12-12 09:42:34 -08:00
clockdomains44xx_data.c ARM: OMAP4: Make L4SEC clock domain SWSUP only 2020-05-05 11:16:06 -07:00
clockdomains54xx_data.c ARM: OMAP5: Make L4SEC clock domain SWSUP only 2020-05-05 11:16:06 -07:00
clockdomains81xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
clockdomains2420_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
clockdomains2430_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
cm1_7xx.h ARM: OMAP2+: Drop unused CM defines for dra7 2021-10-06 12:36:22 +03:00
cm1_44xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 2021-10-06 12:36:22 +03:00
cm1_54xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap5 2021-10-06 12:36:22 +03:00
cm2_7xx.h ARM: OMAP2+: Drop unused CM defines for dra7 2021-10-06 12:36:22 +03:00
cm2_44xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 2021-10-06 12:36:22 +03:00
cm2_54xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap5 2021-10-06 12:36:22 +03:00
cm2xxx_3xxx.h ARM: omap2: remove APLL control 2023-01-09 17:00:54 +01:00
cm2xxx.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
cm2xxx.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
cm3xxx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cm3xxx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cm33xx.c ARM: OMAP2+: cm33xx: use matching function name in kernel-doc 2024-01-26 10:28:03 +02:00
cm33xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
cm44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cm81xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
cm_common.c ARM: OMAP2+: add missing of_node_put before break and return 2022-04-21 14:47:15 +03:00
cm-regbits-7xx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
cm-regbits-24xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cm-regbits-33xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
cm-regbits-34xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
cm-regbits-44xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 2021-10-06 12:36:22 +03:00
cm-regbits-54xx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
cm.h ARM: OMAP2+: CM: remove omap2_set_globals_cm() 2021-05-21 12:27:59 +03:00
cminst44xx.c ARM: OMAP2+: CMINST: use matching function name in kernel-doc 2024-01-26 10:28:03 +02:00
common-board-devices.h ARM: omap2: n8x0: stop instantiating codec platform data 2022-11-03 13:26:07 +00:00
common.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
common.h Scheduler updates in this cycle are: 2023-02-20 17:41:08 -08:00
control.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
control.h ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
cpuidle34xx.c cpuidle, OMAP3: Push RCU-idle into omap_sram_idle() 2023-01-13 11:48:16 +01:00
cpuidle44xx.c cpuidle, OMAP4: Push RCU-idle into omap4_enter_lowpower() 2023-01-13 11:48:17 +01:00
ctrl_module_wkup_44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
devices.c ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h> 2023-01-19 12:16:08 +02:00
display.c SPDX changes for 6.0-rc1 2022-08-04 12:12:54 -07:00
display.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 2019-06-19 17:09:07 +02:00
dma.c ARM: omap: fix missing declaration warnings 2022-04-29 09:53:28 +02:00
fb.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
gpmc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
hdq1w.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
hdq1w.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
i2c.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
i2c.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
id.c ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_init 2023-11-30 13:57:00 +02:00
id.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
io.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
iomap.h ARM: DRA7: Provide proper IO map table 2015-07-16 00:06:05 -07:00
Kconfig ARM: OMAP2+: remove obsolete config OMAP3_SDRC_AC_TIMING 2023-03-28 08:41:05 +03:00
l3_2xxx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
l3_3xxx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
l4_2xxx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
l4_3xxx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00
Makefile ARM: omap2: remove unused omap2_pm_init 2023-01-09 17:00:54 +01:00
mcbsp.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
mmc.h arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototype 2020-07-13 12:18:26 +02:00
msdi.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 2019-06-05 17:37:07 +02:00
omap2-restart.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap3-restart.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-common.c ARM: omap2: Explicitly include correct DT includes 2023-07-31 09:40:38 +03:00
omap4-restart.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap4-sar-layout.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap24xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
omap34xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
omap44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap54xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap_device.c ARM: omap2: Switch to use kmemdup_array() 2024-07-30 15:19:44 -07:00
omap_device.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_interconnect_data.c ARM: omap2: remove unused headers 2023-01-09 17:00:54 +01:00
omap_hwmod_2xxx_ipblock_data.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_3xxx_data.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap_hwmod_81xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
omap_hwmod_2420_data.c ARM: omap2: remove unused headers 2023-01-09 17:00:54 +01:00
omap_hwmod_2430_data.c ARM: dts: Configure system timers for omap2 2020-05-19 09:38:04 -07:00
omap_hwmod_common_data.c ARM: OMAP2+: hwmod: remove misuse of kernel-doc 2024-01-26 10:28:04 +02:00
omap_hwmod_common_data.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_hwmod_common_ipblock_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap_hwmod.c ARM: OMAP2+: hwmod: fix kernel-doc warnings 2024-01-26 10:28:04 +02:00
omap_hwmod.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap_opp_data.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
omap_phy_internal.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap_twl.c ARM: OMAP2+: fix incorrect kernel-doc comment syntax in file 2021-03-31 09:04:22 +03:00
omap-headsmp.S ARM: SoC platform updates 2019-07-19 17:05:08 -07:00
omap-hotplug.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
omap-iommu.c ARM: omap: fix missing declaration warnings 2022-04-29 09:53:28 +02:00
omap-mpuss-lowpower.c treewide: correct the typo 'retun' 2024-09-09 16:47:43 -07:00
omap-secure.c ARM: OMAP2+: fix kernel-doc warnings 2024-01-26 10:28:07 +02:00
omap-secure.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
omap-smc.S change email address for Pali Rohár 2020-04-10 15:36:22 -07:00
omap-smp.c ARM: omap2: make omap5_erratum_workaround_801819 static 2020-05-12 08:35:56 -07:00
omap-wakeupgen.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
omap-wakeupgen.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
opp2xxx.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
opp3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE 2022-06-10 14:51:36 +02:00
opp4xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULE 2022-06-10 14:51:36 +02:00
opp2420_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
opp2430_data.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pdata-quirks.c ASoC: ti: Convert Pandora ASoC to GPIO descriptors 2023-10-02 14:06:21 +01:00
pm33xx-core.c ARM: OMAP2+: Remove the unneeded result variable 2023-03-28 08:44:28 +03:00
pm34xx.c cpuidle, arch: Mark all ct_cpuidle_enter() callers __cpuidle 2023-01-13 11:48:17 +01:00
pm44xx.c ARM: omap2+: Downgrade u-boot version warnings to debug statements 2023-09-13 10:18:19 +03:00
pm-asm-offsets.c ARM: OMAP2+: sleep33/43xx: Add RTC-Mode support 2018-07-09 23:01:34 -07:00
pm-debug.c ARM: OMAP2+: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE 2021-03-24 13:27:36 +02:00
pm.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
pm.h Scheduler updates in this cycle are: 2023-02-20 17:41:08 -08:00
pmic-cpcap.c ARM: OMAP2+: pmic-cpcap: fix kernel-doc warnings 2024-01-26 10:28:05 +02:00
powerdomain-common.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomain.c ARM: OMAP2+: fix a kernel-doc warning 2024-01-26 10:28:06 +02:00
powerdomain.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
powerdomains2xxx_3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains2xxx_3xxx_data.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains2xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains7xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains33xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
powerdomains43xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains44xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
powerdomains54xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prcm43xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (part 1) 2022-06-10 14:51:35 +02:00
prcm44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prcm_mpu7xx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
prcm_mpu44xx.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
prcm_mpu44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prcm_mpu54xx.h ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
prcm_mpu_44xx_54xx.h ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
prcm-common.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm2xxx_3xxx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm2xxx_3xxx.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
prm2xxx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm2xxx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm3xxx.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm3xxx.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
prm7xx.h ARM: OMAP2+: Drop unused PRM defines for dra7 2021-10-06 12:17:17 +03:00
prm33xx.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm33xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
prm44xx_54xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm44xx.c ARM: OMAP2+: prm44xx: fix a kernel-doc warning 2024-01-26 10:28:05 +02:00
prm44xx.h ARM: OMAP2+: Drop unused PRM defines for omap4 2021-10-06 12:23:28 +03:00
prm54xx.h ARM: OMAP2+: Drop unused PRM defines for omap5 2021-10-06 12:20:34 +03:00
prm_common.c ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm-regbits-24xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm-regbits-33xx.h ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prm-regbits-34xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm-regbits-44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prm.h ARM: AM33xx: PRM: Implement REBOOT_COLD 2024-02-28 09:33:03 +02:00
prminst44xx.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
prminst44xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
scrm44xx.h ARM: OMAP2+: Drop unused CM and SCRM defines for omap4 2021-10-06 12:36:22 +03:00
sdrc2xxx.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
sdrc.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
sdrc.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
sleep24xx.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
sleep33xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
sleep34xx.S ARM: OMAP2+: Fix spelling typos in comment 2023-01-19 12:19:39 +02:00
sleep43xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
sleep44xx.S ARM: mm: Make virt_to_pfn() a static inline 2023-05-29 11:27:08 +02:00
smartreflex-class3.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
soc.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
sr_device.c ARM: omap2: smartreflex: remove on_init control 2023-01-09 17:00:54 +01:00
sram242x.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
sram243x.S treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 2019-05-30 11:26:35 -07:00
sram.c ARM: omap: Fix checkpatch issues 2023-05-31 08:30:43 +03:00
sram.h ARM: omap2: remove unused declarations 2023-01-09 17:00:54 +01:00
ti81xx-restart.c ARM: omap2: Fix checkpatch issues 2023-06-02 12:33:48 +03:00
ti81xx.h treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (part 1) 2022-06-10 14:51:35 +02:00
timer.c ARM: OMAP2+: Fix memory leak in realtime_counter_init() 2022-12-27 07:21:41 +02:00
usb-tusb6010.c ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 2023-05-24 15:01:59 +02:00
usb-tusb6010.h ARM/musb: omap2: Remove global GPIO numbers from TUSB6010 2023-05-24 15:01:59 +02:00
vc3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vc44xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vc.c ARM: omap2: remove unused functions 2023-01-09 17:00:54 +01:00
vc.h ARM: OMAP2+: Configure voltage controller for retention 2019-10-18 07:56:51 -07:00
voltage.c ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
voltage.h ARM: omap2: make functions static 2023-01-09 17:00:54 +01:00
voltagedomains2xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
voltagedomains3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
voltagedomains44xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
voltagedomains54xx_data.c ARM: OMAP2+: Replace HTTP links with HTTPS ones 2020-08-19 10:19:13 +03:00
vp3xxx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vp44xx_data.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
vp.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
vp.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 2019-06-19 17:09:55 +02:00
wd_timer.c ARM: OMAP2+: fix kernel-doc warnings 2024-01-26 10:28:07 +02:00
wd_timer.h treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 2019-05-30 11:26:32 -07:00