Message ID | 20231212105514.273e8ab0@bootlin.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] PowerQUICC QMC and TSA drivers updates for v6.8 | expand |
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
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é
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(-)