linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ata changes for 6.13-rc1
@ 2024-11-18 15:50 Niklas Cassel
  2024-11-19  1:10 ` pr-tracker-bot
  2024-11-20 16:41 ` Sergey Shtylyov
  0 siblings, 2 replies; 4+ messages in thread
From: Niklas Cassel @ 2024-11-18 15:50 UTC (permalink / raw)
  To: Linus Torvalds, linux-ide; +Cc: Damien Le Moal, Niklas Cassel

Linus,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.13-rc1

for you to fetch changes up to e8a2389ea808c3902d9938b20e40e2df36c3702b:

  dt-bindings: ata: ahci-platform: add missing iommus property (2024-11-12 12:15:59 +0100)

----------------------------------------------------------------
ata changes for 6.13

 - Fix typos in comments (Yan Zhen)

 - Remove unused macro definitions (Damien Le Moal)

 - Switch back to the .remove() callback (Uwe Kleine-König)

 - Make use of the get_unaligned_be24() helper instead of open coding
   (Andy Shevchenko)

 - Refactor and cleanup ata_scsi_simulate() command emulation, such that
   all commands use ata_scsi_rbuf_fill() with its own callback
   (Damien Le Moal)

 - Improve ata_scsi_simulate() command emulation by accurately setting the
   SCSI command residual (number of bytes not filled) in the command reply
   (Damien Le Moal)

 - Add missing iommus property in ahci-platform device tree binding
   (Frank Wunderlich)

----------------------------------------------------------------
Andy Shevchenko (1):
      ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()

Damien Le Moal (7):
      ata: libata: Remove unused macro definitions
      ata: libata-scsi: Refactor ata_scsi_simulate()
      ata: libata-scsi: Refactor ata_scsiop_read_cap()
      ata: libata-scsi: Refactor ata_scsiop_maint_in()
      ata: libata-scsi: Document all VPD page inquiry actors
      ata: libata-scsi: Remove struct ata_scsi_args
      ata: libata-scsi: Return residual for emulated SCSI commands

Frank Wunderlich (1):
      dt-bindings: ata: ahci-platform: add missing iommus property

Uwe Kleine-König (1):
      ata: Switch back to struct platform_driver::remove()

Yan Zhen (1):
      ata: Fix typos in the comment

 .../devicetree/bindings/ata/ahci-platform.yaml     |   3 +
 drivers/ata/ahci.c                                 |   2 +-
 drivers/ata/ahci_brcm.c                            |   2 +-
 drivers/ata/ahci_ceva.c                            |   2 +-
 drivers/ata/ahci_da850.c                           |   2 +-
 drivers/ata/ahci_dm816.c                           |   2 +-
 drivers/ata/ahci_dwc.c                             |   2 +-
 drivers/ata/ahci_imx.c                             |   4 +-
 drivers/ata/ahci_mtk.c                             |   2 +-
 drivers/ata/ahci_mvebu.c                           |   2 +-
 drivers/ata/ahci_platform.c                        |   2 +-
 drivers/ata/ahci_qoriq.c                           |   2 +-
 drivers/ata/ahci_seattle.c                         |   2 +-
 drivers/ata/ahci_st.c                              |   2 +-
 drivers/ata/ahci_sunxi.c                           |   2 +-
 drivers/ata/ahci_tegra.c                           |   2 +-
 drivers/ata/ahci_xgene.c                           |   4 +-
 drivers/ata/libata-acpi.c                          |   4 +-
 drivers/ata/libata-scsi.c                          | 516 ++++++++++++---------
 drivers/ata/pata_arasan_cf.c                       |   2 +-
 drivers/ata/pata_ep93xx.c                          |   2 +-
 drivers/ata/pata_falcon.c                          |   4 +-
 drivers/ata/pata_ftide010.c                        |   2 +-
 drivers/ata/pata_gayle.c                           |   6 +-
 drivers/ata/pata_imx.c                             |   2 +-
 drivers/ata/pata_it8213.c                          |   2 +-
 drivers/ata/pata_ixp4xx_cf.c                       |   2 +-
 drivers/ata/pata_mpc52xx.c                         |   2 +-
 drivers/ata/pata_octeon_cf.c                       |   2 +-
 drivers/ata/pata_of_platform.c                     |   2 +-
 drivers/ata/pata_oldpiix.c                         |   2 +-
 drivers/ata/pata_platform.c                        |   2 +-
 drivers/ata/pata_pxa.c                             |   2 +-
 drivers/ata/pata_radisys.c                         |   2 +-
 drivers/ata/pata_rb532_cf.c                        |   2 +-
 drivers/ata/sata_dwc_460ex.c                       |   2 +-
 drivers/ata/sata_fsl.c                             |   2 +-
 drivers/ata/sata_gemini.c                          |   2 +-
 drivers/ata/sata_highbank.c                        |  12 +-
 drivers/ata/sata_mv.c                              |   2 +-
 drivers/ata/sata_rcar.c                            |   2 +-
 include/linux/libata.h                             |   4 +-
 42 files changed, 361 insertions(+), 262 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ata changes for 6.13-rc1
  2024-11-18 15:50 [GIT PULL] ata changes for 6.13-rc1 Niklas Cassel
