linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 05:41:31 to 2021-09-30 09:41:15 UTC [more...]

beaglebone black boot failure Linux v5.15.rc1
 2021-09-30  9:41 UTC  (17+ messages)

[PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements
 2021-09-30  8:53 UTC  (7+ messages)

[PATCH] clocksource/drivers/timer-ti-dm: Select TIMER_OF
 2021-09-30  8:49 UTC  (2+ messages)

[PATCH] bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893
 2021-09-30  8:44 UTC 

[PATCH] soc: ti: omap-prm: Fix external abort for am335x pruss
 2021-09-30  8:01 UTC 

[PATCHv2 0/4] Get rid of pm_runtime_irq_safe() for 8250_omap
 2021-09-30  7:29 UTC  (9+ messages)
` [PATCH 1/4] serial: core: Add wakeup() and start_pending_tx() for power management
` [PATCH 2/4] serial: 8250: Implement wakeup for TX and use it for 8250_omap
` [PATCH 3/4] serial: 8250_omap: Require a valid wakeirq for deeper idle states
` [PATCH 4/4] serial: 8250_omap: Drop the use of pm_runtime_irq_safe()

Regression with e428e250fde6 on BeagleBoard Rev C2
 2021-09-30  7:04 UTC  (12+ messages)

[PATCHv2 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-09-30  6:57 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: sdhci-omap: Update binding for legacy SoCs
` [PATCH 2/5] mmc: sdhci-omap: Handle voltages to add support omap4
` [PATCH 3/5] mmc: sdhci-omap: Add omap_offset to support omap3 and earlier
` [PATCH 4/5] mmc: sdhci-omap: Implement PM runtime functions
` [PATCH 5/5] mmc: sdhci-omap: Configure optional wakeirq

[PATCH v4 0/2] Fix simple-bus issues with fw_devlink
 2021-09-30  2:50 UTC  (4+ messages)
` [PATCH v4 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
` [PATCH v4 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

[PATCH net-next v1 0/5] Devlink reload and missed notifications fix
 2021-09-29 19:11 UTC  (24+ messages)
` [PATCH net-next v1 1/5] devlink: Add missed notifications iterators
` [PATCH net-next v1 2/5] devlink: Allow modification of devlink ops
` [PATCH net-next v1 3/5] devlink: Allow set specific ops callbacks dynamically
` [PATCH net-next v1 4/5] net/mlx5: Register separate reload devlink ops for multiport device
` [PATCH net-next v1 5/5] devlink: Delete reload enable/disable interface

[PATCH v4 00/48] TI AM437X ADC1
 2021-09-29 15:29 UTC  (50+ messages)
` [PATCH v4 01/48] clk: ti: am43xx: Add clkctrl data for am43xx ADC1
` [PATCH v4 02/48] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v4 03/48] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v4 04/48] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v4 05/48] dt-bindings: touchscreen: ti,am3359-tsc: Remove deprecated text file
` [PATCH v4 06/48] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v4 07/48] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v4 08/48] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v4 09/48] mfd: ti_am335x_tscadc: Replace license text with SPDX tag
` [PATCH v4 10/48] mfd: ti_am335x_tscadc: Fix style
` [PATCH v4 11/48] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v4 12/48] mfd: ti_am335x_tscadc: Get rid of useless gotos
` [PATCH v4 13/48] mfd: ti_am335x_tscadc: Reword the comment explaining the dividers
` [PATCH v4 14/48] mfd: ti_am335x_tscadc: Don't search the tree for our clock
` [PATCH v4 15/48] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v4 16/48] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v4 17/48] mfd: ti_am335x_tscadc: Use driver data
` [PATCH v4 18/48] mfd: ti_am335x_tscadc: Mimic the probe from resume()
` [PATCH v4 19/48] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v4 20/48] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v4 21/48] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v4 22/48] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v4 23/48] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v4 24/48] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v4 25/48] mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macro
` [PATCH v4 26/48] mfd: ti_am335x_tscadc: Drop unused definitions from the header
` [PATCH v4 27/48] mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevant
` [PATCH v4 28/48] mfd: ti_am335x_tscadc: Clarify the maximum values for DT entries
` [PATCH v4 29/48] mfd: ti_am335x_tscadc: Drop useless definitions from the header
` [PATCH v4 30/48] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v4 31/48] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v4 32/48] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v4 33/48] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v4 34/48] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v4 35/48] mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardware
` [PATCH v4 36/48] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v4 37/48] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v4 38/48] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v4 39/48] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v4 40/48] iio: adc: ti_am335x_adc: Fix style
` [PATCH v4 41/48] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v4 42/48] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v4 43/48] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v4 44/48] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v4 45/48] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v4 46/48] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v4 47/48] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v4 48/48] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH] ASoC: ti: Constify static snd_soc_ops
 2021-09-29 13:16 UTC  (2+ messages)

[PATCH net-next v1 00/21] Move devlink_register to be last devlink command
 2021-09-29 13:07 UTC  (32+ messages)
