* [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8
@ 2023-12-12 9:55 ` Herve Codina
0 siblings, 0 replies; 9+ messages in thread
From: Herve Codina @ 2023-12-12 9:55 UTC (permalink / raw)
To: soc
Cc: Arnd Bergmann, linux-kernel, Li Yang, Thomas Petazzoni,
linuxppc-dev, linux-arm-kernel, Qiang Zhao
The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:
Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)
are available in the Git repository at:
git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8
for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15:
soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime (2023-12-12 10:29:20 +0100)
----------------------------------------------------------------
PowerQUICC QMC and TSA drivers updates for v6.8
This pull request contains updates to prepare the support for the QMC
HDLC driver.
- Perform some fixes
- Add support for child devices
- Add QMC dynamic timeslot support
Signed-off-by: Herve Codina <herve.codina@bootlin.com>
----------------------------------------------------------------
Herve Codina (17):
soc: fsl: cpm1: tsa: Fix __iomem addresses declaration
soc: fsl: cpm1: qmc: Fix __iomem addresses declaration
soc: fsl: cpm1: qmc: Fix rx channel reset
soc: fsl: cpm1: qmc: Extend the API to provide Rx status
soc: fsl: cpm1: qmc: Remove inline function specifiers
soc: fsl: cpm1: qmc: Add support for child devices
soc: fsl: cpm1: qmc: Introduce available timeslots masks
soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa*
soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa*
soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans()
soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans()
soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries
soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup
soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag
soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop()
soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan()
soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime
drivers/soc/fsl/qe/qmc.c | 658 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------
drivers/soc/fsl/qe/tsa.c | 22 ++--
include/soc/fsl/qe/qmc.h | 27 ++++-
sound/soc/fsl/fsl_qmc_audio.c | 2 +-
4 files changed, 538 insertions(+), 171 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread* [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-12 9:55 ` Herve Codina 0 siblings, 0 replies; 9+ messages in thread From: Herve Codina @ 2023-12-12 9:55 UTC (permalink / raw) To: soc Cc: Arnd Bergmann, Qiang Zhao, Li Yang, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) are available in the Git repository at: git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime (2023-12-12 10:29:20 +0100) ---------------------------------------------------------------- PowerQUICC QMC and TSA drivers updates for v6.8 This pull request contains updates to prepare the support for the QMC HDLC driver. - Perform some fixes - Add support for child devices - Add QMC dynamic timeslot support Signed-off-by: Herve Codina <herve.codina@bootlin.com> ---------------------------------------------------------------- Herve Codina (17): soc: fsl: cpm1: tsa: Fix __iomem addresses declaration soc: fsl: cpm1: qmc: Fix __iomem addresses declaration soc: fsl: cpm1: qmc: Fix rx channel reset soc: fsl: cpm1: qmc: Extend the API to provide Rx status soc: fsl: cpm1: qmc: Remove inline function specifiers soc: fsl: cpm1: qmc: Add support for child devices soc: fsl: cpm1: qmc: Introduce available timeslots masks soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa* soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa* soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans() soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans() soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop() soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan() soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime drivers/soc/fsl/qe/qmc.c | 658 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- drivers/soc/fsl/qe/tsa.c | 22 ++-- include/soc/fsl/qe/qmc.h | 27 ++++- sound/soc/fsl/fsl_qmc_audio.c | 2 +- 4 files changed, 538 insertions(+), 171 deletions(-) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 9+ messages in thread
* [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-12 9:55 ` Herve Codina 0 siblings, 0 replies; 9+ messages in thread From: Herve Codina @ 2023-12-12 9:55 UTC (permalink / raw) To: soc Cc: Arnd Bergmann, Qiang Zhao, Li Yang, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) are available in the Git repository at: git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime (2023-12-12 10:29:20 +0100) ---------------------------------------------------------------- PowerQUICC QMC and TSA drivers updates for v6.8 This pull request contains updates to prepare the support for the QMC HDLC driver. - Perform some fixes - Add support for child devices - Add QMC dynamic timeslot support Signed-off-by: Herve Codina <herve.codina@bootlin.com> ---------------------------------------------------------------- Herve Codina (17): soc: fsl: cpm1: tsa: Fix __iomem addresses declaration soc: fsl: cpm1: qmc: Fix __iomem addresses declaration soc: fsl: cpm1: qmc: Fix rx channel reset soc: fsl: cpm1: qmc: Extend the API to provide Rx status soc: fsl: cpm1: qmc: Remove inline function specifiers soc: fsl: cpm1: qmc: Add support for child devices soc: fsl: cpm1: qmc: Introduce available timeslots masks soc: fsl: cpm1: qmc: Rename qmc_setup_tsa* to qmc_init_tsa* soc: fsl: cpm1: qmc: Introduce qmc_chan_setup_tsa* soc: fsl: cpm1: qmc: Remove no more needed checks from qmc_check_chans() soc: fsl: cpm1: qmc: Check available timeslots in qmc_check_chans() soc: fsl: cpm1: qmc: Add support for disabling channel TSA entries soc: fsl: cpm1: qmc: Split Tx and Rx TSA entries setup soc: fsl: cpm1: qmc: Introduce is_tsa_64rxtx flag soc: fsl: cpm1: qmc: Handle timeslot entries at channel start() and stop() soc: fsl: cpm1: qmc: Remove timeslots handling from setup_chan() soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtime drivers/soc/fsl/qe/qmc.c | 658 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- drivers/soc/fsl/qe/tsa.c | 22 ++-- include/soc/fsl/qe/qmc.h | 27 ++++- sound/soc/fsl/fsl_qmc_audio.c | 2 +- 4 files changed, 538 insertions(+), 171 deletions(-) ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 2023-12-12 9:55 ` Herve Codina (?) @ 2023-12-22 10:55 ` Arnd Bergmann -1 siblings, 0 replies; 9+ messages in thread From: Arnd Bergmann @ 2023-12-22 10:55 UTC (permalink / raw) To: Herve Codina, soc Cc: linux-kernel, Leo Li, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, Qiang Zhao On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > are available in the Git repository at: > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > This is not a valid git URL I can pull from. I have instead pulled from https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 which is what I think you meant. You should probably edit your .gitconfig file to add a section like (not sure about the exact syntax, you'll figure it out). [url "https://github.com"] insteadOf = git@github.com > drivers/soc/fsl/qe/qmc.c | 658 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- This is an overly long line that you probably copied from a large terminal window. Just for readability, I recommend redirecting the 'git request-pull' output, e.g. into 'xclip' or 'cat', which will give it the appropriate line length for emails. Arnd ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-22 10:55 ` Arnd Bergmann 0 siblings, 0 replies; 9+ messages in thread From: Arnd Bergmann @ 2023-12-22 10:55 UTC (permalink / raw) To: Herve Codina, soc Cc: Qiang Zhao, Leo Li, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > are available in the Git repository at: > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > This is not a valid git URL I can pull from. I have instead pulled from https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 which is what I think you meant. You should probably edit your .gitconfig file to add a section like (not sure about the exact syntax, you'll figure it out). [url "https://github.com"] insteadOf = git@github.com > drivers/soc/fsl/qe/qmc.c | 658 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- This is an overly long line that you probably copied from a large terminal window. Just for readability, I recommend redirecting the 'git request-pull' output, e.g. into 'xclip' or 'cat', which will give it the appropriate line length for emails. Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-22 10:55 ` Arnd Bergmann 0 siblings, 0 replies; 9+ messages in thread From: Arnd Bergmann @ 2023-12-22 10:55 UTC (permalink / raw) To: Herve Codina, soc Cc: Qiang Zhao, Leo Li, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > are available in the Git repository at: > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > This is not a valid git URL I can pull from. I have instead pulled from https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 which is what I think you meant. You should probably edit your .gitconfig file to add a section like (not sure about the exact syntax, you'll figure it out). [url "https://github.com"] insteadOf = git@github.com > drivers/soc/fsl/qe/qmc.c | 658 > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- This is an overly long line that you probably copied from a large terminal window. Just for readability, I recommend redirecting the 'git request-pull' output, e.g. into 'xclip' or 'cat', which will give it the appropriate line length for emails. Arnd ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 2023-12-22 10:55 ` Arnd Bergmann (?) @ 2023-12-22 12:34 ` Herve Codina -1 siblings, 0 replies; 9+ messages in thread From: Herve Codina @ 2023-12-22 12:34 UTC (permalink / raw) To: Arnd Bergmann Cc: linux-kernel, Leo Li, soc, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, Qiang Zhao Hi Arnd, On Fri, 22 Dec 2023 10:55:00 +0000 "Arnd Bergmann" <arnd@arndb.de> wrote: > On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > > > are available in the Git repository at: > > > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > > > > This is not a valid git URL I can pull from. I have instead pulled from > > https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > which is what I think you meant. Yes, exactly. Thanks a lot for having pulled the https url. > > You should probably edit your .gitconfig file to add a section > like (not sure about the exact syntax, you'll figure it out). > > [url "https://github.com"] > insteadOf = git@github.com > > > > drivers/soc/fsl/qe/qmc.c | 658 > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- > > This is an overly long line that you probably copied from a large > terminal window. Just for readability, I recommend redirecting the > 'git request-pull' output, e.g. into 'xclip' or 'cat', which will > give it the appropriate line length for emails. > Thanks you these feedback and tips. I will be more careful in the future. Hervé ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-22 12:34 ` Herve Codina 0 siblings, 0 replies; 9+ messages in thread From: Herve Codina @ 2023-12-22 12:34 UTC (permalink / raw) To: Arnd Bergmann Cc: soc, Qiang Zhao, Leo Li, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel Hi Arnd, On Fri, 22 Dec 2023 10:55:00 +0000 "Arnd Bergmann" <arnd@arndb.de> wrote: > On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > > > are available in the Git repository at: > > > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > > > > This is not a valid git URL I can pull from. I have instead pulled from > > https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > which is what I think you meant. Yes, exactly. Thanks a lot for having pulled the https url. > > You should probably edit your .gitconfig file to add a section > like (not sure about the exact syntax, you'll figure it out). > > [url "https://github.com"] > insteadOf = git@github.com > > > > drivers/soc/fsl/qe/qmc.c | 658 > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- > > This is an overly long line that you probably copied from a large > terminal window. Just for readability, I recommend redirecting the > 'git request-pull' output, e.g. into 'xclip' or 'cat', which will > give it the appropriate line length for emails. > Thanks you these feedback and tips. I will be more careful in the future. Hervé _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 @ 2023-12-22 12:34 ` Herve Codina 0 siblings, 0 replies; 9+ messages in thread From: Herve Codina @ 2023-12-22 12:34 UTC (permalink / raw) To: Arnd Bergmann Cc: soc, Qiang Zhao, Leo Li, Christophe Leroy, Thomas Petazzoni, linuxppc-dev, linux-arm-kernel, linux-kernel Hi Arnd, On Fri, 22 Dec 2023 10:55:00 +0000 "Arnd Bergmann" <arnd@arndb.de> wrote: > On Tue, Dec 12, 2023, at 09:55, Herve Codina wrote: > > The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab: > > > > Linux 6.7-rc3 (2023-11-26 19:59:33 -0800) > > > > are available in the Git repository at: > > > > git@github.com:hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > > > for you to fetch changes up to 7a2ee1576dcc6bbe017a8283fba237b05b13fd15: > > > > This is not a valid git URL I can pull from. I have instead pulled from > > https://github.com/hcodina/linux.git tags/fsl_qmc_tsa_v6.8 > > which is what I think you meant. Yes, exactly. Thanks a lot for having pulled the https url. > > You should probably edit your .gitconfig file to add a section > like (not sure about the exact syntax, you'll figure it out). > > [url "https://github.com"] > insteadOf = git@github.com > > > > drivers/soc/fsl/qe/qmc.c | 658 > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------- > > This is an overly long line that you probably copied from a large > terminal window. Just for readability, I recommend redirecting the > 'git request-pull' output, e.g. into 'xclip' or 'cat', which will > give it the appropriate line length for emails. > Thanks you these feedback and tips. I will be more careful in the future. Hervé ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-12-22 12:35 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2023-12-12 9:55 [GIT PULL] PowerQUICC QMC and TSA drivers updates for v6.8 Herve Codina 2023-12-12 9:55 ` Herve Codina 2023-12-12 9:55 ` Herve Codina 2023-12-22 10:55 ` Arnd Bergmann 2023-12-22 10:55 ` Arnd Bergmann 2023-12-22 10:55 ` Arnd Bergmann 2023-12-22 12:34 ` Herve Codina 2023-12-22 12:34 ` Herve Codina 2023-12-22 12:34 ` Herve Codina
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.