aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-06-17Merge tag 'soc-arm-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-21/+12
2026-05-20p54spi: convert to devicetreeArnd Bergmann1-18/+0
2026-05-11ARM: omap2: simplify allocation for omap_deviceRosen Penev2-21/+12
2026-03-30ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4Julian Braha1-1/+0
2026-03-05ARM: omap2: Replace scnprintf with strscpy in omap3_cpuinfoThorsten Blum1-1/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-11/+11
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook9-13/+13
2026-01-05ARM: omap2: Fix reference count leaks in omap_control_init()Wentao Liang1-4/+10
2025-11-04ARM: OMAP2+: Fix falg->flag typo in omap_smc2()Ali Khan2-2/+2
2025-09-15ARM: OMAP2+: clock: convert from round_rate() to determine_rate()Brian Masney1-5/+7
2025-09-08arm: omap2: use string choices helperKuninori Morimoto1-1/+1
2025-09-05ARM: OMAP2+: pm33xx-core: ix device node reference leaks in amx3_idle_initMiaoqian Lin1-1/+5
2025-09-05ARM: OMAP2+: use IS_ERR_OR_NULL() helperYang Xiuwei3-9/+9
2025-09-05ARM: AM33xx: Implement TI advisory 1.0.36 (EMU0/EMU1 pins state on reset)Alexander Sverdlin1-0/+36
2025-05-31Merge tag 'soc-arm-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds4-3/+20
2025-05-16ARM: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-3/+2
2025-05-08ARM: OMAP2+: Fix l4ls clk domain handling in STANDBYSukrut Bellary3-2/+15
2025-04-10ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4Andreas Kemnade1-1/+5
2024-12-06ARM: OMAP2+: Fix a typoChristophe JAILLET1-1/+1
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-09-09treewide: correct the typo 'retun'WangYuli1-1/+1
2024-07-30ARM: omap2: Switch to use kmemdup_array()Andy Shevchenko1-1/+1
2024-04-09Merge tag 'omap-for-v6.9/n8x0-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann1-13/+10
2024-03-08ARM: OMAP2+: fix USB regression on Nokia N8x0Aaro Koskinen1-4/+2
2024-03-08ARM: OMAP2+: fix N810 MMC gpiod tableAaro Koskinen1-3/+5
2024-03-08ARM: OMAP2+: fix bogus MMC GPIO labels on Nokia N8x0Aaro Koskinen1-6/+3
2024-02-28ARM: AM33xx: PRM: Implement REBOOT_COLDAlexander Sverdlin6-5/+30
2024-02-28ARM: AM33xx: PRM: Remove redundand definesAlexander Sverdlin1-4/+0
2024-01-26ARM: OMAP2+: fix kernel-doc warningsRandy Dunlap1-1/+3
2024-01-26ARM: OMAP2+: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-01-26ARM: OMAP2+: fix a kernel-doc warningRandy Dunlap1-1/+1
2024-01-26ARM: OMAP2+: PRM: fix kernel-doc warningsRandy Dunlap1-1/+3
2024-01-26ARM: OMAP2+: prm44xx: fix a kernel-doc warningRandy Dunlap1-1/+1
2024-01-26ARM: OMAP2+: pmic-cpcap: fix kernel-doc warningsRandy Dunlap1-12/+12
2024-01-26ARM: OMAP2+: hwmod: fix kernel-doc warningsRandy Dunlap1-4/+5
2024-01-26ARM: OMAP2+: hwmod: remove misuse of kernel-docRandy Dunlap1-3/+3
2024-01-26ARM: OMAP2+: CMINST: use matching function name in kernel-docRandy Dunlap1-1/+1
2024-01-26ARM: OMAP2+: cm33xx: use matching function name in kernel-docRandy Dunlap1-1/+1
2024-01-26ARM: OMAP2+: clock: fix a function name in kernel-docRandy Dunlap1-1/+1
2024-01-26ARM: OMAP2+: clockdomain: fix kernel-doc warningsRandy Dunlap1-2/+2
2024-01-26ARM: OMAP2+: am33xx-restart: fix function name in kernel-docRandy Dunlap1-1/+1
2023-11-30ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_...Kunwu Chan1-0/+5
2023-11-02Merge tag 'sound-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-0/+20
2023-10-23ASoC: Merge up v6.6-rc7Mark Brown1-2/+2
2023-10-07ARM: omap2: fix a debug printkDan Carpenter1-1/+1
2023-10-02ASoC: ti: Convert Pandora ASoC to GPIO descriptorsLinus Walleij1-0/+10
2023-10-02ASoC: ti: Convert N810 ASoC to GPIO descriptorsLinus Walleij1-0/+10
2023-09-13ARM: omap2+: Downgrade u-boot version warnings to debug statementsTony Lindgren1-2/+2
2023-08-02Merge branch 'omap-for-v6.5/cleanup' into omap-for-v6.6/socTony Lindgren2-40/+7