@ 2024-11-19  1:10 ` pr-tracker-bot
  2024-11-20 16:41 ` Sergey Shtylyov
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2024-11-19  1:10 UTC (permalink / raw)
  To: Niklas Cassel; +Cc: Linus Torvalds, linux-ide, Damien Le Moal, Niklas Cassel

The pull request you sent on Mon, 18 Nov 2024 16:50:11 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.13-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3d1b536c13f7cd966aa660d1730855b26d01c9ae

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ata changes for 6.13-rc1
  2024-11-18 15:50 [GIT PULL] ata changes for 6.13-rc1 Niklas Cassel
  2024-11-19  1:10 ` pr-tracker-bot
@ 2024-11-20 16:41 ` Sergey Shtylyov
  2024-11-20 17:40   ` Sergey Shtylyov
  1 sibling, 1 reply; 4+ messages in thread
From: Sergey Shtylyov @ 2024-11-20 16:41 UTC (permalink / raw)
  To: Niklas Cassel, Linus Torvalds, linux-ide; +Cc: Damien Le Moal

On 11/18/24 6:50 PM, Niklas Cassel wrote:

> Linus,
> 
> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
> 
>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.13-rc1
> 
> for you to fetch changes up to e8a2389ea808c3902d9938b20e40e2df36c3702b:
> 
>   dt-bindings: ata: ahci-platform: add missing iommus property (2024-11-12 12:15:59 +0100)

[...]

> ----------------------------------------------------------------
> Andy Shevchenko (1):
>       ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()
> 
> Damien Le Moal (7):
>       ata: libata: Remove unused macro definitions
>       ata: libata-scsi: Refactor ata_scsi_simulate()
>       ata: libata-scsi: Refactor ata_scsiop_read_cap()
>       ata: libata-scsi: Refactor ata_scsiop_maint_in()
>       ata: libata-scsi: Document all VPD page inquiry actors
>       ata: libata-scsi: Remove struct ata_scsi_args
>       ata: libata-scsi: Return residual for emulated SCSI commands
> 
> Frank Wunderlich (1):
>       dt-bindings: ata: ahci-platform: add missing iommus property
> 
> Uwe Kleine-König (1):
>       ata: Switch back to struct platform_driver::remove()
> 
> Yan Zhen (1):
>       ata: Fix typos in the comment

[...]

   What about my 8 patches, could you please clarify why they didn't get
into this PR?

MBR, Sergey


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] ata changes for 6.13-rc1
  2024-11-20 16:41 ` Sergey Shtylyov
@ 2024-11-20 17:40   ` Sergey Shtylyov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Shtylyov @ 2024-11-20 17:40 UTC (permalink / raw)
  To: Niklas Cassel, Linus Torvalds, linux-ide; +Cc: Damien Le Moal

On 11/20/24 7:41 PM, Sergey Shtylyov wrote:
[...]

>> Linus,
>>
>> The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:
>>
>>   Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux tags/ata-6.13-rc1
>>
>> for you to fetch changes up to e8a2389ea808c3902d9938b20e40e2df36c3702b:
>>
>>   dt-bindings: ata: ahci-platform: add missing iommus property (2024-11-12 12:15:59 +0100)
> 
> [...]
> 
>> ----------------------------------------------------------------
>> Andy Shevchenko (1):
>>       ata: libata-scsi: Refactor scsi_6_lba_len() with use of get_unaligned_be24()
>>
>> Damien Le Moal (7):
>>       ata: libata: Remove unused macro definitions
>>       ata: libata-scsi: Refactor ata_scsi_simulate()
>>       ata: libata-scsi: Refactor ata_scsiop_read_cap()
>>       ata: libata-scsi: Refactor ata_scsiop_maint_in()
>>       ata: libata-scsi: Document all VPD page inquiry actors
>>       ata: libata-scsi: Remove struct ata_scsi_args
>>       ata: libata-scsi: Return residual for emulated SCSI commands
>>
>> Frank Wunderlich (1):
>>       dt-bindings: ata: ahci-platform: add missing iommus property
>>
>> Uwe Kleine-König (1):
>>       ata: Switch back to struct platform_driver::remove()
>>
>> Yan Zhen (1):
>>       ata: Fix typos in the comment
> 
> [...]
> 
>    What about my 8 patches, could you please clarify why they didn't get
> into this PR?

  Sorry, replied from the wrong account...

MBR, Sergey


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-11-20 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 15:50 [GIT PULL] ata changes for 6.13-rc1 Niklas Cassel
2024-11-19  1:10 ` pr-tracker-bot
2024-11-20 16:41 ` Sergey Shtylyov
2024-11-20 17:40   ` Sergey Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).