aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/devices.c
Commit message (Expand)AuthorAgeFilesLines
* OMAP4: DPLL cascading: Fix GPU constraintTaras Kondratiuk2014-10-011-2/+4
* OMAP4: DPLL cascading: introduce devise scale function for GPUAndrii Tseglytskyi2014-10-011-1/+26
* omap: remove unused omaplfb platform deviceTony Lofthouse2014-10-011-7/+0
* OMAP4: McPDM: Add McPDM pins initializationOleksandr Dmytryshyn2014-10-011-0/+21
* omap: Adds access_process_vm to gpu platform dataRogelio Garcia2014-10-011-0/+2
* omap: Adding opp functions to gpu platform data.Rogelio Garcia2014-10-011-0/+2
* OMAP4: VxREC: register VxREC platform deviceFrancois Mazard2014-10-011-0/+6
* [Blaze] OMAP4: DMIC: Add DMIC codec platform deviceLiam Girdwood2014-10-011-0/+18
* OMAP4: McASP: Move device creation to mach-omap2Misael Lopez Cruz2011-11-071-0/+34
* OMAP4: HDMI: Add OMAP device for HDMI audio codecAxel Castaneda Gonzalez2011-09-111-1/+8
* OMAP4: Add device for HDMI OMAP4 audio for ASoC machine driverRicardo Neri2011-09-111-0/+10
* OMAP4: HDMI: Add OMAP device for HDMI audio CPU DAIRicardo Neri2011-09-111-0/+16
* OMAP4: AESS: Set context loss query to pdataMisael Lopez Cruz2011-09-071-0/+1
* OMAP4: McPDM: Add context loss query to pdataMisael Lopez Cruz2011-09-071-0/+2
* Revert "gpu: pvr: Add memory bus throughput constraint"Girish S Ghongdemath2011-08-301-1/+0
* gpu: pvr: Add memory bus throughput constraintColin Cross2011-08-181-0/+1
* OMAP4: AESS: Move device creation to mach-omap2Misael Lopez Cruz2011-08-031-0/+49
* OMAP4: McPDM: Move device creation to mach-omap2Misael Lopez Cruz2011-08-031-0/+44
* OMAP4-SGX: Initial DVFS implementation for SGX driverHemant Hariyani2011-06-301-0/+6
* Merge branch 'linux-omap-audio-3.0' into linux-omap-3.0Colin Cross2011-06-141-0/+16
|\
| * OMAP4: ABE: Add ABE platform deviceLiam Girdwood2011-06-141-0/+16
* | Kernel changes for hwmod and omap_device initialization for GPU.Hemant Hariyani2011-06-141-0/+59
|/
* OMAP4: fix return value of omap4_l3_initRabin Vincent2011-06-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-271-1/+1
|\
| * arm: mach-omap2: devices: fix omap3_l3_init() return valueAaro Koskinen2011-03-181-1/+1
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-241-24/+38
|\ \ | |/ |/|
| * [media] omap2: Fix camera resources for multiomapSergio Aguirre2011-03-221-13/+12
| * [media] omap3: Add function to register omap3isp platform device structureLaurent Pinchart2011-03-221-9/+10
| * [media] omap3: Remove unusued ISP CBUFF resourceSergio Aguirre2011-03-221-5/+0
| * [media] ARM: OMAP3: Update Camera ISP definitions for OMAP3630Tuukka Toivonen2011-03-221-4/+24
* | OMAP4: Initialise the l3 device with the hwmod data.sricharan2011-03-091-0/+32
* | OMAP3: devices: Initialise the l3 device with the hwmod data.sricharan2011-03-091-0/+32
| |
| \
*-. \ Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel...Tony Lindgren2011-03-021-342/+49
|\ \ \
| | * | OMAP: adapt hsmmc to hwmod frameworkKishore Kadiyala2011-03-011-168/+0
| | * | OMAP: hsmmc: Move mux configuration to hsmmc.cKishore Kadiyala2011-03-011-83/+0
| | * | omap: mmc: split out init for 2420Anand Gadiyar2011-03-011-32/+56
| |/ / |/| |
| * | OMAP: mailbox: build device using omap_device/omap_hwmodFelipe Contreras2011-02-241-82/+16
|/ /
| |
| \
*-. \ Merge branches 'devel-cleanup', 'devel-omap4', 'devel-board' and 'devel-nand'...Tony Lindgren2011-02-231-0/+41
|\ \ \
| | * | OMAP4: keypad: Add the board supportSyed Rafiuddin2011-02-171-0/+41
| |/ /
* | | OMAP: devices: Modify McSPI device to adapt to hwmod frameworkCharulatha V2011-02-171-147/+40
|/ /
* | omap: Start using CONFIG_SOC_OMAPTony Lindgren2011-01-271-3/+3
|/
* omap2+: wdt: trivial sparse fixesNishanth Menon2011-01-061-1/+1
* OMAP2+: wd_timer: disable on boot via hwmod postsetup mechanismPaul Walmsley2010-12-211-15/+0
* OMAP2+: wd_timer: separate watchdog disable code from the rest of mach-omap2/...Paul Walmsley2010-12-211-50/+5
* arm: mach-omap2: hsmmc_reset: fix clk_get() error handlingAaro Koskinen2010-12-201-20/+24
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-10-251-16/+115
|\
| * OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-2/+1
| * OMAP2PLUS: WDT: Fix: Disable WDT after reset during initCharulatha V2010-10-081-0/+61
| * Merge branch 'pm-hwmods' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...Tony Lindgren2010-10-081-0/+39
| |\