This project is mirrored from https://github.com/u-boot/u-boot.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 23, 2015
-
-
Christophe Ricard authored
As there is no TCG specification or recommendation for i2c TPM 1.2, move tpm_tis_i2c driver to tpm_i2c_infineon. Other tpm vendors like Atmel or STMicroelectronics may have a different transport protocol for i2c. Signed-off-by:
Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Acked-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Correct a few nits found in a recent review. Expand the comments in dev_get_driver_data() to make it clearer. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
This has proven useful and we no-longer intend to remove it. Drop the comment. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Adjust the devres comments to be consistent with the rest of the file, and add one for the struct udevice member. Also rename the 'p' parameter to 'ptr' to avoid single-character names. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Line up the flag values in the code for easier readability. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
Move a few functions around so that the ordering is consistent. Signed-off-by:
Simon Glass <sjg@chromium.org>
-
Simon Glass authored
The current name is inconsistent with other driver model data access functions. Rename it and fix up all users. Signed-off-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Joe Hershberger <joe.hershberger@ni.com>
-
- Oct 22, 2015
-
-
Mugunthan V N authored
Currently omap_hsmmc driver doesn't use sdcd pin to detect whether the card is present or not. Instead the same pin is used as GPIO to detect card presence. So change the pin mux mode from mmc0_sdcd to gpio0_6. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Mugunthan V N authored
With DM_GPIO, gpio parameters like ACTIVE_(LOW/HIGH) are to be parsed in xlate gpio drivers-ops. Since xlate is not implemented in omap_gpio driver, the driver considers all gpio to be ACTIVE_HIGH which is the default case and fails to return actual gpio status for ACTIVE_LOW gpios. So adding .xlate ops to omap_gpio. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
Mugunthan V N authored
Import various DT files for am57xx-beagle-x15 from Linux Kernel v4.2 Add config file for this board, enable DM, DM_GPIO, DM_SERIAL and DM_MMC. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Mugunthan V N authored
Since spl doesn't support DM currently, do not define DM_MMC for spl build. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> asdfsadf
-
Mugunthan V N authored
Import various DT files for am437x-sk-evm from Linux Kernel v4.2 Add config file for this board, enable DM, DM_GPIO, DM_SERIAL and DM_MMC. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
Import various DT files for am4372, an43xx pinctrl and am437x-gp-evm from Linux Kernel v4.2 Add config file for this board, enable DM, DM_GPIO, DM_SERIAL and DM_MMC. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
Since spl doesn't support DM currently, do not define DM_MMC for spl build. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Mugunthan V N authored
Tested on am437x gp evm and am437x sk evm Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Mugunthan V N authored
Adding compatibles for am335x, am437x and dra7 platforms. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
In some platforms like am437x, serial node is not populated with clock-frequency node. So in that case have a default clock-clock frequency. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
enable mmc driver model for am335x gp_evm as omap_hsmmc supports driver model Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Mugunthan V N authored
enable mmc driver model for am335x bbb as omap_hsmmc supports driver model Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Mugunthan V N authored
adopt omap_hsmmc driver to device driver model Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Mugunthan V N authored
Since spl doesn't support DM currently, do not define DM_MMC for spl build. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Mugunthan V N authored
Existing driver gets the actual omap hammc base address + 0x100 bytes as the first 0x100 bytes is not used by the driver. But with DM conversion the base address from DT is different, to accommodate the offset adding res0[0x100] to struct hsmmc. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Mugunthan V N authored
Import various DT files for dra7-evm from Linux Kernel v4.2 Add config file for this board, enable DM and DM_GPIO Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
-
Lokesh Vutla authored
Add config file for k2g Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Vitaly Andrianov <vitalya@ti.com>
-
Lokesh Vutla authored
Add basic DT support for k2g evm. Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Lokesh Vutla authored
GPIO1_9 controls SPI flash on k2g evm. So make GPIO1_9 as output pin, inorder to use SPI. Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Roger Quadros authored
Add MMC support for k2g Signed-off-by:
Roger Quadros <rogerq@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Tested-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Vitaly Andrianov authored
Add Ethernet support for tftp support Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
remove unused code as the same is achieved when configuring sgmii and link status is verifed. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
In K2G, Ethernet doesn't support SGMII instead it support RGMII, adding support to the driver to connect to RGMII phy. Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Fix Linkram size. Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Mugunthan V N authored
Phy mode is a board property and it can be different between multiple board and ports, so it should not be hardcoded in driver to one specific mode. So adding a field in eth_priv_t structure to pass phy mode to driver. Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
update K2G nav rx queue number Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Coreect base addresses for SPI, Queue Manager, Ethernet, GPIO, and MSMC segments. Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Add pin mux data for k2g-evm Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Add api for configuring pin mux. Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Add ddr3 related info Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Add psc information for k2g Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-
Vitaly Andrianov authored
Add clock information for Galileo Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by:
Mugunthan V N <mugunthanvnm@ti.com>
-
Vitaly Andrianov authored
Add pll data for k2g Signed-off-by:
Vitaly Andrianov <vitalya@ti.com> Signed-off-by:
Lokesh Vutla <lokeshvutla@ti.com>
-