linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-12 04:23:29 to 2020-03-26 20:18:28 UTC [more...]

[PATCH net-next v3 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-26 20:18 UTC  (25+ messages)
` [PATCH net-next v3 01/11] net: ethernet: ti: cpts: use dev_yy() api for logs
` [PATCH net-next v3 02/11] net: ethernet: ti: cpts: separate hw counter read from timecounter
` [PATCH net-next v3 03/11] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
` [PATCH net-next v3 04/11] net: ethernet: ti: cpts: switch to use new .gettimex64() interface
` [PATCH net-next v3 05/11] net: ethernet: ti: cpts: optimize packet to event matching
` [PATCH net-next v3 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only
` [PATCH net-next v3 07/11] net: ethernet: ti: cpts: rework locking
` [PATCH net-next v3 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only
` [PATCH net-next v3 09/11] net: ethernet: ti: cpts: add irq support
` [PATCH net-next v3 10/11] net: ethernet: ti: cpts: add support for HW_TS_PUSH events
` [PATCH net-next v3 11/11] net: ethernet: ti: cpsw: enable cpts irq

[PATCH] ARM: DTS: OMAP3: disable RNG on N950/N9
 2020-03-26 17:07 UTC  (2+ messages)

[PATCH v3] PCI: dwc: pci-dra7xx: Fix MSI IRQ handling
 2020-03-26 17:02 UTC  (2+ messages)

[PATCH] PCI: dwc: pci-dra7xx: Fix MSI IRQ handling
 2020-03-26 15:28 UTC  (4+ messages)

[PATCHv2 00/56] drm/omap: Convert DSI code to use drm_mipi_dsi and drm_panel
 2020-03-25 13:05 UTC  (13+ messages)
` [PATCHv2 03/56] Revert "drm/omap: dss: Remove unused omap_dss_device operations"
` [PATCHv2 04/56] omap/drm: drop unused dsi.configure_pins
` [PATCHv2 05/56] drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*
` [PATCHv2 06/56] drm/omap: constify write buffers
` [PATCHv2 07/56] drm/omap: dsi: add generic transfer function

[PATCH] serial: 8250_omap: Fix sleeping function called from invalid context during probe
 2020-03-24 17:52 UTC  (2+ messages)

[PATCHv5 0/4] n_gsm serdev support and protocol driver for droid4 modem
 2020-03-24 17:36 UTC  (12+ messages)
` [PATCH 1/4] tty: n_gsm: Add support for serdev drivers
  ` Droid 4 in -next -- still no backlight was "
` [PATCH 2/4] serdev: ngsm-motmdm: Add Motorola TS 27.010 serdev modem driver for droid4
` [PATCH 3/4] dt-bindings: mfd: motmdm: Add binding for motorola-mdm
` [PATCH 4/4] ARM: dts: omap4-droid4: Enable basic modem support

[PATCH v5 0/5] Add support for devices in the Energy Model
 2020-03-23 13:50 UTC  (8+ messages)
` [PATCH v5 1/5] PM / EM: add devices to "
` [PATCH v5 2/5] OPP: refactor dev_pm_opp_of_register_em() and update related drivers
` [PATCH v5 3/5] thermal: devfreq_cooling: Use PM QoS to set frequency limits
` [PATCH v5 4/5] thermal: devfreq_cooling: Refactor code and switch to use Energy Model
` [PATCH v5 5/5] drm/panfrost: Register devfreq cooling and attempt to add "

[PATCH v3 0/5] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-03-23 11:30 UTC  (16+ messages)
` [PATCH v3 1/5] pwm: omap-dmtimer: Drop unused header file
` [PATCH v3 2/5] pwm: omap-dmtimer: Update description for pwm omap dm timer
` [PATCH v3 4/5] pwm: omap-dmtimer: Do not disable pwm before changing period/duty_cycle
` [PATCH v3 5/5] pwm: omap-dmtimer: Implement .apply callback

[PATCH 01/15] power: supply: cpcap-battery: Fix battery full status reporting
 2020-03-21 22:21 UTC  (27+ messages)
` [PATCH 02/15] power: supply: cpcap-battery: Improve battery full status detection
` [PATCH 03/15] power: supply: cpcap-battery: Fix battery low status reporting
` [PATCH 04/15] power: supply: cpcap-battery: Add charge_full property
` [PATCH 05/15] power: supply: cpcap-battery: Add charge_now property
` [PATCH 06/15] power: supply: cpcap-battery: Initialize with user provided data
` [PATCH 07/15] power: supply: cpcap-battery: Rewrite capacity reporting
` [PATCH 08/15] power: supply: cpcap-battery: Get rid of rough capacity percentage
` [PATCH 09/15] power: supply: cpcap-battery: Increse low voltage bound
` [PATCH 10/15] power: supply: cpcap-battery: Improve full status reporting
` [PATCH 11/15] power: supply: cpcap-battery: Rename properties, variables and functions
` [PATCH 12/15] power: supply: cpcap-battery: stabilize charge_full value
` [PATCH 13/15] power: supply: cpcap-battery: Fine tune end of charge current
` [PATCH 14/15] power: supply: cpcap-battery: Make it behave like bq27200
` [PATCH 15/15] power: supply: cpcap-battery: Add rounding to capacity reporting

[PATCH 00/18] genirq: Remove setup_irq()
 2020-03-21 17:43 UTC  (4+ messages)

[PATCH 1/3] Input: atmel_mxt_ts - use runtime PM instead of custom functions
 2020-03-20 19:00 UTC  (4+ messages)
` [PATCH 2/3] Input: atmel_mxt_ts - add idle power config
` [PATCH 3/3] Input: atmel_mxt_ts - use runtime PM autosuspend for idle config

[PATCH net-next v2 00/10] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-20 11:07 UTC  (12+ messages)
` [PATCH net-next v2 01/10] net: ethernet: ti: cpts: use dev_yy() api for logs
` [PATCH net-next v2 02/10] net: ethernet: ti: cpts: separate hw counter read from timecounter
` [PATCH net-next v2 03/10] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
` [PATCH net-next v2 04/10] net: ethernet: ti: cpts: switch to use new .gettimex64() interface
` [PATCH net-next v2 05/10] net: ethernet: ti: cpts: optimize packet to event matching
` [PATCH net-next v2 06/10] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only
` [PATCH net-next v2 07/10] net: ethernet: ti: cpts: rework locking
` [PATCH net-next v2 08/10] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only
` [PATCH net-next v2 09/10] net: ethernet: ti: cpts: add irq support
` [PATCH net-next v2 10/10] net: ethernet: ti: cpsw: enable cpts irq

[RFC PATCH 7/7] arm: dts: pwm: replace polarity constant with macro
 2020-03-20 10:02 UTC  (2+ messages)

[PATCH 0/6] 8250_omap: Add DMA for AM654/J721e type UARTs
 2020-03-19 11:03 UTC  (7+ messages)
` [PATCH 1/6] serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout
` [PATCH 2/6] serial: 8250: 8250_omap: Account for data in flight during DMA teardown
` [PATCH 3/6] serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()
` [PATCH 4/6] serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger info
` [PATCH 5/6] serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMA
` [PATCH 6/6] serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCs

[GIT PULL] defconfig updates for omaps for v5.7
 2020-03-18 23:50 UTC 

[GIT PULL] drop remaining cpsw and edma platform data for v5.7
 2020-03-18 23:48 UTC 

[GIT PULL] Fixes for omaps for v5.6-rc cycle
 2020-03-18 23:48 UTC 

[PATCHv3 0/3] Lost key-up interrupt handling for omap4-keypad
 2020-03-18 22:57 UTC  (4+ messages)
` [PATCH 1/3] Input: omap4-keypad - disable unused long interrupts
` [PATCH 2/3] Input: omap4-keypad - Scan keys in two phases and simplify with bitmask
` [PATCH 3/3] Input: omap4-keypad - check state again for lost key-up interrupts

[PATCH v5 0/9] Support ROHM BD99954 charger IC
 2020-03-18 11:52 UTC  (2+ messages)
` [PATCH v5 5/9] regulator: use linear_ranges helper

[PATCH 0/3] Block idle in gpio-omap with cpu_pm
 2020-03-17 17:34 UTC  (3+ messages)

[PATCH] ARM: dts: omap5: Add bus_dma_limit for L3 bus
 2020-03-17 17:01 UTC  (2+ messages)

[PATCH] clk: ti: am43xx: Fix clock parent for RTC clock
 2020-03-16 18:28 UTC  (5+ messages)

[balbi-usb:testing/fixes] BUILD SUCCESS 8e11a977c8eb02aa06604b11cfb4e43eb8287537
 2020-03-16 13:25 UTC 

[balbi-usb:testing/next] BUILD SUCCESS 4a5dbd9009570d3b23fd1392c4d178bfe3538d2c
 2020-03-16 13:25 UTC 

[PATCH v3 0/6] clocksource: timer-ti-dm: Prepare for dynamic pwm period updates
 2020-03-16 12:41 UTC  (8+ messages)
` [PATCH v3 3/6] clocksource: timer-ti-dm: Implement cpu_pm notifier for context save and restore
  ` [PATCH v4 "

[PATCH v2] ARM: dts: dra7: Add bus_dma_limit for L3 bus
 2020-03-16  8:35 UTC  (5+ messages)

[PATCH AUTOSEL 5.5 08/41] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
 2020-03-16  2:32 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 14/41] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes

[PATCH AUTOSEL 5.4 07/35] ARM: dts: dra7-l4: mark timer13-16 as pwm capable
 2020-03-16  2:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 13/35] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes

[PATCH AUTOSEL 4.14 04/15] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
 2020-03-16  2:35 UTC 

[PATCH AUTOSEL 4.9 3/7] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
 2020-03-16  2:35 UTC 

[PATCH AUTOSEL 4.4 3/7] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
 2020-03-16  2:35 UTC 

[PATCH AUTOSEL 4.19 05/20] ARM: dts: dra7: Add "dma-ranges" property to PCIe RC DT nodes
 2020-03-16  2:34 UTC 

KASAN: slab-out-of-bounds Read in bitmap_port_ext_cleanup
 2020-03-15  5:49 UTC 

[PATCH 1/7] ARM: omap2plus_defconfig: Enable ext4 security for setcap
 2020-03-14 21:43 UTC  (7+ messages)
` [PATCH 2/7] ARM: omap2plus_defconfig: Enable simple-pm-bus
` [PATCH 3/7] ARM: omap2plus_defconfig: Enable zram as loadable modules
` [PATCH 4/7] ARM: omap2plus_defconfig: Enable more droid4 devices "
` [PATCH 5/7] ARM: omap2plus_defconfig: Enable McPDM optional PMIC clock as modules
` [PATCH 6/7] ARM: omap2plus_defconfig: Enable ina2xx_adc as a loadable module
` [PATCH 7/7] ARM: omap2plus_defconfig: Update for moved and dropped options

[PATCH] ARM: dts: omap4-droid4: Fix lost touchscreen interrupts
 2020-03-14 20:55 UTC 

[PATCH] ARM: dts: omap4-droid4: Fix sgx clock rate
 2020-03-14 17:24 UTC  (3+ messages)

[PATCH net-next 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-14  3:50 UTC  (14+ messages)
` [PATCH net-next 01/11] net: ethernet: ti: cpts: use dev_yy() api for logs
` [PATCH net-next 02/11] net: ethernet: ti: cpts: separate hw counter read from timecounter
` [PATCH net-next 03/11] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
` [PATCH net-next 04/11] net: ethernet: ti: cpts: switch to use new .gettimex64() interface
` [PATCH net-next 05/11] net: ethernet: ti: cpts: optimize packet to event matching
` [PATCH net-next 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only
` [PATCH net-next 07/11] net: ethernet: ti: cpts: rework locking
` [PATCH net-next 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only
` [PATCH net-next 09/11] net: ethernet: ti: cpts: add irq support
` [PATCH net-next 10/11] net: ethernet: ti: cpts: add support for HW_TS_PUSH events
` [PATCH net-next 11/11] net: ethernet: ti: cpsw: enable cpts irq

[GIT PULL] Fixes for omaps for v5.6-rc cycle
 2020-03-13 20:47 UTC  (2+ messages)

[GIT PULL] ti-sysc fix for v5.6
 2020-03-13 20:42 UTC  (2+ messages)

[PATCH v4 0/4] Add support for devices in the Energy Model
 2020-03-13 17:16 UTC  (10+ messages)
` [PATCH v4 1/4] PM / EM: add devices to "
` [PATCH v4 2/4] OPP: change parameter to device pointer in dev_pm_opp_of_register_em()

[PATCH v2 0/5] pwm: omap-dmtimer: Allow for dynamic pwm period updates
 2020-03-13 15:50 UTC  (11+ messages)
` [PATCH v2 4/6] pwm: omap-dmtimer: Fix pwm disabling sequence

gpio-omap: add support gpiolib bias (pull-up/down) flags?
 2020-03-13  5:23 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).