public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-25 15:33:35 to 2021-09-07 12:37:13 UTC [more...]

[PATCH v3 0/8] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-09-07 12:36 UTC  (10+ 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

[PATCH v3 0/2] Fix simple-bus issues with fw_devlink
 2021-09-07 10:41 UTC  (7+ 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 v2] mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS()
 2021-09-07  2:59 UTC 

[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  (14+ messages)
` [PATCH v2 1/6] ARM: dts: omap: Fixup GPMC child nodes
` [PATCH v2 2/6] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
` [PATCH v2 3/6] dt-bindings: mtd: ti,gpmc-nand: "
` [PATCH v2 4/6] dt-bindings: mtd: ti,gpmc-onenand: "
` [PATCH v2 5/6] dt-bindings: mtd: Remove gpmc-nor.txt
` [PATCH v2 6/6] dt-bindings: net: Remove gpmc-eth.txt

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

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

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

[PATCH] serial: 8250: 8250_omap: Fix RX_LVL register offset
 2021-09-03  5:05 UTC 

[PATCH] ARM: dts: omap3430-sdp: Fix NAND device node
 2021-09-02  9:58 UTC 

[PATCH V3 0/9] Add callback to register with energy model
 2021-08-31  8:54 UTC  (2+ messages)

[PATCH] ARM: OMAP2+: Fix comment typo
 2021-08-30 12:31 UTC 

[PATCH] clocksource/drivers/timer-ti-dm: Select TIMER_OF
 2021-08-28 17:57 UTC 

[PATCH] dt-bindings: memory-controllers: ti,gpmc: Convert to yaml
 2021-08-26 13:26 UTC  (2+ messages)

[PATCH v16 0/7] usb: misc: Add onboard_usb_hub driver
 2021-08-26  7:56 UTC  (6+ messages)
` [PATCH v16 3/7] ARM: configs: Explicitly enable USB_XHCI_PLATFORM where needed
` [PATCH v16 5/7] usb: Specify dependencies on USB_XHCI_PLATFORM with 'depends on'

[PATCH] ARM: dts: am335x-pocketbeagle: switch to pinconf-single
 2021-08-25 20:25 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox