<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/logicpd, branch v2018.11</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/logicpd?h=v2018.11</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/logicpd?h=v2018.11'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2018-10-22T13:18:49Z</updated>
<entry>
<title>ARM: omap3_logic: Add NOR Flash Support for SOM-LV</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-10-14T20:53:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=290097fe2736dd23bfb926658d188db533b59779'/>
<id>urn:sha1:290097fe2736dd23bfb926658d188db533b59779</id>
<content type='text'>
The DM37 and OMAP35 SOM-LV SOM-LV products both support a NOR
flash part connected to CS2 in addition to the NAND part on CS0.
This patch setups the GPMC timings for the MT28 NOR Flash and
enables the CFI-Flash driver now that the CFI stuff is in Kconfig

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3logic: Fix MMC name</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-10-07T22:47:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=6482095de6d0a21e150fbce86ba351ce225afe03'/>
<id>urn:sha1:6482095de6d0a21e150fbce86ba351ce225afe03</id>
<content type='text'>
In my haste to migrate SPL to DM, I copied the wrong name.
While it really doesn't matter, I'd prefer the name to match
the board, so am335x_mmc0 is now called omap3_logic_mmc0

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3logic: Specify DM serial driver as omap_serial</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-10-07T22:42:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c3aa8513221c9abbe8832873dde2c96b60b5bb4b'/>
<id>urn:sha1:c3aa8513221c9abbe8832873dde2c96b60b5bb4b</id>
<content type='text'>
With the new omap_serial driver, this patch uses this instead
from the former ns16550_serial driver.  Even though the
omap_serial driver is essentially the same.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3logic: Encapsulate the MUSB functions in check for DM</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-10-07T22:39:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=f4db3b68c14dc93bae338f8da393d2000025b5bc'/>
<id>urn:sha1:f4db3b68c14dc93bae338f8da393d2000025b5bc</id>
<content type='text'>
With the DM_USB working for USB host features, encapsulate the
USB gadget initialization in a precomiler check.  If DM is enabled,
we don't need to manually initialize the MUSB driver.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic.c: Optimize DDR timings based on OMAP35 or 36/37</title>
<updated>2018-10-22T13:18:49Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-10-07T14:20:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=169eb191355ec4c5b5b7335ddaf8b73a167a698b'/>
<id>urn:sha1:169eb191355ec4c5b5b7335ddaf8b73a167a698b</id>
<content type='text'>
The default timings are assumming an OMAP36 / AM37 / DM37, but
the OMAP35 controller is a bit slower, so DDR may operate out of
spec when under stress.  This patch checks the processor type and
sets the DDR timings according to processor type.

Fixes: 5ad4212ce0d5 ("ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV
and OMAP35 Torpedo")

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: LogicPD: omap3logic: Remove Torpedo/SOM-LV autodection</title>
<updated>2018-10-06T18:09:40Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-09-29T19:10:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=46580f2fd569946f711af63002e2628b9ff109e3'/>
<id>urn:sha1:46580f2fd569946f711af63002e2628b9ff109e3</id>
<content type='text'>
With there now being four device tree files, and 4 separate
defconfig files, the code necessary to determine which board is
being used is no longer necessary as the corresponding pin-muxing
and board names are determined by the device tree.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: DTS: Add Logic PD OMAP35/DM37 SOM-LV and OMAP35 Torpedo</title>
<updated>2018-10-06T18:09:27Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-09-29T19:10:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5ad4212ce0d5f23f4df08b416fe318bab60bfbc6'/>
<id>urn:sha1:5ad4212ce0d5f23f4df08b416fe318bab60bfbc6</id>
<content type='text'>
With the device trees doing most of the work of pin-muxing and
DM doing much of the peripheral initialization, this creates
new defconfig files for each of the Logic PD variants with
proper register settings/pin-muxing.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
[trini: Update MAINTAINERS entry]
Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic: Remove non-DM MMC initialization</title>
<updated>2018-09-29T12:07:28Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-09-12T03:15:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=42140dd0962bc134c0aad27524d0f4cc3955f255'/>
<id>urn:sha1:42140dd0962bc134c0aad27524d0f4cc3955f255</id>
<content type='text'>
With DM_MMC working for both SPL and U-Boot, this patch removes
the legacy style of initializing the MMC driver.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: omap3_logic: Remove some manual pin-muxing</title>
<updated>2018-09-29T12:07:28Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-09-09T21:12:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2909abd0e077ca70a5d6833e1ea7fb48ff989c08'/>
<id>urn:sha1:2909abd0e077ca70a5d6833e1ea7fb48ff989c08</id>
<content type='text'>
With the pinctrl function enabled and the device tree setting up
the pins we want to use, this patch removes the manual pinmuxing
except for that which is not done by the device tree and minimal
pins necessary for SPL (like serial, GPMC, and MMC)

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
</content>
</entry>
<entry>
<title>ARM: am3517_evm: Disable DM_I2C_COMPAT</title>
<updated>2018-09-12T01:48:04Z</updated>
<author>
<name>Adam Ford</name>
<email>aford173@gmail.com</email>
</author>
<published>2018-08-19T16:11:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=819ad5f625b17d189c5dcaec377c451fd3266def'/>
<id>urn:sha1:819ad5f625b17d189c5dcaec377c451fd3266def</id>
<content type='text'>
DM_I2C_COMPAT is somehow being enabled outside of Kconfig, so
this explicitly undefines it in the header file, and brackets
the I2C initialization around an #ifdef to not manually
initialize the I2C controller when the DM_I2C is enabled.

Signed-off-by: Adam Ford &lt;aford173@gmail.com&gt;
Tested-by: Derald D. Woods &lt;woods.technical@gmail.com&gt;
</content>
</entry>
</feed>
