diff mbox series

[U-Boot,v3,1/3] configs: kirkwood: ds109: switch to DM_I2C

Message ID 20180807074146.5071-1-judge.packham@gmail.com
State Changes Requested
Delegated to: Stefan Roese
Headers show
Series [U-Boot,v3,1/3] configs: kirkwood: ds109: switch to DM_I2C | expand

Commit Message

Chris Packham Aug. 7, 2018, 7:41 a.m. UTC
Enable DM_I2C and I2C_MVTSWI for the ds109 board.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---

Changes in v3: None
Changes in v2:
- new

 configs/ds109_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Roese Sept. 19, 2018, 12:11 p.m. UTC | #1
On 07.08.2018 09:41, Chris Packham wrote:
> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
> 
> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> ---
> 
> Changes in v3: None
> Changes in v2:
> - new
> 
>   configs/ds109_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
> index c9207433b374..fd10e6e3c36e 100644
> --- a/configs/ds109_defconfig
> +++ b/configs/ds109_defconfig
> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
>   CONFIG_OF_CONTROL=y
>   CONFIG_ENV_IS_IN_SPI_FLASH=y
>   CONFIG_MVSATA_IDE=y
> +CONFIG_DM_I2C=y
> +CONFIG_SYS_I2C_MVTWSI=y
>   # CONFIG_MMC is not set
>   CONFIG_SPI_FLASH=y
>   CONFIG_SPI_FLASH_BAR=y
> 

Unfortunately this series does not apply any more (again). I'm
currently pushing my Marvell branch upstream and would like
to get the first batch of patches accepted. After Tom has
pulled these patches, please rebase on top of this new master.

Thanks,
Stefan
Stefan Roese Nov. 20, 2018, 6:59 a.m. UTC | #2
Hi Chris,

On 19.09.18 14:11, Stefan Roese wrote:
> On 07.08.2018 09:41, Chris Packham wrote:
>> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
>>
>> Signed-off-by: Chris Packham <judge.packham@gmail.com>
>> ---
>>
>> Changes in v3: None
>> Changes in v2:
>> - new
>>
>>    configs/ds109_defconfig | 2 ++
>>    1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
>> index c9207433b374..fd10e6e3c36e 100644
>> --- a/configs/ds109_defconfig
>> +++ b/configs/ds109_defconfig
>> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
>>    CONFIG_OF_CONTROL=y
>>    CONFIG_ENV_IS_IN_SPI_FLASH=y
>>    CONFIG_MVSATA_IDE=y
>> +CONFIG_DM_I2C=y
>> +CONFIG_SYS_I2C_MVTWSI=y
>>    # CONFIG_MMC is not set
>>    CONFIG_SPI_FLASH=y
>>    CONFIG_SPI_FLASH_BAR=y
>>
> 
> Unfortunately this series does not apply any more (again). I'm
> currently pushing my Marvell branch upstream and would like
> to get the first batch of patches accepted. After Tom has
> pulled these patches, please rebase on top of this new master.

The new merge window is open and I'm trying to get all pending
Marvell patches handled. Chris, could you please rebase this
series on top of latest mainline? It still does not apply clean
any more.

Thanks,
Stefan
Chris Packham Nov. 20, 2018, 7:52 a.m. UTC | #3
Hi Stefan,

On Tue, Nov 20, 2018 at 8:00 PM Stefan Roese <sr@denx.de> wrote:
>
> Hi Chris,
>
> On 19.09.18 14:11, Stefan Roese wrote:
> > On 07.08.2018 09:41, Chris Packham wrote:
> >> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
> >>
> >> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> >> ---
> >>
> >> Changes in v3: None
> >> Changes in v2:
> >> - new
> >>
> >>    configs/ds109_defconfig | 2 ++
> >>    1 file changed, 2 insertions(+)
> >>
> >> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
> >> index c9207433b374..fd10e6e3c36e 100644
> >> --- a/configs/ds109_defconfig
> >> +++ b/configs/ds109_defconfig
> >> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
> >>    CONFIG_OF_CONTROL=y
> >>    CONFIG_ENV_IS_IN_SPI_FLASH=y
> >>    CONFIG_MVSATA_IDE=y
> >> +CONFIG_DM_I2C=y
> >> +CONFIG_SYS_I2C_MVTWSI=y
> >>    # CONFIG_MMC is not set
> >>    CONFIG_SPI_FLASH=y
> >>    CONFIG_SPI_FLASH_BAR=y
> >>
> >
> > Unfortunately this series does not apply any more (again). I'm
> > currently pushing my Marvell branch upstream and would like
> > to get the first batch of patches accepted. After Tom has
> > pulled these patches, please rebase on top of this new master.
>
> The new merge window is open and I'm trying to get all pending
> Marvell patches handled. Chris, could you please rebase this
> series on top of latest mainline? It still does not apply clean
> any more.

