linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3]
@ 2022-01-03  9:21 Antoniu Miclaus
  2022-01-03  9:21 ` [PATCH 1/3] iio:frequency:admv1014: add support for ADMV1014 Antoniu Miclaus
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Antoniu Miclaus @ 2022-01-03  9:21 UTC (permalink / raw)
  To: jic23, robh+dt, linux-iio, devicetree, linux-kernel; +Cc: Antoniu Miclaus

The ADMV1014 is a silicon germanium (SiGe), wideband,
microwave downconverter optimized for point to point microwave
radio designs operating in the 24 GHz to 44 GHz frequency range.

Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/ADMV1014.pdf

NOTE:
Currently depends on 64-bit architecture since the input
clock that server as Local Oscillator should support values
in the range 24 GHz to 44 GHz.

We might need some scaling implementation in the clock
framework so that u64 types are supported when using 32-bit
architectures.

Antoniu Miclaus (3):
  iio:frequency:admv1014: add support for ADMV1014
  dt-bindings:iio:frequency: add admv1014 doc
  Documentation:ABI:testing:admv1014: add ABI docs

 .../testing/sysfs-bus-iio-frequency-admv1014  |  23 +
 .../bindings/iio/frequency/adi,admv1014.yaml  |  97 +++
 drivers/iio/frequency/Kconfig                 |  10 +
 drivers/iio/frequency/Makefile                |   1 +
 drivers/iio/frequency/admv1014.c              | 784 ++++++++++++++++++
 5 files changed, 915 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-frequency-admv1014
 create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,admv1014.yaml
 create mode 100644 drivers/iio/frequency/admv1014.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/3]
@ 2020-06-05 18:46 Matthias Kaehlcke
  0 siblings, 0 replies; 17+ messages in thread
From: Matthias Kaehlcke @ 2020-06-05 18:46 UTC (permalink / raw)
  To: Marcel Holtmann, Johan Hedberg
  Cc: linux-bluetooth, Rocky Liao, Zijun Hu, linux-kernel,
	Balakrishna Godavarthi, Abhishek Pandit-Subedi, Claire Chang,
	Matthias Kaehlcke

This series includes a fix for a possible race in qca_suspend() and
some minor refactoring of the same function.


Matthias Kaehlcke (3):
  Bluetooth: hci_qca: Only remove TX clock vote after TX is completed
  Bluetooth: hci_qca: Skip serdev wait when no transfer is pending
  Bluetooth: hci_qca: Refactor error handling in qca_suspend()

 drivers/bluetooth/hci_qca.c | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

-- 
2.27.0.278.ge193c7cf3a9-goog


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/3]
@ 2020-04-27  8:21 Gareth Williams
  2020-04-27 13:21 ` Gareth Williams
  0 siblings, 1 reply; 17+ messages in thread
From: Gareth Williams @ 2020-04-27  8:21 UTC (permalink / raw)
  To: Maarten Lankhorst, Maxime Ripard, Sean Paul, David Airlie,
	Daniel Vetter, Rob Herring, Mark Rutland, Hans Verkuil,
	Icenowy Zheng, Mauro Carvalho Chehab, Vivek Unune,
	Stephen Rothwell, Thierry Reding, Sam Ravnborg
  Cc: Gareth Williams, Phil Edworthy, dri-devel, devicetree, linux-kernel

This series adds DRM support for the Digital Blocks db9000
LCD controller with RZ/N1 specific changes and updates simple-panel to
include the associated panel. As this has not previously been
documented, also include a yaml file to provide this.

Gareth Williams (3):
  drm/db9000: Add Digital Blocks DB9000 LCD Controller
  drm/db9000: Add bindings documentation for LCD controller
  drm/panel: simple: Add Newhaven ATXL#-CTP panel

 .../devicetree/bindings/display/db9000,du.yaml     |  87 ++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 drivers/gpu/drm/Kconfig                            |   2 +
 drivers/gpu/drm/Makefile                           |   1 +
 drivers/gpu/drm/digital-blocks/Kconfig             |  13 +
 drivers/gpu/drm/digital-blocks/Makefile            |   3 +
 drivers/gpu/drm/digital-blocks/db9000-du.c         | 953 +++++++++++++++++++++
 drivers/gpu/drm/digital-blocks/db9000-du.h         | 192 +++++
 drivers/gpu/drm/panel/panel-simple.c               |  27 +
 9 files changed, 1280 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/db9000,du.yaml
 create mode 100644 drivers/gpu/drm/digital-blocks/Kconfig
 create mode 100644 drivers/gpu/drm/digital-blocks/Makefile
 create mode 100644 drivers/gpu/drm/digital-blocks/db9000-du.c
 create mode 100644 drivers/gpu/drm/digital-blocks/db9000-du.h

