Linux Samsung System on Chip
[Prev Page][Next Page]
[Patch v2] dt-bindings: media: s5p-mfc: Remove s5p-mfc.txt binding,
Aakarsh Jain
[PATCH v2 00/12] spi: s3c64xx: remove OF alias ID dependency,
Tudor Ambarus
- [PATCH v2 01/12] spi: dt-bindings: introduce FIFO depth properties, Tudor Ambarus
- [PATCH v2 02/12] spi: s3c64xx: define a magic value, Tudor Ambarus
- [PATCH v2 05/12] spi: s3c64xx: retrieve the FIFO depth from the device tree, Tudor Ambarus
- [PATCH v2 06/12] spi: s3c64xx: allow FIFO depth to be determined from the compatible, Tudor Ambarus
- [PATCH v2 08/12] spi: s3c64xx: introduce s3c64xx_spi_set_port_id(), Tudor Ambarus
- [PATCH v2 09/12] spi: s3c64xx: get rid of the OF alias ID dependency, Tudor Ambarus
- [PATCH v2 10/12] spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id, Tudor Ambarus
- [PATCH v2 11/12] spi: s3c64xx: switch gs101 to new port config data, Tudor Ambarus
- [PATCH v2 12/12] spi: s3c64xx: switch exynos850 to new port config data, Tudor Ambarus
- [PATCH v2 04/12] spi: s3c64xx: determine the fifo depth only once, Tudor Ambarus
- [PATCH v2 03/12] spi: s3c64xx: allow full FIFO masks, Tudor Ambarus
- [PATCH v2 07/12] spi: s3c64xx: let the SPI core determine the bus number, Tudor Ambarus
[PATCH v2] ARM: s3c64xx: make s3c6410_subsys const,
Ricardo B. Marliere
[PATCH] ARM: s3c64xx: make s3c6410_subsys const,
Ricardo B. Marliere
Users of exynos drm driver,
Seth Jenkins
[PATCH v4 0/2] Add regmap support to exynos-pmu for protected PMU regs,
Peter Griffin
[PATCH 00/12] spi: s3c64xx: remove OF alias ID dependency,
Tudor Ambarus
- [PATCH 01/12] spi: dt-bindings: introduce the ``fifo-depth`` property, Tudor Ambarus
- [PATCH 02/12] spi: s3c64xx: define a magic value, Tudor Ambarus
- [PATCH 03/12] spi: s3c64xx: allow full FIFO masks, Tudor Ambarus
- [PATCH 04/12] spi: s3c64xx: determine the fifo depth only once, Tudor Ambarus
- [PATCH 05/12] spi: s3c64xx: retrieve the FIFO depth from the device tree, Tudor Ambarus
- [PATCH 06/12] spi: s3c64xx: allow FIFO depth to be determined from the compatible, Tudor Ambarus
- [PATCH 07/12] spi: s3c64xx: let the SPI core determine the bus number, Tudor Ambarus
- [PATCH 08/12] spi: s3c64xx: introduce s3c64xx_spi_set_port_id(), Tudor Ambarus
- [PATCH 09/12] spi: s3c64xx: get rid of the OF alias ID dependency, Tudor Ambarus
- [PATCH 10/12] spi: s3c64xx: deprecate fifo_lvl_mask, rx_lvl_offset and port_id, Tudor Ambarus
- [PATCH 11/12] spi: s3c64xx: switch gs101 to new port config data, Tudor Ambarus
- [PATCH 12/12] spi: s3c64xx: switch exynos850 to new port config data, Tudor Ambarus
[PATCH] arm64: dts: exynos: gs101: minor whitespace cleanup,
Krzysztof Kozlowski
[PATCH v4 00/10] IOMMU memory observability,
Pasha Tatashin
- [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations, Pasha Tatashin
- [PATCH v4 03/10] iommu/io-pgtable-arm: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 02/10] iommu/amd: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 04/10] iommu/io-pgtable-dart: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 05/10] iommu/exynos: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 06/10] iommu/rockchip: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 07/10] iommu/sun50i: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 08/10] iommu/tegra-smmu: use page allocation function provided by iommu-pages.h, Pasha Tatashin
- [PATCH v4 09/10] iommu: observability of the IOMMU allocations, Pasha Tatashin
- [PATCH v4 10/10] iommu: account IOMMU allocated memory, Pasha Tatashin
- Re: [PATCH v4 00/10] IOMMU memory observability, Joerg Roedel
[PATCH v5 00/17] spi: s3c64xx: straightforward cleanup,
Tudor Ambarus
- [PATCH v5 01/17] spi: s3c64xx: sort headers alphabetically, Tudor Ambarus
- [PATCH v5 02/17] spi: s3c64xx: explicitly include <linux/io.h>, Tudor Ambarus
- [PATCH v5 03/17] spi: s3c64xx: explicitly include <linux/bits.h>, Tudor Ambarus
- [PATCH v5 05/17] spi: s3c64xx: avoid possible negative array index, Tudor Ambarus
- [PATCH v5 04/17] spi: s3c64xx: explicitly include <linux/types.h>, Tudor Ambarus
- [PATCH v5 07/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table, Tudor Ambarus
- [PATCH v5 06/17] spi: s3c64xx: fix typo, s/configuartion/configuration, Tudor Ambarus
- [PATCH v5 10/17] spi: s3c64xx: check return code of dmaengine_slave_config(), Tudor Ambarus
- [PATCH v5 08/17] spi: s3c64xx: remove else after return, Tudor Ambarus
- [PATCH v5 11/17] spi: s3c64xx: propagate the dma_submit_error() error code, Tudor Ambarus
- [PATCH v5 12/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma(), Tudor Ambarus
- [PATCH v5 09/17] spi: s3c64xx: move common code outside if else, Tudor Ambarus
- [PATCH v5 14/17] spi: s3c64xx: drop blank line between declarations, Tudor Ambarus
- [PATCH v5 15/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props, Tudor Ambarus
- [PATCH v5 13/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout(), Tudor Ambarus
- [PATCH v5 16/17] spi: s3c64xx: remove duplicated definition, Tudor Ambarus
- [PATCH v5 17/17] spi: s3c64xx: drop a superfluous bitwise NOT operation, Tudor Ambarus
- Re: [PATCH v5 00/17] spi: s3c64xx: straightforward cleanup, Mark Brown
[PATCH v2 0/4] spi: s3c64xx: add support for google,gs101-spi,
Tudor Ambarus
[PATCH v2 0/4] of: replace of_graph_get_next_endpoint(),
Kuninori Morimoto
[PATCH v2] ARM: dts: samsung: exynos5420-galaxy-tab-common: add wifi node,
Henrik Grimler
[PATCH 0/4] spi: s3c64xx: add support for google,gs101-spi,
Tudor Ambarus
UFS storage support for Tensor/GS101?,
Eric Biggers
[PATCH 0/4] of: replace of_graph_get_next_endpoint(),
Kuninori Morimoto
[PATCH v4 00/16] spi: s3c64xx: straightforward cleanup,
Tudor Ambarus
- [PATCH v4 01/16] spi: s3c64xx: explicitly include <linux/io.h>, Tudor Ambarus
- [PATCH v4 03/16] spi: s3c64xx: avoid possible negative array index, Tudor Ambarus
- [PATCH v4 02/16] spi: s3c64xx: explicitly include <linux/bits.h>, Tudor Ambarus
- [PATCH v4 04/16] spi: s3c64xx: fix typo, s/configuartion/configuration, Tudor Ambarus
- [PATCH v4 05/16] spi: s3c64xx: sort headers alphabetically, Tudor Ambarus
- [PATCH v4 06/16] spi: s3c64xx: remove unneeded (void *) casts in of_match_table, Tudor Ambarus
- [PATCH v4 07/16] spi: s3c64xx: remove else after return, Tudor Ambarus
- [PATCH v4 08/16] spi: s3c64xx: move common code outside if else, Tudor Ambarus
- [PATCH v4 09/16] spi: s3c64xx: check return code of dmaengine_slave_config(), Tudor Ambarus
- [PATCH v4 10/16] spi: s3c64xx: propagate the dma_submit_error() error code, Tudor Ambarus
- [PATCH v4 11/16] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma(), Tudor Ambarus
- [PATCH v4 12/16] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout(), Tudor Ambarus
- [PATCH v4 13/16] spi: s3c64xx: drop blank line between declarations, Tudor Ambarus
- [PATCH v4 14/16] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props, Tudor Ambarus
- [PATCH v4 15/16] spi: s3c64xx: remove duplicated definition, Tudor Ambarus
- [PATCH v4 16/16] spi: s3c64xx: drop a superfluous bitwise NOT operation, Tudor Ambarus
- Re: [PATCH v4 00/16] spi: s3c64xx: straightforward cleanup, Tudor Ambarus
[PATCH v2] arm64: dts: fsd: Add fifosize for UART in Device Tree,
Tamseel Shams
[PATCH v2] serial: samsung: honor fifosize from dts at first,
Tamseel Shams
[PATCH] MAINTAINERS: Add entry for Samsung MFC DT Schema, Aakarsh Jain
[PATCH] arm: s3c64xx: make s3c64xx_subsys const,
Ricardo B. Marliere
[PATCH 1/2] serial: samsung: honor fifosize from dts at first,
Tamseel Shams
Re: [PATCH 1/2] serial: samsung: honor fifosize from dts at first, Krzysztof Kozlowski
[PATCH v3 0/2] Add regmap support to exynos-pmu for protected PMU regs,
Peter Griffin
[PATCH] tty: serial: samsung: Remove superfluous braces in macro,
Sam Protsenko
[PATCH v3] arm64: dts: exynos: Add SPI nodes for Exynos850,
Sam Protsenko
[PATCH 1/4] dt-bindings: hwinfo: samsung,exynos-chipid: add gs101-chipid compatible,
Alexey Klimov
[PATCH] MAINTAINERS: Remove Tomasz from Samsung clock and pinctrl entries,
Tomasz Figa
[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support,
Mukesh Ojha
- [PATCH v8 01/10] docs: qcom: Add qualcomm minidump guide, Mukesh Ojha
- [PATCH v8 02/10] soc: qcom: Add qcom_rproc_minidump module, Mukesh Ojha
- [PATCH v8 03/10] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump(), Mukesh Ojha
- [PATCH v8 04/10] remoteproc: qcom: Remove minidump related data from qcom_common.c, Mukesh Ojha
- [PATCH v8 05/10] init: export linux_banner data variable, Mukesh Ojha
- [PATCH v8 07/10] MAINTAINERS: Add entry for minidump related files, Mukesh Ojha
- [PATCH v8 06/10] soc: qcom: Add Qualcomm APSS minidump kernel driver, Mukesh Ojha
- [PATCH v8 09/10] pstore/ram: Add ramoops information notifier support, Mukesh Ojha
- [PATCH v8 08/10] pstore/ram: Add dynamic ramoops region support through commandline, Mukesh Ojha
- [PATCH v8 10/10] soc: qcom: register ramoops region with APSS minidump, Mukesh Ojha
- Re: [PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support, Mukesh Ojha
[PATCH v3 00/24] of: property: add port base loop,
Kuninori Morimoto
- [PATCH v3 01/24] of: property: add missing kerneldoc for of_graph_get_endpoint_count(), Kuninori Morimoto
- [PATCH v3 02/24] of: property: use unsigned int return on of_graph_get_endpoint_count(), Kuninori Morimoto
- [PATCH v3 03/24] of: property: rename of_graph_get_next_endpoint() to of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 04/24] video: fbdev: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 05/24] media: i2c: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 06/24] media: platform: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 07/24] gpu: drm: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 08/24] hwtracing: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 09/24] staging: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 10/24] ASoC: switch to use of_graph_get_next_device_endpoint(), Kuninori Morimoto
- [PATCH v3 11/24] of: remove of_graph_get_next_endpoint() define, Kuninori Morimoto
- [PATCH v3 12/24] of: property: add port base loop, Kuninori Morimoto
- [PATCH v3 13/24] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 14/24] of: property: add of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 15/24] drm: omapdrm: use of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 16/24] media: xilinx-tpg: use of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 17/24] ASoC: audio-graph-card: use of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 18/24] ASoC: audio-graph-card2: use of_graph_get_next_port(), Kuninori Morimoto
- [PATCH v3 19/24] ASoC: audio-graph-card2: use of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 20/24] ASoC: test-component: use for_each_port_of_node(), Kuninori Morimoto
- [PATCH v3 21/24] fbdev: omapfb: use of_graph_get_remote_port(), Kuninori Morimoto
- [PATCH v3 22/24] fbdev: omapfb: use of_graph_get_next_port(), Kuninori Morimoto
- [PATCH v3 23/24] fbdev: omapfb: use of_graph_get_next_endpoint(), Kuninori Morimoto
- [PATCH v3 24/24] fbdev: omapfb: use of_graph_get_next_device_endpoint(), Kuninori Morimoto
[PATCH] arm64: dts: exynos: gs101: add stable i2c aliases for gs101-oriole,
André Draszik
[PATCH 0/3] ARM: dts: samsung: enable wifi and cleanup exynos5420-galaxy-tab dts'es,
Henrik Grimler
[PATCH] dt-bindings: media: s5p-mfc: Remove s5p-mfc.txt binding,
Aakarsh Jain
[PATCH v2 0/6] gs101 oriole: peripheral block 0 (peric0) fixes,
André Draszik
[PATCH v2 0/2] Add regmap support to exynos-pmu for protected PMU regs,
Peter Griffin
[PATCH] MAINTAINERS: Add entry for Samsung Exynos850 SoC,
Sam Protsenko
[PATCH v3 0/7] gs101 oriole: peripheral block 1 (peric1) and i2c12 support,
André Draszik
[PATCH v2 0/7] gs101 oriole: peripheral block 1 (peric1) and i2c12 support,
André Draszik
gs101 oriole: peripheral block 0 (peric0) fixes,
André Draszik
gs101 oriole: peripheral block 1 (peric1) and i2c12 support,
André Draszik
- [PATCH 1/9] clk: samsung: gs-101: drop extra empty line, André Draszik
- [PATCH 2/9] dt-bindings: clock: google,gs101-clock: add PERIC1 clock management unit, André Draszik
- [PATCH 7/9] dt-bindings: samsung: exynos-sysreg: gs101-peric1 requires a clock, André Draszik
- [PATCH 3/9] clk: samsung: gs101: add support for cmu_peric1, André Draszik
- [PATCH 4/9] arm64: dts: exynos: gs101: enable cmu-peric1 clock controller, André Draszik
- [PATCH 5/9] arm64: dts: exynos: gs101: define USI12 with I2C configuration, André Draszik
- [PATCH 8/9] arm64: dts: exynos: gs101: sysreg_peric1 needs a clock, André Draszik
- [PATCH 9/9] clk: samsung: gs101: don't CLK_IGNORE_UNUSED peric1_sysreg clock, André Draszik
- [PATCH 6/9] arm64: dts: exynos: gs101: enable i2c bus 12 on gs101-oriole, André Draszik
- Re: gs101 oriole: peripheral block 1 (peric1) and i2c12 support, Sam Protsenko
[PATCH 00/17] media: kerneldoc warnings,
Ricardo Ribalda
- [PATCH 01/17] media: mediatek: vcodec: Fix kerneldoc warnings, Ricardo Ribalda
- [PATCH 02/17] media: videodev2.h: Fix kerneldoc, Ricardo Ribalda
- [PATCH 03/17] media: media-entity.h: Fix kerneldoc, Ricardo Ribalda
- [PATCH 04/17] media: cec.h: Fix kerneldoc, Ricardo Ribalda
- [PATCH 05/17] media: pci: dt315.h: Fix kerneldoc, Ricardo Ribalda
- [PATCH 06/17] media: i2c: css-quirk.h: Fix kerneldoc, Ricardo Ribalda
- [PATCH 07/17] media: i2c: adv748: Fix kerneldoc, Ricardo Ribalda
- [PATCH 08/17] media: mediatek: jpeg: Fix kerneldoc, Ricardo Ribalda
- [PATCH 09/17] media: mediatek: vcodec: Fix kerneldoc, Ricardo Ribalda
- [PATCH 10/17] media: verisilicon: Fix kerneldoc, Ricardo Ribalda
- [PATCH 11/17] media: qcom: venus: Fix kerneldoc, Ricardo Ribalda
- [PATCH 12/17] media: samsung: exynos4-is: Fix kerneldoc, Ricardo Ribalda
- [PATCH 13/17] media: samsung: s5p-mfc: Fix kerneldoc, Ricardo Ribalda
- [PATCH 14/17] media: dvb-usb: Fix kerneldoc, Ricardo Ribalda
- [PATCH 15/17] media: ipu3: Fix kerneldoc, Ricardo Ribalda
- [PATCH 16/17] media: staging: meson: Fix kerneldoc, Ricardo Ribalda
- [PATCH 17/17] linux: v4l2-vp9.h: Fix kerneldoc, Ricardo Ribalda
[PATCH v3 00/17] spi: s3c64xx: straightforward cleanup,
Tudor Ambarus
- [PATCH v3 01/17] spi: s3c64xx: explicitly include <linux/io.h>, Tudor Ambarus
- [PATCH v3 02/17] spi: s3c64xx: explicitly include <linux/bits.h>, Tudor Ambarus
- [PATCH v3 03/17] spi: s3c64xx: avoid possible negative array index, Tudor Ambarus
- [PATCH v3 04/17] spi: s3c64xx: fix typo, s/configuartion/configuration, Tudor Ambarus
- [PATCH v3 05/17] spi: s3c64xx: sort headers alphabetically, Tudor Ambarus
- [PATCH v3 06/17] spi: s3c64xx: remove unneeded (void *) casts in of_match_table, Tudor Ambarus
- [PATCH v3 08/17] spi: s3c64xx: move common code outside if else, Tudor Ambarus
- [PATCH v3 07/17] spi: s3c64xx: remove else after return, Tudor Ambarus
- [PATCH v3 09/17] spi: s3c64xx: check return code of dmaengine_slave_config(), Tudor Ambarus
- [PATCH v3 10/17] spi: s3c64xx: propagate the dma_submit_error() error code, Tudor Ambarus
- [PATCH v3 11/17] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma(), Tudor Ambarus
- [PATCH v3 12/17] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout(), Tudor Ambarus
- [PATCH v3 13/17] spi: s3c64xx: drop blank line between declarations, Tudor Ambarus
- [PATCH v3 14/17] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props, Tudor Ambarus
- [PATCH v3 15/17] spi: s3c64xx: remove duplicated definition, Tudor Ambarus
- [PATCH v3 16/17] spi: s3c64xx: drop a superfluous bitwise NOT operation, Tudor Ambarus
- [PATCH v3 17/17] spi: s3c64xx: use bitfield access macros, Tudor Ambarus
[GIT PULL] drm-misc-fixes, Inki Dae
[PATCH v3 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock,
André Draszik
[PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize,
Tudor Ambarus
- [PATCH 1/7] ARM: dts: samsung: s5pv210: specify the SPI fifosize, Tudor Ambarus
- [PATCH 2/7] ARM: dts: samsung: exynos3250: specify the SPI fifosize, Tudor Ambarus
- [PATCH 3/7] ARM: dts: samsung: exynos4: specify the SPI fifosize, Tudor Ambarus
- [PATCH 4/7] ARM: dts: samsung: exynos5250: specify the SPI fifosize, Tudor Ambarus
- [PATCH 5/7] ARM: dts: samsung: exynos5450: specify the SPI fifosize, Tudor Ambarus
- [PATCH 6/7] ARM: dts: samsung: exynos5433: specify the SPI fifosize, Tudor Ambarus
- [PATCH 7/7] ARM: dts: samsung: exynosautov9: specify the SPI fifosize, Tudor Ambarus
- Re: [PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize, Mark Brown
- Re: [PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize, Krzysztof Kozlowski
- Re: [PATCH 0/7] ARM: dts: samsung: specify the SPI fifosize, Krzysztof Kozlowski
[PATCH v2 00/28] spi: s3c64xx: winter cleanup and gs101 support,
Tudor Ambarus
- [PATCH v2 02/28] spi: s3c64xx: explicitly include <linux/bits.h>, Tudor Ambarus
- [PATCH v2 01/28] spi: s3c64xx: explicitly include <linux/io.h>, Tudor Ambarus
- [PATCH v2 03/28] spi: s3c64xx: avoid possible negative array index, Tudor Ambarus
- [PATCH v2 04/28] spi: dt-bindings: samsung: add google,gs101-spi compatible, Tudor Ambarus
- [PATCH v2 05/28] spi: dt-bindings: samsung: add samsung,spi-fifosize property, Tudor Ambarus
- [PATCH v2 06/28] spi: s3c64xx: sort headers alphabetically, Tudor Ambarus
- [PATCH v2 08/28] spi: s3c64xx: remove else after return, Tudor Ambarus
- [PATCH v2 07/28] spi: s3c64xx: remove unneeded (void *) casts in of_match_table, Tudor Ambarus
- [PATCH v2 09/28] spi: s3c64xx: use bitfield access macros, Tudor Ambarus
- [PATCH v2 10/28] spi: s3c64xx: use full mask for {RX, TX}_FIFO_LVL, Tudor Ambarus
- [PATCH v2 11/28] spi: s3c64xx: move common code outside if else, Tudor Ambarus
- [PATCH v2 13/28] spi: s3c64xx: propagate the dma_submit_error() error code, Tudor Ambarus
- [PATCH v2 12/28] spi: s3c64xx: check return code of dmaengine_slave_config(), Tudor Ambarus
- [PATCH v2 14/28] spi: s3c64xx: rename prepare_dma() to s3c64xx_prepare_dma(), Tudor Ambarus
- [PATCH v2 15/28] spi: s3c64xx: return ETIMEDOUT for wait_for_completion_timeout(), Tudor Ambarus
- [PATCH v2 16/28] spi: s3c64xx: simplify s3c64xx_wait_for_pio(), Tudor Ambarus
- [PATCH v2 17/28] spi: s3c64xx: drop blank line between declarations, Tudor Ambarus
- [PATCH v2 18/28] spi: s3c64xx: fix typo, s/configuartion/configuration, Tudor Ambarus
- [PATCH v2 19/28] spi: s3c64xx: downgrade dev_warn to dev_dbg for optional dt props, Tudor Ambarus
- [PATCH v2 20/28] spi: s3c64xx: add support for inferring fifosize from the compatible, Tudor Ambarus
- [PATCH v2 21/28] spi: s3c64xx: infer fifosize from the compatible, Tudor Ambarus
- [PATCH v2 22/28] spi: s3c64xx: drop dependency on of_alias where possible, Tudor Ambarus
- [PATCH v2 23/28] spi: s3c64xx: retrieve the FIFO size from the device tree, Tudor Ambarus
- [PATCH v2 24/28] spi: s3c64xx: mark fifo_lvl_mask as deprecated, Tudor Ambarus
- [PATCH v2 25/28] asm-generic/io.h: add iowrite{8,16}_32 accessors, Tudor Ambarus
- [PATCH v2 26/28] spi: s3c64xx: add iowrite{8,16}_32_rep accessors, Tudor Ambarus
- [PATCH v2 27/28] spi: s3c64xx: add support for google,gs101-spi, Tudor Ambarus
- [PATCH v2 28/28] MAINTAINERS: add Tudor Ambarus as R for the samsung SPI driver, Tudor Ambarus
[PATCH 1/2] dt-bindings: samsung: exynos-sysreg: gs101-peric0 requires a clock,
André Draszik
[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips,
Uwe Kleine-König
[Index of Archives]
[Linux Rockchip Development]
[Linux for Synopsys ARC Processors]
[Linux Actions SoC]
[Linux on Unisoc (RDA Micro) SoCs]
[Linux USB Devel]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite Forum]