linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-23 08:52:31 to 2019-05-10 08:23:44 UTC [more...]

[PATCH v5 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-10  8:23 UTC  (3+ messages)
` [PATCH v5 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property
` [PATCH v5 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support

[PATCH v4 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-09 17:35 UTC  (9+ messages)
` [PATCH v4 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property
` [PATCH v4 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support
` [PATCH v4 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property
` [PATCH v4 4/6] pinctrl: meson: Rework enable/disable bias part
` [PATCH v4 5/6] pinctrl: meson: add support of drive-strength-microamp
` [PATCH v4 6/6] pinctrl: meson: g12a: add DS bank value

[PATCH v4 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-09 16:28 UTC  (2+ messages)
` [PATCH v4 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property

[PATCH 0/2] pwm: meson: two small bug-fixes
 2019-05-09 14:52 UTC  (2+ messages)

[PATCH v2 0/1] pwm: meson: fix scheduling while atomic issue
 2019-05-09 14:52 UTC  (3+ messages)
` [PATCH v2 1/1] pwm: meson: use the spin-lock only to protect register modifications

[PATCH v3 0/6] Add drive-strength in Meson pinctrl driver
 2019-05-09 11:25 UTC  (16+ messages)
` [PATCH v3 1/6] dt-bindings: pinctrl: add a 'drive-strength-microamp' property
` [PATCH v3 2/6] pinctrl: generic: add new 'drive-strength-microamp' property support
` [PATCH v3 3/6] dt-bindings: pinctrl: meson: Add drive-strength-microamp property
` [PATCH v3 4/6] pinctrl: meson: Rework enable/disable bias part
` [PATCH v3 5/6] pinctrl: meson: add support of drive-strength-microamp
` [PATCH v3 6/6] pinctrl: meson: g12a: add DS bank value

[PATCH 0/3] arm64: meson-g12a: Add Infrared Decoder support
 2019-05-08 23:05 UTC  (4+ messages)
` [PATCH 1/3] arm64: dts: meson-g12a: Add IR nodes

[PATCH v2 0/3] pwm: Add support for Amlogic Meson G12A
 2019-05-08 22:42 UTC  (8+ messages)
` [PATCH v2 1/3] dt-bindings: pwm: Update bindings for the Meson G12A Family
` [PATCH v2 2/3] pwm: meson: Add clock source configuration for Meson G12A
` [PATCH v2 3/3] arm64: dts: meson-g12a: Add PWM nodes

[PATCH 0/2] ARM: dts: meson: two GPU fixes
 2019-05-06 23:43 UTC  (2+ messages)

[PATCH v2 0/4] Add drive-strength in Meson pinctrl driver
 2019-05-06 13:16 UTC  (17+ messages)
` [PATCH v2 1/4] dt-bindings: pinctrl: add a 'drive-strength-uA' property
` [PATCH v2 3/4] dt-bindings: pinctrl: meson: Add drive-strength-uA property
` [PATCH v2 4/4] pinctrl: meson: add support of drive-strength-uA

[PATCH 0/6] arm64: dts: meson: mmc clean-up
 2019-05-03 22:04 UTC  (2+ messages)

[PATCH v2 0/7] mmc: meson-gx: clean up and tuning update
 2019-05-03 13:28 UTC  (24+ messages)
` [PATCH v2 1/7] mmc: meson-gx: remove open coded read with timeout
` [PATCH v2 2/7] mmc: meson-gx: ack only raised irq
` [PATCH v2 3/7] mmc: meson-gx: correct irq flag
` [PATCH v2 4/7] mmc: meson-gx: disable HS400
` [PATCH v2 5/7] mmc: meson-gx: avoid clock glitch when switching to DDR modes
` [PATCH v2 6/7] mmc: meson-gx: remove Rx phase tuning
` [PATCH v2 7/7] mmc: meson-gx: add signal resampling tuning

serial drivers polishing
 2019-05-01  2:29 UTC  (83+ messages)
` [PATCH 01/41] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH 02/41] drivers: tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
` [PATCH 03/41] drivers: tty: serial: dz: fix missing parentheses
` [PATCH 04/41] drivers: tty: serial: dz: fix use fix bare 'unsigned'
` [PATCH 05/41] drivers: tty: serial: dz: use pr_info() instead of incomplete printk()
` [PATCH 06/41] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH 07/41] drivers: tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
` [PATCH 08/41] drivers: tty: serial: sb1250-duart: fix checkpatch warning on printk()
` [PATCH 09/41] drivers: tty: serial: sb1250-duart: fill mapsize and use it
` [PATCH 10/41] drivers: tty: serial: sb1250-duart: fix missing parentheses
` [PATCH 11/41] drivers: tty: serial: sb1250-duart: fix formatting error
` [PATCH 12/41] drivers: tty: serial: uartlite: use dev_dbg() instead of pr_debug()
` [PATCH 13/41] drivers: tty: serial: uartlite: fill mapsize and use it
` [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces
` [PATCH 15/41] drivers: tty: serial: uartlite: fix use fix bare 'unsigned'
` [PATCH 16/41] drivers: tty: serial: uartlite: fix overlong lines
` [PATCH 17/41] drivers: tty: serial: apbuart: fix logging calls
` [PATCH 18/41] drivers: tty: serial: apbuart: use dev_info() instead of printk()
` [PATCH 19/41] drivers: tty: serial: apbuart: fix code formatting
` [PATCH 20/41] drivers: tty: serial: cpm_uart: use dev_err()/dev_warn() instead of printk()
` [PATCH 21/41] drivers: tty: serial: cpm_uart: fix includes
` [PATCH 22/41] drivers: tty: serial: cpm_uart: fix logging calls
` [PATCH 23/41] drivers: tty: serial: cpm_uart: fix styling issues
` [PATCH 24/41] drivers: tty: serial: timbuart: use dev_err() instead of printk()
` [PATCH 25/41] drivers: tty: serial: timbuart: fix formatting issues
` [PATCH 26/41] drivers: tty: serial: sunzilog: use dev_info() instead of printk()
` [PATCH 27/41] drivers: tty: serial: sunzilog: fix formatting issues
` [PATCH 28/41] drivers: tty: serial: sunzilog: fix includes
` [PATCH 29/41] drivers: tty: serial: sunzilog: cleanup logging
` [PATCH 30/41] drivers: tty: serial: ioc4_serial: use dev_warn() instead of printk()
` [PATCH 31/41] drivers: tty: serial: ioc4_serial: use pr_*() "
` [PATCH 32/41] drivers: tty: serial: 21285: define's for address/size, use mapsize field
` [PATCH 33/41] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH 34/41] drivers: tty: serial: zs: fill mapsize and use it
` [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data
` [PATCH 36/41] drivers: tty: serial: 8250: store mmio resource size in port struct
` [PATCH 37/41] drivers: tty: serial: 8250: simplify io resource size computation
` [PATCH 38/41] drivers: tty: serial: xilinx_uartps: fill mapsize and use it
` [PATCH 39/41] drivers: tty: serial: pmac_zilog: "
` [PATCH 40/41] drivers: tty: serial: helper for setting mmio range
` [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it

[PATCH] drm/meson: imply dw-hdmi i2s audio for meson hdmi
 2019-04-29 10:23 UTC 

[PATCH] drm/meson: Add zpos immutable property to planes
 2019-04-29  7:52 UTC 

[PATCH] drm/meson: Add support for XBGR8888 & ABGR8888 formats
 2019-04-29  7:52 UTC 

[GIT PULL] soc: amlogic: updates for v5.2, round 2
 2019-04-29  6:44 UTC  (2+ messages)

[GIT PULL] arm64: dts: Amlogic updates for v5.2, round 2
 2019-04-28 19:50 UTC  (2+ messages)

[GIT PULL] ARM: dts: Amlogic updates for v5.2, round 2
 2019-04-28 19:49 UTC  (2+ messages)

[GIT PULL] arm64: dts: Amlogic updates for v5.2
 2019-04-28 19:14 UTC  (2+ messages)

[GIT PULL] ARM: dts: Amlogic updates for v5.2
 2019-04-28 19:13 UTC  (2+ messages)

[GIT PULL] ARM: defconfig: Amlogic updates for v5.2
 2019-04-28 19:09 UTC  (2+ messages)

[GIT PULL] soc: Amlogic updates for v5.2
 2019-04-28 19:08 UTC  (2+ messages)

[PATCH v2 0/6] arm64: Add initial support for Odroid-N2
 2019-04-27 20:26 UTC  (13+ messages)
` [PATCH v2 1/6] dt-bindings: clk: meson: add g12b periph clock controller bindings
` [PATCH v2 2/6] clk: meson: g12a: Add support for G12B CPUB clocks
` [PATCH v2 3/6] clk: meson: g12a: mark fclk_div3 as critical
` [PATCH v2 4/6] dt-bindings: arm: amlogic: add G12B bindings
` [PATCH v2 5/6] dt-bindings: arm: amlogic: add Odroid-N2 binding
` [PATCH v2 6/6] arm64: dts: meson: Add minimal support for Odroid-N2

[PATCH AUTOSEL 4.19 13/53] clk: meson-gxbb: round the vdec dividers to closest
 2019-04-27  1:40 UTC 

[PATCH AUTOSEL 5.0 18/79] clk: meson-gxbb: round the vdec dividers to closest
 2019-04-27  1:37 UTC 

[PATCH v3 0/2] Add support of Temperature sensor Clock for G12 SoC
 2019-04-26 21:45 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: clk: g12a-clkc: add Temperature Sensor clock ID

[PATCH] clk: Remove CLK_IS_BASIC clk flag
 2019-04-26 17:59 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 11/52] reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev
 2019-04-24 14:38 UTC 

[PATCH AUTOSEL 5.0 13/66] reset: meson-audio-arb: Fix missing .owner setting of reset_controller_dev
 2019-04-24 14:32 UTC 

[PATCH 0/4] clk: meson: fixup g12a mpll
 2019-04-23 23:19 UTC  (11+ messages)
` [PATCH 1/4] clk: meson: mpll: add init callback and regs

[PATCH 0/3] pwm: Add support for Amlogic Meson G12A
 2019-04-23  9:35 UTC  (4+ messages)
` [PATCH 2/3] pwm: meson: Add clock source configuration for "

[PATCH v6 0/4] arm64: meson: Add support for USB on Amlogic G12A
 2019-04-23  8:51 UTC  (2+ messages)
` [PATCH v6 4/4] usb: dwc3: Add Amlogic G12A DWC3 glue


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