` [PATCH net-next v1 01/21] devlink: Notify users when objects are accessible
` [PATCH net-next v1 02/21] bnxt_en: Register devlink instance at the end devlink configuration
` [PATCH net-next v1 03/21] liquidio: Overcome missing device lock protection in init/remove flows
` [PATCH net-next v1 04/21] dpaa2-eth: Register devlink instance at the end of probe
` [PATCH net-next v1 05/21] net: hinic: Open device for the user access when it is ready
` [PATCH net-next v1 06/21] ice: Open devlink when device "
` [PATCH net-next v1 07/21] octeontx2: Move devlink registration to be last devlink command
` [PATCH net-next v1 08/21] net/prestera: Split devlink and traps registrations to separate routines
` [PATCH net-next v1 09/21] net/mlx4: Move devlink_register to be the last initialization command
` [PATCH net-next v1 10/21] net/mlx5: Accept devlink user input after driver initialization complete
` [PATCH net-next v1 11/21] mlxsw: core: Register devlink instance last
` [PATCH net-next v1 12/21] net: mscc: ocelot: delay devlink registration to the end
` [PATCH net-next v1 13/21] nfp: Move delink_register to be last command
` [PATCH net-next v1 14/21] ionic: Move devlink registration to be last devlink command
` [PATCH net-next v1 15/21] qed: "
` [PATCH net-next v1 16/21] net: ethernet: ti: "
` [PATCH net-next v1 17/21] netdevsim: "
` [PATCH net-next v1 18/21] net: wwan: iosm: Move devlink_register "
` [PATCH net-next v1 19/21] ptp: ocp: Move devlink registration "
` [PATCH net-next v1 20/21] staging: qlge: "
` [PATCH net-next v1 21/21] net: dsa: "

[PATCH net-next 0/5] Devlink reload and missed notifications fix
 2021-09-29 10:43 UTC  (10+ messages)
` [PATCH net-next 1/5] devlink: Add missed notifications iterators
` [PATCH net-next 2/5] devlink: Allow modification of devlink ops
` [PATCH net-next 3/5] devlink: Allow set specific ops callbacks dynamically
` [PATCH net-next 4/5] net/mlx5: Register separate reload devlink ops for multiport device
` [PATCH net-next 5/5] devlink: Delete reload enable/disable interface

[PATCH v3 00/47] TI AM437X ADC1
 2021-09-28 10:34 UTC  (14+ messages)
` [PATCH v3 35/47] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v3 36/47] mfd: ti_am335x_tscadc: Support the correctly spelled DT property

[PATCH] ARM: omap1: move omap15xx local bus handling to usb.c
 2021-09-28  6:31 UTC  (2+ messages)

[PATCH] media: omap_vout: use dma_addr_t consistently
 2021-09-28  1:25 UTC  (2+ messages)

[PATCH] PCI: j721e: Fix an error handling path in 'j721e_pcie_probe()'
 2021-09-28  0:54 UTC  (2+ messages)

[PATCH] dt-bindings: sdhci-omap: Document ti,non-removable property as deprecated
 2021-09-27 22:31 UTC  (2+ messages)

[PATCH 0/6] Get rid of pm_runtime_irq_safe() for 8250_omap
 2021-09-27 14:05 UTC  (12+ messages)
` [PATCH 3/6] serial: core: Add new prep_tx for power management
` [PATCH 4/6] serial: 8250: Implement "

Bug report: Amstrad Delta IRQ hang (serio?) during boot
 2021-09-26 14:00 UTC 

[PATCH v3 0/2] Fix simple-bus issues with fw_devlink
 2021-09-24 20:20 UTC  (5+ messages)
` [PATCH v3 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-24 14:55 UTC  (7+ messages)

[PATCH 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-09-24  7:08 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: sdhci-omap: Update binding for legacy SoCs
` [PATCH 5/5] mmc: sdhci-omap: Configure optional wakeirq

[PATCH 0/5] Prepare sdhci-omap to support more SoCs
 2021-09-24  7:06 UTC  (6+ messages)
` [PATCH 4/5] mmc: sdhci-omap: Parse legacy ti,non-removable property

[PATCH v2 00/23] Fix some issues at documentation
 2021-09-23 18:49 UTC  (3+ messages)
` [PATCH v2 05/23] dt-bindings: mmc: update mmc-card.yaml reference

[PATCH v2 0/3] PCI: Add legacy interrupt support in pci-j721e
 2021-09-23 15:44 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: ti,j721e: Add bindings to specify legacy interrupts

[PATCH v5 0/8] drm/omap: Add virtual-planes support
 2021-09-23  7:07 UTC  (9+ messages)
` [PATCH v5 1/8] drm/omap: Add ability to check if requested plane modes can be supported
` [PATCH v5 2/8] drm/omap: Add ovl checking funcs to dispc_ops
` [PATCH v5 3/8] drm/omap: introduce omap_hw_overlay
` [PATCH v5 4/8] drm/omap: omap_plane: subclass drm_plane_state
` [PATCH v5 5/8] drm/omap: Add global state as a private atomic object
` [PATCH v5 6/8] drm/omap: dynamically assign hw overlays to planes
` [PATCH v5 7/8] drm/omap: add plane_atomic_print_state support
` [PATCH v5 8/8] drm/omap: Add a 'right overlay' to plane state


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).