linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-11 13:14:40 to 2021-09-22 15:54:24 UTC [more...]

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

[PATCH 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-09-22 15:23 UTC  (7+ 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 net-next v1] devlink: Make devlink_register to be void
 2021-09-22 13:22 UTC  (6+ messages)

Regression with e428e250fde6 on BeagleBoard Rev C2
 2021-09-22 10:07 UTC  (11+ messages)

[PATCH 1/2] ARM: OMAP2+: Drop old unused omap5_uevm_legacy_init()
 2021-09-22  9:31 UTC  (2+ messages)
` [PATCH 2/2] ARM: OMAP2+: Drop unused old auxdata for dra7x_evm_mmc_quirk()

beaglebone black boot failure Linux v5.15.rc1
 2021-09-22  9:27 UTC  (19+ messages)

[PATCH net-next] devlink: Make devlink_register to be void
 2021-09-22  8:55 UTC  (7+ messages)

[PATCH v4 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-21 20:47 UTC  (20+ messages)
` [PATCH v4 1/8] ARM: dts: omap: Fixup GPMC child nodes
` [PATCH v4 2/8] dt-bindings: mtd: Remove gpmc-nor.txt
` [PATCH v4 3/8] dt-bindings: net: Remove gpmc-eth.txt
` [PATCH v4 4/8] dt-bindings: memory-controllers: Introduce ti,gpmc-child
` [PATCH v4 5/8] dt-bindings: mtd: ti,gpmc-nand: Convert to yaml
` [PATCH v4 6/8] dt-bindings: mtd: ti,gpmc-onenand: "
` [PATCH v4 7/8] dt-bindings: memory-controllers: ti,gpmc: "
` [PATCH v4 8/8] memory: gpmc-omap: "gpmc,device-width" DT property is optional

[PATCH v16 0/7] usb: misc: Add onboard_usb_hub driver
 2021-09-21 17:08 UTC  (2+ messages)

[PATCH] bus: ti-sysc: Fix external abort for am335x pruss probe
 2021-09-21 15:58 UTC  (4+ messages)

[PATCH 0/6] Get rid of pm_runtime_irq_safe() for 8250_omap
 2021-09-21 12:03 UTC  (9+ messages)
` [PATCH 1/6] n_tty: Start making use of -EAGAIN returned from process_output_block()
` [PATCH 2/6] tty: n_gsm: Don't ignore write return value in gsmld_output()
` [PATCH 3/6] serial: core: Add new prep_tx for power management
` [PATCH 4/6] serial: 8250: Implement "
` [PATCH 5/6] serial: 8250_omap: Require a valid wakeirq for deeper idle states
` [PATCH 6/6] serial: 8250_omap: Drop the use of pm_runtime_irq_safe()

[PATCH 0/5] Prepare sdhci-omap to support more SoCs
 2021-09-21 11:00 UTC  (6+ messages)
` [PATCH 1/5] mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured
` [PATCH 2/5] mmc: sdhci-omap: Fix context restore
` [PATCH 3/5] mmc: sdhci-omap: Restore sysconfig after reset
` [PATCH 4/5] mmc: sdhci-omap: Parse legacy ti,non-removable property
` [PATCH 5/5] mmc: sdhci-omap: Check MMCHS_HL_HWINFO register for ADMA

[PATCH 0/9] Context loss handling for ti-sysc
 2021-09-21 10:01 UTC  (10+ messages)
` [PATCH 1/9] bus: ti-sysc: Fix timekeeping_suspended warning on resume
` [PATCH 2/9] bus: ti-sysc: Check for lost context in sysc_reinit_module()
` [PATCH 3/9] bus: ti-sysc: Add quirk handling for reinit on context lost
` [PATCH 4/9] bus: ti-sysc: Add quirk handling for reset on re-init
` [PATCH 5/9] bus: ti-sysc: Use context lost quirks for gpmc
` [PATCH 6/9] bus: ti-sysc: Use context lost quirk for otg
` [PATCH 7/9] bus: ti-sysc: Handle otg force idle quirk
` [PATCH 8/9] bus: ti-sysc: Drop legacy quirk flag for gpio
` [PATCH 9/9] bus: ti-sysc: Drop legacy quirk flag for sham

[PATCH v2 0/1] ARM: dts: dra7: enable BB2D module
 2021-09-21  7:18 UTC  (2+ messages)
` [PATCH v2 1/1] ARM: dts: dra7: add entry for bb2d module

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-20 16:42 UTC  (4+ messages)
` [PATCH v5 05/15] ARM: configs: Everyone who had PANEL_SIMPLE now gets PANEL_EDP

[PATCH 0/4] ARM: dts: dra7: enable BB2D module
 2021-09-20 14:13 UTC  (7+ messages)
` [PATCH 1/4] ARM: dts: dra7: add entry for bb2d module
` [PATCH 2/4] ARM: dts: dra7-evm: Enable BB2D node
` [PATCH 3/4] ARM: dts: dra72-evm-common: "
` [PATCH 4/4] ARM: dts: am57xx-evm: "

[PATCH v2 0/4] PCI: dwc: pci-dra7xx: miscellaneous improvements
 2021-09-20  6:29 UTC  (5+ messages)

[PATCH v2 00/46] TI AM437X ADC1
 2021-09-19 15:49 UTC  (8+ messages)
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() when relevant in the header
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support

[PATCH v3 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-17  7:17 UTC  (9+ messages)
` [PATCH v3 1/8] ARM: dts: omap: Fixup GPMC child nodes
` [PATCH v3 8/8] memory: gpmc-omap: "gpmc,device-width" DT property is optional

[PATCH 1/4] fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper function dev_err_probe()
 2021-09-17  4:24 UTC  (4+ messages)
` [PATCH 2/4] fbdev: omapfb: lcd_ams_delta: "
` [PATCH 3/4] fbdev: omapfb: panel-sharp-ls037v7dw01: "
` [PATCH 4/4] fbdev: omapfb: panel-tpo-td043mtea1: "

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

[PATCH 00/24] Fix some issues at documentation
 2021-09-16  9:13 UTC  (2+ messages)
` [PATCH 05/24] dt-bindings: mmc: update mmc-card.yaml reference

[PATCH AUTOSEL 5.10 11/25] PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
 2021-09-11 13:13 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 13/25] PCI: j721e: Add PCIe support for J7200
` [PATCH AUTOSEL 5.10 14/25] PCI: j721e: Add PCIe support for AM64

[PATCH AUTOSEL 5.13 17/29] PCI: j721e: Add PCIe support for AM64
 2021-09-11 13:12 UTC 


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