* [PATCH 0/2]
@ 2023-05-23 21:39 Pranav Prasad
0 siblings, 0 replies; 7+ messages in thread
From: Pranav Prasad @ 2023-05-23 21:39 UTC (permalink / raw)
To: Jack Wang, James E . J . Bottomley, Martin K . Petersen
Cc: linux-scsi, linux-kernel, Pranav Prasad
This patch series adds fatal error checks for pm8001 driver
functions pm8001_phy_control() and pm8001_lu_reset().
1. Added a fatal error check in pm8001_phy_control().
2. Added a fatal error check in pm8001_lu_reset().
Changyuan Lyu (1):
scsi: pm80xx: Add fatal error check for pm8001_phy_control()
Igor Pylypiv (1):
scsi: pm80xx: Add fatal error check for pm8001_lu_reset()
drivers/scsi/pm8001/pm8001_sas.c | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
--
2.40.1.698.g37aff9b760-goog
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/2]
@ 2025-05-06 9:08 luyulin
0 siblings, 0 replies; 7+ messages in thread
From: luyulin @ 2025-05-06 9:08 UTC (permalink / raw)
To: linus.walleij, robh, krzk+dt, conor+dt, linux-gpio, devicetree,
linux-kernel, kees, gustavoars, brgl, linux-hardening
Cc: zhengyu, ningyu, huangyifeng, linmin, fenglin, lianghujun, luyulin
This patch introduces a driver for the Eswin eic7700 SoC pinctrl
controller, adding support for the pinctrl functionality in the Linux
kernel. The driver provides basic functionality to manage and control
the pinctrl signals for the eic7700 SoC.
The driver integrates with the Linux pinctrl subsystem, enabling kernel
code to trigger pinctrl operations on hardware and ensuring support for
pin multiplexing and pin configuration.
Features:
Implements support for the Eswin eic7700 SoC pinctrl controller.
Provides API to manage pinctrl for the eic7700 SoC.
Integration with the Linux pinctrl subsystem for consistency and
scalability.
Supported chips:
Eswin eic7700 SoC.
Test:
I tested this patch on the Sifive HiFive Premier P550 (which uses
the EIC7700 SoC), including system boot, networking, EMMC, display,
and other peripherals. The drivers for these modules all use the
pinctrl module, so this verifies that this pinctrl driver
patch is working properly.
luyulin (2):
dt-bindings: pinctrl: eswin: Document for eic7700 SoC
pinctrl: eswin: Add eic7700 pinctrl driver
.../pinctrl/eswin,eic7700-pinctrl.yaml | 156 ++++
drivers/pinctrl/Kconfig | 11 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-eic7700.c | 701 ++++++++++++++++++
4 files changed, 869 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/eswin,eic7700-pinctrl.yaml
create mode 100644 drivers/pinctrl/pinctrl-eic7700.c
--
2.25.1
^ permalink raw reply [flat|nested] 7+ messages in thread* [PATCH 0/2]
@ 2024-10-03 3:23 Finn Thain
0 siblings, 0 replies; 7+ messages in thread
From: Finn Thain @ 2024-10-03 3:23 UTC (permalink / raw)
To: Alexandre Belloni, Geert Uytterhoeven
Cc: Daniel Palmer, Michael Pavone, linux-kernel, linux-m68k, linux-rtc
This series removes some duplicate RTC driver code. rtc-m48t59 is tweaked
to bring it into equivalence with the RTC drivers in arch/m68k/mvme*.
Then the latter drivers are removed and platform devices added to make use
of the former.
The second patch depends upon the first, which will require some
coordination between the maintainers of the RTC and m68k subsystems.
Finn Thain (2):
rtc: m48t59: Accommodate chips that lack a century bit
m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver
arch/m68k/configs/multi_defconfig | 1 +
arch/m68k/configs/mvme147_defconfig | 1 +
arch/m68k/configs/mvme16x_defconfig | 1 +
arch/m68k/include/asm/mvme147hw.h | 19 +---
arch/m68k/include/asm/mvme16xhw.h | 18 +--
arch/m68k/mvme147/config.c | 54 ++++-----
arch/m68k/mvme16x/Makefile | 2 +-
arch/m68k/mvme16x/config.c | 56 ++++------
arch/m68k/mvme16x/rtc.c | 165 ----------------------------
drivers/rtc/rtc-m48t59.c | 31 +++---
10 files changed, 67 insertions(+), 281 deletions(-)
delete mode 100644 arch/m68k/mvme16x/rtc.c
--
2.39.5
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/2]
@ 2022-01-07 9:57 Zhenneng Li
2022-01-07 22:51 ` Rodrigo Siqueira Jordao
0 siblings, 1 reply; 7+ messages in thread
From: Zhenneng Li @ 2022-01-07 9:57 UTC (permalink / raw)
To: Alex Deucher
Cc: Christian König, Xinhui.Pan, David Airlie, Daniel Vetter,
Rodrigo Siqueira, Leo Li, Harry Wentland, amd-gfx, dri-devel,
linux-kernel, Zhenneng Li
For adapting radeon rx6600 xt on arm64 platform,
there report some compile errors.
Zhenneng Li (2):
drm/amdgpu: fix compile error for dcn on arm64
drm/amdgpu: enable dcn support on arm64
drivers/gpu/drm/amd/display/Kconfig | 2 +-
drivers/gpu/drm/amd/display/dc/calcs/Makefile | 6 +++++
.../gpu/drm/amd/display/dc/clk_mgr/Makefile | 7 ++++++
drivers/gpu/drm/amd/display/dc/dcn10/Makefile | 4 +++
drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 4 +++
.../gpu/drm/amd/display/dc/dcn201/Makefile | 6 +++++
drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 4 +++
drivers/gpu/drm/amd/display/dc/dcn30/Makefile | 6 +++++
.../gpu/drm/amd/display/dc/dcn302/Makefile | 6 +++++
.../gpu/drm/amd/display/dc/dcn303/Makefile | 6 +++++
drivers/gpu/drm/amd/display/dc/dcn31/Makefile | 6 +++++
drivers/gpu/drm/amd/display/dc/dml/Makefile | 25 +++++++++++++++++++
drivers/gpu/drm/amd/display/dc/dsc/Makefile | 7 ++++++
13 files changed, 88 insertions(+), 1 deletion(-)
--
2.25.1
No virus found
Checked by Hillstone Network AntiVirus
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2]
2022-01-07 9:57 Zhenneng Li
@ 2022-01-07 22:51 ` Rodrigo Siqueira Jordao
0 siblings, 0 replies; 7+ messages in thread
From: Rodrigo Siqueira Jordao @ 2022-01-07 22:51 UTC (permalink / raw)
To: Zhenneng Li, Alex Deucher, Zhuo, Qingqing, jasdeep.dhillon
Cc: Christian König, Xinhui.Pan, David Airlie, Daniel Vetter,
Rodrigo Siqueira, Leo Li, Harry Wentland, amd-gfx, dri-devel,
linux-kernel, Isabella Basso
Hi Zhenneng,
+ some display folks
First of all, thanks a lot for your patch.
We had a similar patch in the past, but we had to revert it because we
cannot simply enable DCN for ARM-based systems. You can refer to this
commit message to get a better context:
https://gitlab.freedesktop.org/agd5f/linux/-/commit/c241ed2f0ea549c18cff62a3708b43846b84dae3
Before enabling ARM, we first need to isolate all FPU code in the DML
folder fully. You can read more about our strategy at the below link:
https://patchwork.freedesktop.org/series/93042/
And you can see some examples of this effort in the below links:
- https://patchwork.freedesktop.org/series/95504/
- https://patchwork.freedesktop.org/patch/455465/?series=94441&rev=3
- https://patchwork.freedesktop.org/series/98247/
Soon we will submit another series that isolate DCN302, but we still
need to isolate code from DCN20, DCN10, DCN303, and DCN301.
If you want to help us speed up this process, feel free to look at
DCN301 or DCN10.
Best Regards
Siqueira
On 2022-01-07 4:57 a.m., Zhenneng Li wrote:
> For adapting radeon rx6600 xt on arm64 platform,
> there report some compile errors.
>
> Zhenneng Li (2):
> drm/amdgpu: fix compile error for dcn on arm64
> drm/amdgpu: enable dcn support on arm64
>
> drivers/gpu/drm/amd/display/Kconfig | 2 +-
> drivers/gpu/drm/amd/display/dc/calcs/Makefile | 6 +++++
> .../gpu/drm/amd/display/dc/clk_mgr/Makefile | 7 ++++++
> drivers/gpu/drm/amd/display/dc/dcn10/Makefile | 4 +++
> drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 4 +++
> .../gpu/drm/amd/display/dc/dcn201/Makefile | 6 +++++
> drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 4 +++
> drivers/gpu/drm/amd/display/dc/dcn30/Makefile | 6 +++++
> .../gpu/drm/amd/display/dc/dcn302/Makefile | 6 +++++
> .../gpu/drm/amd/display/dc/dcn303/Makefile | 6 +++++
> drivers/gpu/drm/amd/display/dc/dcn31/Makefile | 6 +++++
> drivers/gpu/drm/amd/display/dc/dml/Makefile | 25 +++++++++++++++++++
> drivers/gpu/drm/amd/display/dc/dsc/Makefile | 7 ++++++
> 13 files changed, 88 insertions(+), 1 deletion(-)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/2]
@ 2021-10-26 15:27 Antoniu Miclaus
0 siblings, 0 replies; 7+ messages in thread
From: Antoniu Miclaus @ 2021-10-26 15:27 UTC (permalink / raw)
To: jic23, robh+dt, linux-iio, devicetree, linux-kernel; +Cc: Antoniu Miclaus
The ADMV1013 is a wideband, microwave upconverter optimized
for point to point microwave radio designs operating in the
24 GHz to 44 GHz radio frequency (RF) range.
Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/ADMV1013.pdf
NOTE:
Currently depends on 64-bit architecture since the input
clock that server as Local Oscillator should support values
in the range 5.4 GHz to 10.25 GHz.
We might need some scaling implementation in the clock
framework so that u64 types are supported when using 32-bit
architectures.
Antoniu Miclaus (2):
iio: frequency: admv1013: add support for ADMV1013
dt-bindings: iio: frequency: add admv1013 doc
.../bindings/iio/frequency/adi,admv1013.yaml | 110 ++++
drivers/iio/frequency/Kconfig | 13 +
drivers/iio/frequency/Makefile | 1 +
drivers/iio/frequency/admv1013.c | 579 ++++++++++++++++++
4 files changed, 703 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/frequency/adi,admv1013.yaml
create mode 100644 drivers/iio/frequency/admv1013.c
--
2.33.1
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/2]
@ 2017-04-27 13:29 Benjamin Gaignard
0 siblings, 0 replies; 7+ messages in thread
From: Benjamin Gaignard @ 2017-04-27 13:29 UTC (permalink / raw)
To: linux-kernel, jic23, linux-iio, knaack.h, lars, pmeerw,
vilhelm.gray, mwelling
Cc: fabrice.gasnier, linaro-kernel, benjamin.gaignard, Benjamin Gaignard
Those patches aim to complete stm32 timer features support.
The last missing part is to be able to chain to timer blocks
which mean that one of timerX's trigger could be used as clock for timerY.
Since this operating is neither event or buffer triggered mode I would
like to introduce a hardware triggered mode in IIO core.
Benjamin Gaignard (2):
iio: add hardware triggered operating mode
iio: make stm32 trigger driver use INDIO_HARDWARE_TRIGGERED mode
.../ABI/testing/sysfs-bus-iio-timer-stm32 | 15 ++++++
drivers/iio/industrialio-core.c | 4 +-
drivers/iio/trigger/stm32-timer-trigger.c | 61 ++++++++++++++++++++++
include/linux/iio/iio.h | 6 +++
4 files changed, 84 insertions(+), 2 deletions(-)
--
1.9.1
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2025-05-06 9:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-23 21:39 [PATCH 0/2] Pranav Prasad
-- strict thread matches above, loose matches on Subject: below --
2025-05-06 9:08 luyulin
2024-10-03 3:23 Finn Thain
2022-01-07 9:57 Zhenneng Li
2022-01-07 22:51 ` Rodrigo Siqueira Jordao
2021-10-26 15:27 Antoniu Miclaus
2017-04-27 13:29 Benjamin Gaignard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®