[SRU][J:linux-bluefield][Pull Request][v6] i2c-mlxbf.c: Sync up driver with upstreaming

Kleber Souza kleber.sacilotto.de.souza at canonical.com
Wed Oct 12 09:44:34 UTC 2022


Hello Asmaa,

On 11.10.22 21:55, Asmaa Mnebhi wrote:
> This pull request (17 commits) includes reverting 8 i2c-mlxbf.c commits in
> Jammy linux-bluefield. Then it cherry-picks the i2c-mlxbf.c related commits
> from linux-next master branch. And adds the driver version.
> 
> BugLink: https://bugs.launchpad.net/bugs/1991551
> 
> This pull request page can be found at:
> 
> https://code.launchpad.net/~asmaam/ubuntu/+source/linux-bluefield/+git/version-seeds-1/+merge/431374
> 
> Git repo can be found at:
> 
> git+ssh://git.launchpad.net/~asmaam/ubuntu/+source/linux-bluefield/+git/version-seeds-1 master-next
> 
> for you to fetch changes starting from commit b510e342802a8e7463189866917a69e956ce7354
> 
> Revert "UBUNTU: SAUCE: i2c-mlxbf.c: Add driver version"

When we create a pull request with git using:

$ git request-pull [-p] <start> <url> [<end>]

The <start> commit is actually the parent of the first commit you
want to get pulled, i.e. a commit that is already in the upstream
history.

So in this case the correct start for this pull request would be:

461d266529e0783f71fcf6a84710b74c0bc1d2e9 - UBUNTU: Ubuntu-bluefield-5.15.0-1008.10

No need to send an updated request though, we have enough information
to fetch the commits from your branch.


Thanks,
Kleber

> 
> Signed-off-by: Asmaa Mnebhi <asmaa at nvidia.com>
> 
> Asmaa Mnebhi (17):
>    Revert "UBUNTU: SAUCE: i2c-mlxbf.c: Add driver version"
>    Revert "UBUNTU: SAUCE: i2c-mlxbf.c: Support lock mechanism"
>    Revert "UBUNTU: SAUCE: i2c-mlxbf.c: support BlueField-3 SoC"
>    Revert "UBUNTU: SAUCE: i2c-mlxbf: prevent stack overflow in
>      mlxbf_i2c_smbus_start_transaction()"
>    Revert "UBUNTU: SAUCE: i2c-mlxbf.c: incorrect base address passed
>      during io write"
>    Revert "UBUNTU: SAUCE: i2c-mlxbf.c: Add multi slave functionality"
>    Revert "UBUNTU: SAUNCE: i2c-mlxbf.c: remove IRQF_ONESHOT"
>    Revert "UBUNTU: SAUNCE: i2c-mlxbf.c: Fix frequency calculation"
>    i2c: mlxbf: incorrect base address passed during io write
>    i2c: mlxbf: prevent stack overflow in
>      mlxbf_i2c_smbus_start_transaction()
>    i2c: mlxbf: remove IRQF_ONESHOT
>    i2c: mlxbf: Fix frequency calculation
>    i2c: mlxbf: support lock mechanism
>    i2c: mlxbf: add multi slave functionality
>    i2c: mlxbf: support BlueField-3 SoC
>    i2c: mlxbf: remove device tree support
>    UBUNTU: SAUCE: i2c-mlxbf.c: Add driver version
> 
>   .../bindings/i2c/mellanox,i2c-mlxbf.yaml      |  99 ----------
>   MAINTAINERS                                   |   1 -
>   drivers/i2c/busses/i2c-mlxbf.c                | 175 +++++++++---------
>   3 files changed, 90 insertions(+), 185 deletions(-)
>   delete mode 100644 Documentation/devicetree/bindings/i2c/mellanox,i2c-mlxbf.yaml
> 



More information about the kernel-team mailing list