aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/mux.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-10ARM: OMAP2+: Remove legacy mux codeTony Lindgren1-1153/+0
2016-11-09ARM: OMAP2+: mux: Use seq_putc() in omap_mux_dbg_signal_show()Markus Elfring1-1/+1
2016-11-09ARM: OMAP2+: mux: Replace three seq_printf() calls by seq_puts()Markus Elfring1-3/+3
2015-03-26ARM: OMAP2+: remove superfluous NULL pointer checkStefan Agner1-1/+1
2014-09-18arm: mach-omap2: Convert pr_warning to pr_warnJoe Perches1-1/+1
2014-08-08arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter1-16/+6
2014-06-17ARM: OMAP2+: Fix parser-bug in platform muxing codeDavid R. Piegdon1-2/+4
2014-05-08ARM: OMAP2+: raw read and write endian fixVictor Kamensky1-4/+4
2013-10-10ARM: OMAP: Move DT wake-up event handling over to use pinctrl-single-omapTony Lindgren1-2/+6
2013-03-04ARM: OMAP2+: mux: correct wrong error messagesRuslan Bilovol1-2/+2
2013-03-04ARM: OMAP2+: mux: fix debugfs file permissionFelipe Balbi1-2/+3
2012-12-14OMAP2+: mux: Fixed gpio mux mode analysisOleg Matcovschi1-6/+4
2012-10-18ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2Tony Lindgren1-0/+1
2012-10-18ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2Tony Lindgren1-1/+1
2012-10-08arch/arm/mach-omap2: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-06-23Merge tag 'omap-fixes-a-for-3.5rc' of git://git.kernel.org/pub/scm/linux/kernel/git/pjw/omap-pending into fixesOlof Johansson1-0/+1
2012-06-21ARM: OMAP2+: mux: fix sparse warningPaul Walmsley1-0/+1
2012-06-05OMAP2+: UART: Add mechanism to probe uart pins and configure rx wakeupGovindraj.R1-2/+1
2012-05-26Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2012-05-08ARM: omap2: use machine specific hook for late initShawn Guo1-2/+1
2012-04-17ARM: OMAP2+: clean up some cppcheck warningsPaul Walmsley1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2012-02-24ARM: OMAP2+: Mark omap_hsmmc_init and omap_mux related functions as __initTony Lindgren1-8/+8
2012-02-20ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren1-1/+1
2012-02-13ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.cRussell King1-7/+7
2012-02-13ARM: omap: fix section mismatch warning in mux.cRussell King1-4/+4
2011-12-16ARM: OMAP2+: mux: add support for PAD wakeup interruptsTero Kristo1-0/+83
2011-12-16ARM: OMAP2+: mux: add wakeup-capable hwmod mux entries to dynamic listPaul Walmsley1-2/+4
2011-08-10arm: mach-omap2: mux: use kstrdup()Thomas Meyer1-10/+4
2011-06-01ARM: omap2+: mux: Allow board mux settings to be NULLColin Cross1-0/+3
2011-06-01OMAP2+: mux: fix compilation warningsGovindraj.R1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-11omap2+: mux: Remove the use of IDLE flagR Sricharan1-12/+7
2011-03-11omap2+: Add separate list for dynamic pads to muxTony Lindgren1-13/+75
2011-02-04mach-omap2: mux: world-writable debugfs filesVasiliy Kulikov1-1/+1
2011-02-01arm: mach-omap2: mux: free allocated memory on error exitAaro Koskinen1-0/+1
2011-01-27arm: omap2: mux: fix compile warningFelipe Balbi1-1/+1
2011-01-06arm: mach-omap2: mux: fix buffer overrunAaro Koskinen1-1/+1
2010-12-22omap2+: Allow hwmod state changes to mux pads based on the state changesTony Lindgren1-0/+48
2010-12-22omap2+: Add support for hwmod specific muxing of devicesTony Lindgren1-0/+65
2010-12-22omap2+: Add omap_mux_get_by_nameTony Lindgren1-25/+48
2010-11-17OMAP: mux: Add __func__ macro to pr_xxx macrosDan Murphy1-15/+15
2010-11-17OMAP: mux: Add support for control module split in several partitionsBenoit Cousson1-104/+233
2010-11-17OMAP: mux: Replace printk with pr_xxx macrosBenoit Cousson1-19/+19
2010-10-08OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley1-5/+3
2010-10-01omap: Fix omap_mux_init_signal not to trash muxnameTony Lindgren1-6/+7
2010-09-23omap2: fix assorted compiler warningsSanjeev Premi1-1/+1
2010-08-02omap: mux: fix multipath gpio handlingGrazvydas Ignotas1-18/+20
2010-07-05omap: mux: Remove old mux codeTony Lindgren1-298/+0