-- 
2.7.4


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/3]
@ 2013-09-21 13:05 Fan Rong
  0 siblings, 0 replies; 17+ messages in thread
From: Fan Rong @ 2013-09-21 13:05 UTC (permalink / raw)
  To: coosty, maxime.ripard, daniel.lezcano, linux, tglx,
	linux-arm-kernel, linux-kernel, mark.rutland, pawel.moll,
	rob.herring, linux-sunxi
  Cc: Fan Rong


Fan Rong (3):
  Add smp support for Allwinner A20(sunxi 7i).
  Add cpuconfig nodes in dts for smp configure.
  Add arch count timer node in dts for Allwinner A20(sunxi 7i).

 arch/arm/boot/dts/sun7i-a20.dtsi |  19 ++-
 arch/arm/mach-sunxi/Makefile     |   2 +
 arch/arm/mach-sunxi/headsmp.S    |  12 ++
 arch/arm/mach-sunxi/platform.h   | 347 +++++++++++++++++++++++++++++++++++++++
 arch/arm/mach-sunxi/platsmp.c    | 100 +++++++++++
 arch/arm/mach-sunxi/sunxi.c      |  34 +++-
 6 files changed, 511 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm/mach-sunxi/headsmp.S
 create mode 100644 arch/arm/mach-sunxi/platform.h
 create mode 100644 arch/arm/mach-sunxi/platsmp.c

-- 
1.8.1.2


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/3]
@ 2013-06-06 13:53 Jani Nikula
  2013-06-06 13:59 ` Jani Nikula
  2013-06-06 14:33 ` Daniel Vetter
  0 siblings, 2 replies; 17+ messages in thread
From: Jani Nikula @ 2013-06-06 13:53 UTC (permalink / raw)
  To: linux-kernel, intel-gfx, Andrew Morton, Greg Kroah-Hartman
  Cc: chris, daniel, jani.nikula

Hi Greg, Andrew -

Patch 1 is for DMI, bugfixes in patches 2-3 for i915 and included for
completeness. After a tested-by they should be good for stable. I'll
leave it to Daniel to sort out how the last two get in.

BR,
Jani.

Chris Wilson (1):
  drm/i915: Quirk away phantom LVDS on Intel's D510MO mainboard

Jani Nikula (2):
  dmi: add support for exact DMI matches in addition to substring
    matching
  drm/i915: Quirk away phantom LVDS on Intel's D525MW mainboard

 drivers/firmware/dmi_scan.c       |   12 +++++++++---
 drivers/gpu/drm/i915/intel_lvds.c |   16 ++++++++++++++++
 include/linux/mod_devicetable.h   |    6 ++++--
 3 files changed, 29 insertions(+), 5 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 17+ messages in thread
* [PATCH 0/3]
@ 2005-12-12  0:41 Petr Baudis
  0 siblings, 0 replies; 17+ messages in thread
From: Petr Baudis @ 2005-12-12  0:41 UTC (permalink / raw)
  To: zippel; +Cc: linux-kernel, sam, kbuild-devel

The following series implements...

-- 
And on the eigth day, God started debugging.

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2022-01-09 17:56 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03  9:21 [PATCH 0/3] Antoniu Miclaus
2022-01-03  9:21 ` [PATCH 1/3] iio:frequency:admv1014: add support for ADMV1014 Antoniu Miclaus
2022-01-09 18:01   ` Jonathan Cameron
2022-01-03  9:22 ` [PATCH 2/3] dt-bindings:iio:frequency: add admv1014 doc Antoniu Miclaus
2022-01-09 17:46   ` Jonathan Cameron
2022-01-03  9:22 ` [PATCH 3/3] Documentation:ABI:testing:admv1014: add ABI docs Antoniu Miclaus
2022-01-09 17:38   ` Jonathan Cameron
  -- strict thread matches above, loose matches on Subject: below --
2020-06-05 18:46 [PATCH 0/3] Matthias Kaehlcke
2020-04-27  8:21 Gareth Williams
2020-04-27 13:21 ` Gareth Williams
2013-09-21 13:05 Fan Rong
2013-06-06 13:53 Jani Nikula
2013-06-06 13:59 ` Jani Nikula
2013-06-13  8:22   ` Daniel Vetter
2013-06-14 16:23     ` Greg Kroah-Hartman
2013-06-06 14:33 ` Daniel Vetter
2005-12-12  0:41 Petr Baudis

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