History log of /openbmc/u-boot/drivers/pinctrl/aspeed/pinctrl_ast2500.c (Results 1 – 19 of 19)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v00.04.09, v00.04.08, v00.04.07, v00.04.06, v00.04.05, v00.04.04, v00.04.03, v00.04.02, v00.04.01
# 831c69aa 12-Jul-2021 neal_liu <neal_liu@aspeedtech.com>

pinctrl: add USB A/B support for ast2500

Add USB A/B port pinctrl support for ast2500.

Signed-off-by: neal_liu <neal_liu@aspeedtech.com>
Change-Id: I9366430af1285f8b7ba562bf74a40150a22d1bb3


Revision tags: v00.04.00, v2021.04, v00.03.03, v2021.01, v2020.10, v2020.07, v00.02.13
# ce89c374 18-May-2020 Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>

spi: ast2500: Porting spi1 setting

Porting SPI1 setting for device tree and pinctrl.


Revision tags: v2020.04, v2020.01, v2019.10, v00.02.05, v00.02.04, v00.02.03, v00.02.02, v00.02.01, v2019.07
# 369186fa 13-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 9dcf4375 13-Jun-2019 Dylan Hung <dylan_hung@aspeedtech.com>

Merge branch 'feature/sdram_init_flow' into aspeed-dev-v2019.04


Revision tags: v00.02.00
# e9526877 13-Jun-2019 Dylan Hung <dylan_hung@aspeedtech.com>

[update] examin strap to know if SDRAM has
been initialized.

1. for ast2600, check if SCU100[6]==1 (SDRAM has been initialized) or
not.
2. refactor format


# f9aa0ee1 11-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

re-arrange modify


# a245d114 11-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

update sd pinctrl name


# 1c69fb92 06-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

Merge branch 'ryan_port' into aspeed-dev-v2019.04


# 81cf3e0d 06-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

update pinctrl driver


# f13f9036 03-Jun-2019 ryan_chen <ryan_chen@aspeedtech.com>

update pinctrl for aspeed soc


# 5e0c8877 22-May-2019 Dylan Hung <dylan_hung@aspeedtech.com>

[fix] fix 2500 compile error.

1. add platform.S for ast2500
2. remove ast_scu_unlock since the SCU had been unlocked at the
begining of lowlevel_init in platform.S
3. rename clk

[fix] fix 2500 compile error.

1. add platform.S for ast2500
2. remove ast_scu_unlock since the SCU had been unlocked at the
begining of lowlevel_init in platform.S
3. rename clk driver

show more ...


Revision tags: v2019.04, v2018.07
# e8f80a5a 09-May-2018 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-sunxi


# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borro

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


# b25f8e21 30-Apr-2018 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-imx


# abeb9d78 30-Apr-2018 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-sunxi


# d024236e 18-Apr-2018 Tom Rini <trini@konsulko.com>

Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR

We have a large number of places where while we historically referenced
gd in the code we no longer do, as well as cases where the

Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR

We have a large number of places where while we historically referenced
gd in the code we no longer do, as well as cases where the code added
that line "just in case" during development and never dropped it.

Signed-off-by: Tom Rini <trini@konsulko.com>

show more ...


Revision tags: v2018.03, v2018.01, v2017.11
# 2f926291 08-May-2017 Tom Rini <trini@konsulko.com>

Merge branch 'next' of git://git.denx.de/u-boot-spi


# a6d4cd47 08-May-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-sunxi


# 4f0e44e4 17-Apr-2017 maxims@google.com <maxims@google.com>

aspeed: AST2500 Pinctrl Driver

This driver uses Generic Pinctrl framework and is compatible with
the Linux driver for ast2500: it uses the same device tree
configuration.

No

aspeed: AST2500 Pinctrl Driver

This driver uses Generic Pinctrl framework and is compatible with
the Linux driver for ast2500: it uses the same device tree
configuration.

Not all pins are supported by the driver at the moment, so it actually
compatible with ast2400. In general, however, there are differences that
in the future would be easier to maintain separately.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...