<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/comelit, branch v2012.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/comelit?h=v2012.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/comelit?h=v2012.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2012-05-15T06:31:22Z</updated>
<entry>
<title>ARM:OMAP+:MMC: Add parameters to MMC init</title>
<updated>2012-05-15T06:31:22Z</updated>
<author>
<name>Jonathan Solnit</name>
<email>jsolnit@gmail.com</email>
</author>
<published>2012-02-24T11:30:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=bbbc1ae9219ae8c8098c0af14060da5cb0d37e53'/>
<id>urn:sha1:bbbc1ae9219ae8c8098c0af14060da5cb0d37e53</id>
<content type='text'>
Add parameters to the OMAP MMC initialization function so the board can
mask host capabilities and set the maximum clock frequency.  While the
OMAP supports a certain set of MMC host capabilities, individual boards
may be more restricted and the OMAP may need to be configured to match
the board.  The PRG_SDMMC1_SPEEDCTRL bit in the OMAP3 is an example.

Signed-off-by: Jonathan Solnit &lt;jsolnit@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: dig297: Define MACH_TYPE_OMAP3_CPS and CONFIG_MACH_TYPE</title>
<updated>2011-11-04T17:42:09Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca.ceresoli@comelit.it</email>
</author>
<published>2011-11-04T17:42:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=30dca9ddadcd428a4b54457f93602306571b03b9'/>
<id>urn:sha1:30dca9ddadcd428a4b54457f93602306571b03b9</id>
<content type='text'>
MACH_TYPE_OMAP3_CPS was dropped in the latest mach-types sync (47af6f61bcd9)
because it is not mainlined in Linux.

Signed-off-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Cc: Albert Aribaud &lt;albert.u.boot@aribaud.net&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
CC: Tom Rini &lt;tom.rini@gmail.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>punt unused clean/distclean targets</title>
<updated>2011-10-15T20:20:36Z</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2011-10-13T06:54:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=464c79207c89f247f97b344495924eabb0c9738e'/>
<id>urn:sha1:464c79207c89f247f97b344495924eabb0c9738e</id>
<content type='text'>
The top level Makefile does not do any recursion into subdirs when
cleaning, so these clean/distclean targets in random arch/board dirs
never get used.  Punt them all.

MAKEALL didn't report any errors related to this that I could see.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
<entry>
<title>omap: gpio: Adapt board files to use generic API</title>
<updated>2011-09-13T06:25:15Z</updated>
<author>
<name>Sanjeev Premi</name>
<email>premi@ti.com</email>
</author>
<published>2011-09-08T14:51:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=84c3b6312997de6f98114263159c8b9824f3d33d'/>
<id>urn:sha1:84c3b6312997de6f98114263159c8b9824f3d33d</id>
<content type='text'>
This patch contains updates the sources in the board files
to use the generic API.

Signed-off-by: Sanjeev Premi &lt;premi@ti.com&gt;
</content>
</entry>
<entry>
<title>OMAP3: DIG297: Use generic MMC driver</title>
<updated>2011-09-04T09:36:17Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@ti.com</email>
</author>
<published>2011-09-04T01:50:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=eaff60d7386bfd247cb1f9054d02da0990cf5abd'/>
<id>urn:sha1:eaff60d7386bfd247cb1f9054d02da0990cf5abd</id>
<content type='text'>
Switch from the legacy omap3 mmc driver to the new generic omap hsmmc
driver.  This patch is based on the work done for Beagle, etc.

Signed-off-by: Tom Rini &lt;trini@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
<entry>
<title>ARMV7: OMAP3: Add support for Comelit DIG297 board</title>
<updated>2011-04-27T17:38:10Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca.ceresoli@comelit.it</email>
</author>
<published>2011-04-20T15:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb6e1f1b9d0621be4efc3e6a1b66efac4fc0fe37'/>
<id>urn:sha1:fb6e1f1b9d0621be4efc3e6a1b66efac4fc0fe37</id>
<content type='text'>
Board support for the DIG297 board manufactured by Comelit Group SpA.
It is a custom board based on the BeagleBoard &lt;http://beagleboard.org/&gt; by
Texas Instruments.

The board support is based on the BeagleBoard implementation.

Signed-off-by: Luca Ceresoli &lt;luca.ceresoli@comelit.it&gt;
Cc: Wolfgang Denk &lt;wd@denx.de&gt;
Cc: Albert Aribaud &lt;albert.aribaud@free.fr&gt;
Cc: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;
</content>
</entry>
</feed>
