mbox series

[GIT,PULL] Second set of Counter updates for 6.10

Message ID ZjAkzFeHTJXY1LA0@ishi (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] Second set of Counter updates for 6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.10b

Message

William Breathitt Gray April 29, 2024, 10:53 p.m. UTC
The following changes since commit 916baadd293a4d11e08a7ca1e2968314451ade6c:

  counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macro (2024-04-02 13:15:03 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.10b

for you to fetch changes up to 89d5d9e9500826cbd3b15ea7b6e8d9fae966f073:

  counter: Don't use "proxy" headers (2024-04-23 09:03:37 +0900)

----------------------------------------------------------------
Second set of Counter updates for 6.10

Counter header file is updated to include only headers that are actually
use.

----------------------------------------------------------------
Andy Shevchenko (1):
      counter: Don't use "proxy" headers

 include/linux/counter.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Greg Kroah-Hartman April 30, 2024, 7:23 a.m. UTC | #1
On Tue, Apr 30, 2024 at 07:53:00AM +0900, William Breathitt Gray wrote:
> The following changes since commit 916baadd293a4d11e08a7ca1e2968314451ade6c:
> 
>   counter: ti-ecap-capture: Utilize COUNTER_COMP_FREQUENCY macro (2024-04-02 13:15:03 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter.git tags/counter-updates-for-6.10b

Pulled and pushed out, thanks.

greg k-h