All of lore.kernel.org
 help / color / mirror / Atom feed
* [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release
@ 2019-03-21 13:15 Mahesh Radhakrishnan
  2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
                   ` (29 more replies)
  0 siblings, 30 replies; 35+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-21 13:15 UTC (permalink / raw)
  To: meta-ti

RTOS driver patches for 5.3 release

Mahesh Radhakrishnan (29):
  board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos
    for all targets
  common-csl-rtos:SRCREV bump to 03.03.00.14B
  emac-lld-rtos: SRCREV bump to 01.00.03.14A
  fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency
  gpio-lld-rtos: SRCREV updater to 01.00.00.14
  gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A
  i2c-lld-rtos: SRCREV update to 01.00.00.14
  icss-emac-lld: SRCREV update to 01.00.00.15
  mcasp-lld-rtos: SRCREV update to 01.01.00.13
  mcbsp-lld-rtos: SRCREV update to 01.00.00.12
  mmcsd-lld-rtos: SRCREV update to 01.00.00.15
  osal: SRCREV update to 01.00.00.14A
  pcie-lld-rtos: SRCREV update to 02.03.00.03
  pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for
    ti33x,ti43x,k2g)
  pruss-lld:SRCREV update to 01.00.00.13
  sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for
    rtos
  sciclient-rtos: SRCREV update to 01.00.00.02A
  spi-lld-rtos: SRCREV update to 01.00.00.14A
  starterware:SRCREV update to 02.01.01.10, added dependency to
    ti-xdctools-native
  transport: SRCREV update to 01.00.00.15
  uart-lld-rtos: SRCREV update to 01.00.00.14
  udma-lld-rtos: SRCREV update to 01.00.00.02
  usb-lld-rtos: SRCREV update to 01.00.00.17
  profiling-rtos: SRCREV update to 01.00.00.08
  vps-lld-rtos: SRCREV update to 01.00.01.13A
  dsplib: Recipe enhancements to facilitate AUTOREV
  mathlib: Enhancements to facilitate AUTOREV
  swtools: Enhancements to facilitate AUTOREV
  ti-pdk-build-rtos: SRCREV update to 01.00.00.12

 recipes-bsp/board-rtos/board-rtos_git.bb         | 12 +++++-------
 recipes-bsp/common-csl-ip/common-csl-ip.inc      |  6 +++---
 recipes-bsp/emac-lld/emac-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb         | 10 ++++++----
 recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/gpmc-lld/gpmc-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb          |  9 ++++++---
 recipes-bsp/icss-emac-lld/icss-emac-lld.inc      |  6 +++---
 recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb      |  6 +++---
 recipes-bsp/osal/osal.inc                        |  6 +++---
 recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/pm-lld/pm-lld-rtos_git.bb            | 14 +++++++-------
 recipes-bsp/pruss-lld/pruss-lld.inc              |  6 +++---
 recipes-bsp/sa-lld/sa-lld-rtos_git.bb            |  2 +-
 recipes-bsp/sa-lld/sa-lld.inc                    |  6 +++---
 recipes-bsp/sciclient/sciclient-rtos_git.bb      |  6 +++---
 recipes-bsp/spi-lld/spi-lld-rtos_git.bb          |  6 +++---
 recipes-bsp/starterware/starterware-rtos_git.bb  |  2 +-
 recipes-bsp/starterware/starterware.inc          |  6 +++---
 recipes-bsp/transport-rtos/transport.inc         |  6 +++---
 recipes-bsp/uart-lld/uart-lld-rtos_git.bb        |  8 ++++----
 recipes-bsp/udma-lld/udma-lld-rtos_git.bb        |  6 +++---
 recipes-bsp/usb-lld/usb-lld-rtos_git.bb          |  6 +++---
 recipes-bsp/utils-rtos/profiling-rtos_git.bb     |  6 +++---
 recipes-bsp/vps-lld/vps-lld-rtos_git.bb          |  6 +++---
 recipes-ti/dsplib/dsplib.inc                     | 12 +++++++++---
 recipes-ti/mathlib/mathlib.inc                   | 12 +++++++++---
 recipes-ti/swtools/swtools_git.bb                | 15 +++++++++++----
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb |  6 +++---
 31 files changed, 122 insertions(+), 100 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2019-03-21 21:19 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-21 13:15 [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 01/29] board-rtos: SRCREV bump to 01.00.10.04, added dependency on osal-rtos for all targets Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 02/29] common-csl-rtos:SRCREV bump to 03.03.00.14B Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 03/29] emac-lld-rtos: SRCREV bump to 01.00.03.14A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 04/29] fatfs-rtos: SRCREV update to 01.00.00.13, added osal-rtos dependency Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 05/29] gpio-lld-rtos: SRCREV updater to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 06/29] gpmc-lld-rtos:SRCREV udpate to 01.00.00.03A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 07/29] i2c-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 08/29] icss-emac-lld: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 09/29] mcasp-lld-rtos: SRCREV update to 01.01.00.13 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 10/29] mcbsp-lld-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 11/29] mmcsd-lld-rtos: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 12/29] osal: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 13/29] pcie-lld-rtos: SRCREV update to 02.03.00.03 Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 14/29] pm-lld-rtos: SRCREV update to 01.08.00.21 & 01.04.00.05C (for ti33x, ti43x, k2g) Mahesh Radhakrishnan
2019-03-21 13:15 ` [rocko/master][PATCH 15/29] pruss-lld:SRCREV update to 01.00.00.13 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 16/29] sa-lld: SRCREV update to 04.00.00.02, added osal-rtos dependency for rtos Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 17/29] sciclient-rtos: SRCREV update to 01.00.00.02A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 18/29] spi-lld-rtos: SRCREV update to 01.00.00.14A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 19/29] starterware:SRCREV update to 02.01.01.10, added dependency to ti-xdctools-native Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 20/29] transport: SRCREV update to 01.00.00.15 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 21/29] uart-lld-rtos: SRCREV update to 01.00.00.14 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 22/29] udma-lld-rtos: SRCREV update to 01.00.00.02 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 23/29] usb-lld-rtos: SRCREV update to 01.00.00.17 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 24/29] profiling-rtos: SRCREV update to 01.00.00.08 Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 25/29] vps-lld-rtos: SRCREV update to 01.00.01.13A Mahesh Radhakrishnan
2019-03-21 13:16 ` [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV Mahesh Radhakrishnan
2019-03-21 20:49   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 27/29] mathlib: Enhancements " Mahesh Radhakrishnan
2019-03-21 20:49   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 28/29] swtools: " Mahesh Radhakrishnan
2019-03-21 20:50   ` Denys Dmytriyenko
2019-03-21 13:16 ` [rocko/master][PATCH 29/29] ti-pdk-build-rtos: SRCREV update to 01.00.00.12 Mahesh Radhakrishnan
2019-03-21 20:56 ` [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release Denys Dmytriyenko
2019-03-21 21:19   ` Radhakrishnan, Mahesh

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.