linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-02 21:52:44 to 2021-09-17 07:17:17 UTC [more...]

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

beaglebone black boot failure Linux v5.15.rc1
 2021-09-17  6:14 UTC  (2+ messages)

[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] bus: ti-sysc: Fix external abort for am335x pruss probe
 2021-09-16 16:54 UTC  (2+ messages)

[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 v3 00/47] TI AM437X ADC1
 2021-09-15 15:59 UTC  (48+ 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 v4 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-15  9:05 UTC  (14+ 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 v2 00/46] TI AM437X ADC1
 2021-09-15  7:48 UTC  (66+ messages)
` [PATCH v2 02/46] dt-bindings: mfd: ti,am3359-tscadc: Add a yaml description for this MFD
` [PATCH v2 03/46] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH v2 04/46] dt-bindings: iio: adc: ti,am3359-adc: "
` [PATCH v2 06/46] dt-bindings: mfd: ti,am3359-tscadc: Describe am4372 MFD compatible
` [PATCH v2 07/46] dt-bindings: iio: adc: ti,am3359-adc: Describe am4372 ADC compatible
` [PATCH v2 10/46] mfd: ti_am335x_tscadc: Drop extra spacing when declaring stack variables
` [PATCH v2 11/46] mfd: ti_am335x_tscadc: Ensure a balanced number of node get/put
` [PATCH v2 16/46] mfd: ti_am335x_tscadc: Move the driver structure allocation earlier
` [PATCH v2 19/46] mfd: ti_am335x_tscadc: Drop useless variables from the driver structure
` [PATCH v2 20/46] mfd: ti_am335x_tscadc: Always provide an idle configuration
` [PATCH v2 21/46] mfd: ti_am335x_tscadc: Reorder the initialization steps
` [PATCH v2 22/46] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v2 23/46] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v2 24/46] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v2 25/46] mfd: ti_am335x_tscadc: Use BIT() and GENMASK() when relevant in the header
` [PATCH v2 26/46] mfd: ti_am335x_tscadc: Use FIELD_PREP() "
` [PATCH v2 27/46] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v2 28/46] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v2 29/46] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v2 30/46] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v2 31/46] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v2 32/46] mfd: ti_am335x_tscadc: Introduce has_tsc
` [PATCH v2 33/46] mfd: ti_am335x_tscadc: Move control register configuration
` [PATCH v2 34/46] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v2 35/46] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v2 36/46] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v2 37/46] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v2 38/46] iio: adc: ti_am335x_adc: Fix style
` [PATCH v2 39/46] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v2 40/46] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v2 41/46] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v2 42/46] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v2 43/46] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v2 44/46] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v2 45/46] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v2 46/46] ARM: dts: am437x-gp-evm: enable ADC1

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

[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 14/29] PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
 2021-09-11 13:12 UTC  (3+ messages)
` [PATCH AUTOSEL 5.13 16/29] PCI: j721e: Add PCIe support for J7200
` [PATCH AUTOSEL 5.13 17/29] PCI: j721e: Add PCIe support for AM64

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

[PATCH v3 0/2] Fix simple-bus issues with fw_devlink
 2021-09-10 15:21 UTC  (16+ messages)
` [PATCH v3 1/2] drivers: bus: simple-pm-bus: Add support for probing simple bus only devices
` [PATCH v3 2/2] drivers: bus: Delete CONFIG_SIMPLE_PM_BUS

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

[PATCH v2] mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-09-09 14:50 UTC  (2+ messages)

[PATCH v3 00/16] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-09  0:24 UTC  (10+ messages)
` [PATCH v3 06/16] ARM: configs: Everyone who had PANEL_SIMPLE now gets PANEL_SIMPLE_EDP

[PATCH] mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-09-06 16:35 UTC  (2+ messages)

[PATCH v2 0/6] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-06  7:10 UTC  (6+ messages)
` [PATCH v2 2/6] "

[PATCH AUTOSEL 4.4 1/9] regulator: tps65910: Silence deferred probe error
 2021-09-06  1:24 UTC 

[PATCH AUTOSEL 5.10 03/39] regulator: tps65910: Silence deferred probe error
 2021-09-06  1:21 UTC 

[PATCH AUTOSEL 5.13 03/46] regulator: tps65910: Silence deferred probe error
 2021-09-06  1:20 UTC 

[PATCH AUTOSEL 5.14 03/47] regulator: tps65910: Silence deferred probe error
 2021-09-06  1:19 UTC 

[PATCH 00/40] TI AM437X ADC1
 2021-09-05 11:58 UTC  (9+ messages)
` [PATCH 03/40] dt-bindings: touchscreen: ti,am3359-tsc: New yaml description
` [PATCH 20/40] mfd: ti_am335x_tscadc: Gather the ctrl register logic at one place

[PATCH] clk: ti: composite: Prefer kcalloc over open coded arithmetic
 2021-09-04 13:17 UTC 

[PATCH] serial: 8250: 8250_omap: Fix RX_LVL register offset
 2021-09-03  5:05 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).