This as already been applied as
http://git.denx.de/?p=u-boot.git;a=commit;h=f596efb7
Stefan Roese Nov. 20, 2018, 7:56 a.m. UTC | #4
On 20.11.18 08:52, Chris Packham wrote:
> Hi Stefan,
> 
> On Tue, Nov 20, 2018 at 8:00 PM Stefan Roese <sr@denx.de> wrote:
>>
>> Hi Chris,
>>
>> On 19.09.18 14:11, Stefan Roese wrote:
>>> On 07.08.2018 09:41, Chris Packham wrote:
>>>> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
>>>>
>>>> Signed-off-by: Chris Packham <judge.packham@gmail.com>
>>>> ---
>>>>
>>>> Changes in v3: None
>>>> Changes in v2:
>>>> - new
>>>>
>>>>     configs/ds109_defconfig | 2 ++
>>>>     1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
>>>> index c9207433b374..fd10e6e3c36e 100644
>>>> --- a/configs/ds109_defconfig
>>>> +++ b/configs/ds109_defconfig
>>>> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
>>>>     CONFIG_OF_CONTROL=y
>>>>     CONFIG_ENV_IS_IN_SPI_FLASH=y
>>>>     CONFIG_MVSATA_IDE=y
>>>> +CONFIG_DM_I2C=y
>>>> +CONFIG_SYS_I2C_MVTWSI=y
>>>>     # CONFIG_MMC is not set
>>>>     CONFIG_SPI_FLASH=y
>>>>     CONFIG_SPI_FLASH_BAR=y
>>>>
>>>
>>> Unfortunately this series does not apply any more (again). I'm
>>> currently pushing my Marvell branch upstream and would like
>>> to get the first batch of patches accepted. After Tom has
>>> pulled these patches, please rebase on top of this new master.
>>
>> The new merge window is open and I'm trying to get all pending
>> Marvell patches handled. Chris, could you please rebase this
>> series on top of latest mainline? It still does not apply clean
>> any more.
> 
> This as already been applied as
> http://git.denx.de/?p=u-boot.git;a=commit;h=f596efb7

Ah, right. All 3 patches from this series? None is missing currently?

Thanks,
Stefan
Chris Packham Nov. 20, 2018, 8:01 a.m. UTC | #5
On Tue, Nov 20, 2018 at 8:56 PM Stefan Roese <sr@denx.de> wrote:
>
> On 20.11.18 08:52, Chris Packham wrote:
> > Hi Stefan,
> >
> > On Tue, Nov 20, 2018 at 8:00 PM Stefan Roese <sr@denx.de> wrote:
> >>
> >> Hi Chris,
> >>
> >> On 19.09.18 14:11, Stefan Roese wrote:
> >>> On 07.08.2018 09:41, Chris Packham wrote:
> >>>> Enable DM_I2C and I2C_MVTSWI for the ds109 board.
> >>>>
> >>>> Signed-off-by: Chris Packham <judge.packham@gmail.com>
> >>>> ---
> >>>>
> >>>> Changes in v3: None
> >>>> Changes in v2:
> >>>> - new
> >>>>
> >>>>     configs/ds109_defconfig | 2 ++
> >>>>     1 file changed, 2 insertions(+)
> >>>>
> >>>> diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
> >>>> index c9207433b374..fd10e6e3c36e 100644
> >>>> --- a/configs/ds109_defconfig
> >>>> +++ b/configs/ds109_defconfig
> >>>> @@ -18,6 +18,8 @@ CONFIG_ISO_PARTITION=y
> >>>>     CONFIG_OF_CONTROL=y
> >>>>     CONFIG_ENV_IS_IN_SPI_FLASH=y
> >>>>     CONFIG_MVSATA_IDE=y
> >>>> +CONFIG_DM_I2C=y
> >>>> +CONFIG_SYS_I2C_MVTWSI=y
> >>>>     # CONFIG_MMC is not set
> >>>>     CONFIG_SPI_FLASH=y
> >>>>     CONFIG_SPI_FLASH_BAR=y
> >>>>
> >>>
> >>> Unfortunately this series does not apply any more (again). I'm
> >>> currently pushing my Marvell branch upstream and would like
> >>> to get the first batch of patches accepted. After Tom has
> >>> pulled these patches, please rebase on top of this new master.
> >>
> >> The new merge window is open and I'm trying to get all pending
> >> Marvell patches handled. Chris, could you please rebase this
> >> series on top of latest mainline? It still does not apply clean
> >> any more.
> >
> > This as already been applied as
> > http://git.denx.de/?p=u-boot.git;a=commit;h=f596efb7
>
> Ah, right. All 3 patches from this series? None is missing currently?

Yes they were all applied.
diff mbox series

Patch

diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig
index c9207433b374..fd10e6e3c36e 100644
--- a/configs/ds109_defconfig
+++ b/configs/ds109_defconfig
@@ -18,6 +18,8 @@  CONFIG_ISO_PARTITION=y
 CONFIG_OF_CONTROL=y
 CONFIG_ENV_IS_IN_SPI_FLASH=y
 CONFIG_MVSATA_IDE=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_MVTWSI=y
 # CONFIG_MMC is not set
 CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_BAR=y