All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2013-05-22 12:07 yizhang.mrvl
  2013-05-22 12:07 ` [PATCH 1/4] mfd: 88pm800: fix NULL pointer error yizhang.mrvl
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: yizhang.mrvl @ 2013-05-22 12:07 UTC (permalink / raw)
  To: sameo, gregkh, yizhang.mrvl; +Cc: cxie4, arnd, yizhang, linux-kernel

From: Yi Zhang <yizhang@marvell.com>

These patches fix 88pm800 bugs and add regulator support

Yi Zhang (3):
  mfd: 88pm800: remove "IRQF_TRIGGER_FALLING" flag
  mfd: 88pm800: fix probe bug
  mfd: 88pm800: add regulator support

 drivers/mfd/88pm800.c       |  139 ++++++++++++++++++++++++++++++++++++++++---
 include/linux/mfd/88pm80x.h |   48 +++++++++++++++
 2 files changed, 178 insertions(+), 9 deletions(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2025-05-12  3:44 fanhuang
  0 siblings, 0 replies; 16+ messages in thread
From: fanhuang @ 2025-05-12  3:44 UTC (permalink / raw)
  To: amd-gfx, Hawking.Zhang, Alexander.Deucher
  Cc: Ahmad.Rehman, Vignesh.Chander, fanhuang

*** BLURB HERE ***

fanhuang (3):
  drm/amdgpu/mmsch: Add MMSCH v5_0 support for sriov
  drm/amdgpu/vcn: sriov support for vcn_v5_0_1
  drm/amdgpu/jpeg: sriov support for jpeg_v5_0_1

 drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_1.c | 142 +++++++++++-
 drivers/gpu/drm/amd/amdgpu/mmsch_v5_0.h  | 144 ++++++++++++
 drivers/gpu/drm/amd/amdgpu/vcn_v5_0_1.c  | 265 +++++++++++++++++++++--
 3 files changed, 523 insertions(+), 28 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/mmsch_v5_0.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2022-08-31 15:18 Jit Loon Lim
  0 siblings, 0 replies; 16+ messages in thread
From: Jit Loon Lim @ 2022-08-31 15:18 UTC (permalink / raw)
  To: u-boot
  Cc: Jagan Teki, Vignesh R, Marek, Simon, Tien Fong, Kok Kiang,
	Siew Chin, Sin Hui, Raaj, Dinesh, Boon Khai, Alif, Teik Heng,
	Hazim, Sieu Mun Tang, Jit Loon Lim

*** BLURB HERE ***

Chee Hong Ang (3):
  arch: arm: mach-socfpga: Add a backup copy of .data section for SoC64
    SPL
  configs: socfpga: Specify new linker script specific to SoC64 SPL
  arch: arm: mach-socfpga: Reload SoC64 SPL state after warm reset

 arch/arm/mach-socfpga/lowlevel_init_soc64.S | 37 ++++++++
 arch/arm/mach-socfpga/u-boot-spl-soc64.lds  | 93 +++++++++++++++++++++
 configs/socfpga_agilex_defconfig            |  1 +
 configs/socfpga_stratix10_defconfig         |  1 +
 4 files changed, 132 insertions(+)
 create mode 100644 arch/arm/mach-socfpga/u-boot-spl-soc64.lds

-- 
2.26.2


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2018-09-10 12:19 ` Adam Thomson
  0 siblings, 0 replies; 16+ messages in thread
From: Adam Thomson @ 2018-09-10 12:19 UTC (permalink / raw)
  To: Heikki Krogerus, Guenter Roeck, Greg Kroah-Hartman, Rob Herring,
	Mark Rutland, Hans de Goede, Li Jun
  Cc: linux-usb, devicetree, linux-kernel, support.opensource

This patch set adds DT bindings support for PPS APDOs, and updates the FUSB302
to use the generic connector bindings allowing for PPS support in this Type-C
port controller. Existing FUSB302 device specific bindings still work, but
are now deprecated in favour of the generic connector approach.

Changes in v2:
	- Added Reviewed-by tags to patches
	- Rebase code against latest usb-next branch (v4.19-rc2)

