summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/id.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omap-cleanup-renames-for-v3.5' of git://git.kernel.org/pub/scm/lin...Olof Johansson2012-05-101-1/+4
|\
| * ARM: OMAP4: Adding ID for OMAP4460 ES1.1Chris Lalancette2012-05-091-1/+4
* | ARM: OMAP: AM35xx: convert 3517 detection/flags to AM35xxKevin Hilman2012-05-101-4/+3
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-108/+78
|\
| * Merge branch 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/re...Olof Johansson2012-03-131-0/+1
| |\
| * | ARM: OMAP2+: split omap2/3/4_check_revision functionVaibhav Hiremath2011-12-191-37/+9
| * | ARM: OMAP2+: Make cpu_rev static global variableVaibhav Hiremath2011-12-191-74/+72
* | | Merge branch 'fixes' of git://gitorious.org/linux-davinci/linux-davinci into ...Arnd Bergmann2012-03-151-0/+1
|\ \ \ | | |/ | |/|
| * | ARM: OMAP: id: Add missing break statement in omap3xxx_check_revisionVaibhav Hiremath2012-02-291-0/+1
| |/
* | ARM: OMAP2+: id: Add am33xx SoC type detectionAfzal Mohammed2012-03-051-0/+2
|/
* ARM: OMAP: TI814X: Add cpu type macros and detection supportHemant Pedanekar2011-12-131-0/+21
* ARM: OMAP: TI81XX: Prepare for addition of TI814X supportHemant Pedanekar2011-12-131-4/+4
* ARM: OMAP: ID: Chip detection for OMAP4470Leonid Iziumtsev2011-12-131-1/+9
* ARM: OMAP: id: add chip id recognition for omap4430 es2.3David Anders2011-12-131-2/+5
* ARM: OMAP: am33xx: Update common OMAP machine specific sourcesAfzal Mohammed2011-12-131-0/+6
* ARM: 7159/1: OMAP: Introduce local common.h filesTony Lindgren2011-11-171-1/+1
* Merge branch 'for_3.2/pm-cleanup-2' of git://github.com/khilman/linux-omap-pm...Tony Lindgren2011-11-041-1/+4
|\
| * ARM: OMAP3: PM: fix I/O wakeup and I/O chain clock control detectionPaul Walmsley2011-10-071-1/+4
* | OMAP: id: remove OMAP_CHIP declarations, codePaul Walmsley2011-09-141-55/+0
* | OMAP3: id: remove duplicate code for testing SoC ES levelPaul Walmsley2011-09-141-57/+23
* | OMAP3: id: add fallthrough warning; fix some CodingStyle issuesPaul Walmsley2011-09-141-5/+6
* | OMAP3: id: use explicit omap_revision codes for 3505/3517 ES levelsPaul Walmsley2011-09-141-1/+9
* | OMAP3: id: remove useless strcpy()sPaul Walmsley2011-09-141-26/+22
* | OMAP3: id: remove identification codes that only correspond to marketing namesPaul Walmsley2011-09-131-12/+7
|/
* OMAP4: ID: add omap_has_feature for max freq supportedAneesh V2011-07-081-7/+33
* OMAP: ID: introduce chip detection for OMAP4460Aneesh V2011-07-081-2/+11
* OMAP2+: Common CPU DIE ID reading code reads wrong registers for OMAP4430Andy Green2011-03-141-0/+13
* omap: Add chip id recognition for OMAP4 ES2.1 and ES2.2Nishant Kamat2011-02-171-11/+20
* TI816X: Update common OMAP machine specific sourcesHemant Pedanekar2011-02-161-2/+31
* OMAP: control: move plat-omap/control.h to mach-omap2/control.hPaul Walmsley2010-10-081-1/+2
* omap2/3: Update revision identificationSanjeev Premi2010-10-011-24/+48
* Merge branch 'omap4_and_sdrc_2.6.27' of git://git.pwsan.com/linux-2.6 into om...Tony Lindgren2010-09-271-1/+1
|\
| * omap4: control: Fix the control module register accessesSantosh Shilimkar2010-09-271-1/+1
* | omap4: Update id.c and cpu.h for es2.0Santosh Shilimkar2010-09-241-7/+31
|/
* omap3: id: fix 3630 rev detectionNishanth Menon2010-08-161-1/+1
* OMAP3630: Add ES1.1 and ES1.2 detectionAnand Gadiyar2010-08-041-3/+25
* omap: Use omap_get_die_id() to get the DIE idsKan-Ru Chen2010-08-021-8/+6
* omap: Add new interface omap_get_die_idKan-Ru Chen2010-08-021-0/+10
* OMAP3: AM3505/3517 do not have IO wakeup capabilitystanley.miao2010-08-021-0/+2
* omap2/3: id: fix sparse warningNishanth Menon2010-08-021-5/+5
* Merge branch 'for_2.6.34_b' of git://git.pwsan.com/linux-2.6 into omap-for-linusTony Lindgren2010-02-241-0/+3
|\
| * OMAP3 clock: add support for 192Mhz DPLL4M2 outputVishwanath BS2010-02-241-0/+3
* | omap4: Fix omap_type() for omap4Santosh Shilimkar2010-02-231-0/+2
|/
* ARM: OMAP4: PM: OMAP4 essential basic initialisations.Abhijit Pagare2010-01-261-0/+1
* omap3: Fix cpu detectionTony Lindgren2010-01-191-18/+23
* omap3: id code detection 3525 vs 3515Sergey Lapin2009-12-111-2/+2
* OMAP4: Fix cpu detectionSantosh Shilimkar2009-12-111-1/+26
* omap: Cleanup the coding style in id.cFelipe Balbi2009-11-221-40/+21
* omap3: keep SoC features on the same lineKevin Hilman2009-11-221-6/+5
* omap3: move check_revision above check_featuresNishanth Menon2009-11-221-1/+1
OpenPOWER on IntegriCloud