Age | Commit message (Expand) | Author | Files | Lines |
2023-10-02 | Merge tag 'counter-fixes-for-6.6a' of git://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman | 2 | -3/+3 |
2023-09-05 | counter: microchip-tcb-capture: Fix the use of internal GCLK logic | Dharma Balasubiramani | 1 | -1/+1 |
2023-09-04 | Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 1 | -1/+1 |
2023-09-04 | counter: chrdev: fix getting array extensions | Fabrice Gasnier | 1 | -2/+2 |
2023-08-18 | mfd: rz-mtu3: Link time dependencies | Arnd Bergmann | 1 | -1/+1 |
2023-08-16 | counter: rz-mtu3-cnt: Reorder locking sequence for consistency | Biju Das | 1 | -2/+2 |
2023-08-16 | counter: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
2023-08-04 | Merge tag 'counter-fixes-for-6.5a' of git://git.kernel.org/pub/scm/linux/kern... | Greg Kroah-Hartman | 1 | -7/+7 |
2023-06-21 | counter: Fix menuconfig "Counter support" submenu entries disappearance | William Breathitt Gray | 1 | -7/+7 |
2023-06-15 | Merge tag 'counter-updates-for-6.5a' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 6 | -367/+916 |
2023-06-08 | counter: i8254: Introduce the Intel 8254 interface library module | William Breathitt Gray | 4 | -1/+470 |
2023-05-31 | counter: add HAS_IOPORT_MAP dependency | Niklas Schnelle | 1 | -0/+1 |
2023-05-19 | counter: 104-quad-8: Migrate to the regmap API | William Breathitt Gray | 2 | -137/+229 |
2023-05-19 | counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC | William Breathitt Gray | 1 | -52/+45 |
2023-05-19 | counter: 104-quad-8: Refactor to buffer states for CMR, IOR, and IDR | William Breathitt Gray | 1 | -183/+105 |
2023-05-19 | counter: 104-quad-8: Utilize bitfield access macros | William Breathitt Gray | 1 | -102/+172 |
2023-05-10 | counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe | Uwe Kleine-König | 1 | -0/+3 |
2023-05-10 | counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter value | William Breathitt Gray | 1 | -3/+3 |
2023-05-02 | Merge tag 'mfd-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds | 3 | -0/+918 |
2023-04-26 | counter: rz-mtu3-cnt: Unlock on error in rz_mtu3_count_ceiling_write() | Dan Carpenter | 1 | -2/+6 |
2023-04-26 | counter: Add Renesas RZ/G2L MTU3a counter driver | Biju Das | 3 | -0/+914 |
2023-03-18 | counter: 104-quad-8: Fix Synapse action reported for Index signals | William Breathitt Gray | 1 | -1/+1 |
2023-03-18 | counter: 104-quad-8: Fix race condition between FLAG and CNTR reads | William Breathitt Gray | 1 | -21/+8 |
2023-01-18 | counter: fix dependency references for config MICROCHIP_TCB_CAPTURE | Lukas Bulwahn | 1 | -1/+1 |
2023-01-13 | counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver | Peter Robinson | 1 | -0/+1 |
2023-01-13 | counter: ftm-quaddec: Depend on the Layerscape SoC | Peter Robinson | 1 | -0/+1 |
2023-01-13 | counter: intel-qep: Depend on X86 | Peter Robinson | 1 | -0/+1 |
2023-01-13 | counter: Sort the Kconfig entries alphabetically | Peter Robinson | 1 | -44/+44 |
2022-11-27 | counter: stm32-lptimer-cnt: fix the check on arr and cmp registers update | Fabrice Gasnier | 1 | -1/+1 |
2022-10-24 | counter: 104-quad-8: Fix race getting function mode and direction | William Breathitt Gray | 1 | -22/+42 |
2022-10-24 | counter: microchip-tcb-capture: Handle Signal1 read and Synapse | William Breathitt Gray | 1 | -4/+14 |
2022-10-17 | counter: ti-ecap-capture: fix IS_ERR() vs NULL check | Dan Carpenter | 1 | -2/+2 |
2022-10-17 | counter: Reduce DEFINE_COUNTER_ARRAY_POLARITY() to defining counter_array | William Breathitt Gray | 1 | -1/+2 |
2022-10-08 | Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+3 |
2022-10-08 | Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 14 | -75/+1064 |
2022-09-30 | counter: ti-ecap-capture: capture driver support for ECAP | Julien Panis | 3 | -0/+630 |
2022-09-30 | counter: Introduce the COUNTER_COMP_ARRAY component type | William Breathitt Gray | 2 | -20/+312 |
2022-09-30 | counter: Consolidate Counter extension sysfs attribute creation | William Breathitt Gray | 1 | -49/+49 |
2022-09-30 | counter: 104-quad-8: Add Signal polarity component | William Breathitt Gray | 1 | -0/+35 |
2022-09-30 | counter: Introduce the Signal polarity component | William Breathitt Gray | 2 | -0/+13 |
2022-09-30 | counter: interrupt-cnt: Implement watch_validate callback | William Breathitt Gray | 1 | -0/+11 |
2022-09-30 | counter: Move symbols into COUNTER namespace | William Breathitt Gray | 10 | -8/+16 |
2022-09-22 | counter: 104-quad-8: Fix skipped IRQ lines during events configuration | William Breathitt Gray | 1 | -3/+3 |
2022-09-15 | counter: 104-quad-8: Ensure number of irq matches number of base | William Breathitt Gray | 1 | -2/+3 |
2022-07-14 | counter: 104-quad-8: Implement and utilize register structures | William Breathitt Gray | 1 | -73/+93 |
2022-07-14 | counter: 104-quad-8: Utilize iomap interface | William Breathitt Gray | 1 | -80/+89 |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -4/+21 |
2022-03-18 | counter: add defaults to switch-statements | Tom Rix | 1 | -0/+4 |
2022-03-18 | counter: interrupt-cnt: add counter_push_event() | Oleksij Rempel | 1 | -2/+5 |
2022-03-18 | counter: Set counter device name | William Breathitt Gray | 1 | -1/+11 |