Adam Thomson (3):
  dt-bindings: connector: Add support for USB-PD PPS APDOs to bindings
  dt-bindings: usb: fusb302: Use usb-connector bindings for
    configuration
  usb: typec: fusb302: Populate tcpc fwnode for TCPM property handling

 .../bindings/connector/usb-connector.txt           |  8 +++---
 .../devicetree/bindings/usb/fcs,fusb302.txt        | 32 +++++++++++++++++-----
 drivers/usb/typec/fusb302/fusb302.c                |  3 ++
 include/dt-bindings/usb/pd.h                       | 26 ++++++++++++++++++
 4 files changed, 58 insertions(+), 11 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2014-06-13 21:24 ` Benjamin LaHaise
  0 siblings, 0 replies; 16+ messages in thread
From: Benjamin LaHaise @ 2014-06-13 21:24 UTC (permalink / raw)
  To: torvalds; +Cc: linux-aio, linux-fsdevel, linux-kernel

Hello Linus,

Please pull the following 3 changes from git://git.kvack.org/~bcrl/aio-next.git
.  They consist of a couple of code cleanups plus a minor bug fix.  Thanks!

		-ben

Benjamin LaHaise (2):
  aio: report error from io_destroy() when threads race in io_destroy()
  aio: cleanup: flatten kill_ioctx()

Fabian Frederick (1):
  fs/aio.c: Remove ctx parameter in kiocb_cancel

 fs/aio.c | 70 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 34 deletions(-)

-- 
1.8.2.1


-- 
"Thought is the essence of where you are now."

--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org.  For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2009-08-17 22:45 Moiz Sonasath
  0 siblings, 0 replies; 16+ messages in thread
From: Moiz Sonasath @ 2009-08-17 22:45 UTC (permalink / raw)
  To: linux-omap; +Cc: Moiz Sonasath, Vikram Pandita

i2c-omap: I2C clean-up patch

This patch includes the following fixes:
-Fix I2C status ACK
-ACK pending [R/X]DR and [R/X]RDY interrupts in the error/completeion path
-Enable workaround for Errata 1.153 based on I2C IP block

Signed-off-by: Moiz Sonasath <m-sonasath@ti.com>
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>

Moiz Sonasath (3):
  i2c-omap: Fix I2C status ACK
  i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts in the
    error/completeion path
  i2c-omap: Enable workaround for Errata 1.153 based on I2C IP block

 drivers/i2c/busses/i2c-omap.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 0/3] *** SUBJECT HERE ***
@ 2009-08-17 22:42 Unknown, n
  0 siblings, 0 replies; 16+ messages in thread
From: Unknown, n @ 2009-08-17 22:42 UTC (permalink / raw)
  To: linux-omap; +Cc: Moiz Sonasath, Vikram Pandita

From: Moiz Sonasath <m-sonasath@ti.com>

i2c-omap: I2C clean-up patch

This patch includes the following fixes:
-Fix I2C status ACK
-ACK pending [R/X]DR and [R/X]RDY interrupts in the error/completeion path
-Enable workaround for Errata 1.153 based on I2C IP block

Signed-off-by: Moiz Sonasath <m-sonasath@ti.com>
Signed-off-by: Vikram Pandita <vikram.pandita@ti.com>

Moiz Sonasath (3):
  i2c-omap: Fix I2C status ACK
  i2c-omap: ACK pending [R/X]DR and [R/X]RDY interrupts in the
    error/completeion path
  i2c-omap: Enable workaround for Errata 1.153 based on I2C IP block

 drivers/i2c/busses/i2c-omap.c |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)


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

end of thread, other threads:[~2025-05-12  3:44 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 12:07 [PATCH 0/3] *** SUBJECT HERE *** yizhang.mrvl
2013-05-22 12:07 ` [PATCH 1/4] mfd: 88pm800: fix NULL pointer error yizhang.mrvl
2013-05-22 12:07 ` [PATCH 2/4] mfd: 88pm800: remove "IRQF_TRIGGER_FALLING" flag yizhang.mrvl
2013-05-22 12:07 ` [PATCH 3/4] mfd: 88pm800: fix probe bug yizhang.mrvl
2013-05-22 12:07 ` [PATCH 4/4] mfd: 88pm800: add regulator support yizhang.mrvl
2013-05-22 14:06 ` [PATCH 0/3] *** SUBJECT HERE *** Greg KH
2013-05-23 11:04   ` yi zhang
  -- strict thread matches above, loose matches on Subject: below --
2025-05-12  3:44 fanhuang
2022-08-31 15:18 Jit Loon Lim
2018-09-10 12:19 Adam Thomson
2018-09-10 12:19 ` Adam Thomson
2018-09-10 12:21 ` Adam Thomson
2014-06-13 21:24 Benjamin LaHaise
2014-06-13 21:24 ` Benjamin LaHaise
2009-08-17 22:45 Moiz Sonasath
2009-08-17 22:42 Unknown, n

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.