public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
 messages from 2017-06-29 08:28:03 to 2017-08-30 19:31:12 UTC [more...]

[cip-dev] [PATCH 00/14] EFI capsule update support for IOT2000 devices
 2017-08-30 19:31 UTC  (18+ messages)
` [cip-dev] [PATCH 01/14] efi: Move efi_status_to_err() to drivers/firmware/efi/
` [cip-dev] [PATCH 02/14] efi: Add 'capsule' update support
` [cip-dev] [PATCH 03/14] x86/efi: Force EFI reboot to process pending capsules
` [cip-dev] [PATCH 04/14] efi: Add misc char driver interface to update EFI firmware
` [cip-dev] [PATCH 05/14] efi/capsule: Move 'capsule' to the stack in efi_capsule_supported()
` [cip-dev] [PATCH 06/14] efi/capsule: Allocate whole capsule into virtual memory
` [cip-dev] [PATCH 07/14] efi/capsule: Fix return code on failing kmap/vmap
` [cip-dev] [PATCH 08/14] efi/capsule: Remove pr_debug() on ENOMEM or EFAULT
` [cip-dev] [PATCH 09/14] efi/capsule: Clean up pr_err/_info() messages
` [cip-dev] [PATCH 10/14] efi/capsule: Adjust return type of efi_capsule_setup_info()
` [cip-dev] [PATCH 11/14] efi/capsule-loader: Use a cached copy of the capsule header
` [cip-dev] [PATCH 12/14] efi/capsule-loader: Redirect calls to efi_capsule_setup_info() via weak alias
` [cip-dev] [PATCH 13/14] efi/capsule-loader: Use page addresses rather than struct page pointers
` [cip-dev] [PATCH 14/14] efi/capsule: Add support for Quark security header

[cip-dev] [PATCH 00/25] EXAR UART support for IOT2040 device
 2017-08-30 19:06 UTC  (26+ messages)
` [cip-dev] [PATCH 01/25] serial: exar: split out the exar code from 8250_pci
` [cip-dev] [PATCH 02/25] serial: 8250_pci: Use symbolic constants for EXAR's MPIO registers
` [cip-dev] [PATCH 03/25] serial: 8250_pci: remove exar code
` [cip-dev] [PATCH 04/25] serial: exar: Fix mapping of port I/O resources
` [cip-dev] [PATCH 05/25] serial: exar: Fix initialization of EXAR registers for ports > 0
` [cip-dev] [PATCH 06/25] serial: exar: Fix feature control register constants
` [cip-dev] [PATCH 07/25] serial: exar: Move Commtech adapters to 8250_exar as well
` [cip-dev] [PATCH 08/25] serial: pci: Remove unused pci_boards entries
` [cip-dev] [PATCH 09/25] serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text
` [cip-dev] [PATCH 10/25] serial: exar: Preconfigure xr17v35x MPIOs as output
` [cip-dev] [PATCH 11/25] serial: exar: Leave MPIOs as output for Commtech adapters
` [cip-dev] [PATCH 12/25] serial: uapi: Add support for bus termination
` [cip-dev] [PATCH 13/25] gpio: add a data pointer to gpio_chip
` [cip-dev] [PATCH 14/25] gpio: Add devm_ apis for gpiochip_add_data and gpiochip_remove
` [cip-dev] [PATCH 15/25] gpio: exar: add gpio for exar cards
` [cip-dev] [PATCH 16/25] gpio: exar: Set proper output level in exar_direction_output
` [cip-dev] [PATCH 17/25] gpio-exar/8250-exar: Fix passing in of parent PCI device
` [cip-dev] [PATCH 18/25] gpio: exar: Allocate resources on behalf of the platform device
` [cip-dev] [PATCH 19/25] gpio: exar: Fix reading of directions and values
` [cip-dev] [PATCH 20/25] gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cards
` [cip-dev] [PATCH 21/25] gpio: exar: Fix iomap request
` [cip-dev] [PATCH 22/25] gpio-exar/8250-exar: Rearrange gpiochip parenthood
` [cip-dev] [PATCH 23/25] serial: exar: Factor out platform hooks
` [cip-dev] [PATCH 24/25] gpio-exar/8250-exar: Make set of exported GPIOs configurable
` [cip-dev] [PATCH 25/25] serial: exar: Add support for IOT2040 device

[cip-dev] [PATCH 0/8] Basic support for IOT2000 devices
 2017-08-30 18:52 UTC  (9+ messages)
` [cip-dev] [PATCH 1/8] stmmac: Add support for SIMATIC IOT2000 platform
` [cip-dev] [PATCH 2/8] iio: core: implement iio_device_{claim|release}_direct_mode()
` [cip-dev] [PATCH 3/8] iio: adc: Add support for TI ADC108S102 and ADC128S102
` [cip-dev] [PATCH 4/8] mfd: intel_quark_i2c_gpio: Use dmi_system_id table for retrieving frequency
` [cip-dev] [PATCH 5/8] mfd: intel_quark_i2c_gpio: Add support for SIMATIC IOT2000 platform
` [cip-dev] [PATCH 6/8] pwm: pca9685: Allow any of the 16 PWMs to be used as a GPIO
` [cip-dev] [PATCH 7/8] pwm: pca9685: Fix GPIO-only operation
` [cip-dev] [PATCH 8/8] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

[cip-dev] How to back-port upstream BSP patches to CIP kernel
 2017-08-30 14:52 UTC  (5+ messages)

[cip-dev] Kernel feature support - core features and debugging
 2017-08-30  6:01 UTC  (4+ messages)

[cip-dev] Kernel feature support - architecture options and drivers
 2017-08-30  5:59 UTC  (9+ messages)

[cip-dev] B@D introduced at AGL CIAT meeting
 2017-08-29 13:28 UTC 

[cip-dev] CIP Testing: Thursday meetings schedule change
 2017-08-29 13:17 UTC 

[cip-dev] [PATCH 00/14] Add Device tree support for iWave G20D-Q7 board
 2017-08-25 15:52 UTC  (20+ messages)
` [cip-dev] [PATCH 01/14] ARM: dts: r8a7743: initial SoC device tree
` [cip-dev] [PATCH 02/14] ARM: shmobile: r8a7743: Add clock index macros for DT sources
` [cip-dev] [PATCH 03/14] clk: shmobile: Document r8a7743 CPG clock support
` [cip-dev] [PATCH 04/14] clk: shmobile: Document r8a7743 CPG DIV6 "
` [cip-dev] [PATCH 05/14] clk: shmobile: Document r8a7743 MSTP "
` [cip-dev] [PATCH 06/14] ARM: dts: r8a7743: Add clocks
` [cip-dev] [PATCH 07/14] ARM: dts: r8a7743: add SYS-DMAC support
` [cip-dev] [PATCH 08/14] ARM: dts: r8a7743: add [H]SCIF{A|B} support
` [cip-dev] [PATCH 09/14] ARM: dts: r8a7743: add Ether support
` [cip-dev] [PATCH 10/14] ARM: dts: r8a7743: add IRQC support
` [cip-dev] [PATCH 11/14] ARM: dts: iwg20m: Add iWave RZG1M Qseven SOM
` [cip-dev] [PATCH 12/14] ARM: dts: iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1M
` [cip-dev] [PATCH 13/14] ARM: shmobile: defconfig: Enable r8a774[35] SoCs
` [cip-dev] [PATCH 14/14] ARM: multi_v7_defconfig: "

[cip-dev] Linux 4.4.83-cip8
 2017-08-21 15:46 UTC 

[cip-dev] Kernel maintenance and CIP testing report weeks 31, 32 and 33
 2017-08-21 12:04 UTC  (4+ messages)

[cip-dev] ToDos from the previous CIP TSC bi-weekly call
 2017-08-21 10:57 UTC 

[cip-dev] Kernel maintenance and CIP testing report weeks 31, 32 and 33
 2017-08-21 10:01 UTC 

[cip-dev] Kernel maintenance and CIP testing report weeks 31, 32 and 33
 2017-08-21  9:33 UTC 

[cip-dev] LAVA upgrade to 2017
 2017-08-18 10:37 UTC 

[cip-dev] [PATCH 00/11] Add Pinctrl support for r8a7743
 2017-08-16  7:02 UTC  (13+ messages)
` [cip-dev] [PATCH 01/11] pinctrl: sh-pfc: Add PINMUX_SINGLE()
` [cip-dev] [PATCH 02/11] pinctrl: sh-pfc: r8a7791: Use PINMUX_SINGLE() instead of raw PINMUX_DATA()
` [cip-dev] [PATCH 03/11] pinctrl: sh-pfc: r8a7791: Add SCIF_CLK support
` [cip-dev] [PATCH 04/11] pinctrl: sh-pfc: r8a7791: add EtherAVB pin groups
` [cip-dev] [PATCH 05/11] pinctrl: sh-pfc: r8a7791: Add ADI pinconf support
` [cip-dev] [PATCH 06/11] pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
` [cip-dev] [PATCH 07/11] pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
` [cip-dev] [PATCH 08/11] pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
` [cip-dev] [PATCH 09/11] pinctrl: sh-pfc: r8a7791: Fix IPSR comment typos
` [cip-dev] [PATCH 10/11] pinctrl: sh-pfc: r8a7791: Grand I2C rename
` [cip-dev] [PATCH 11/11] pinctrl: sh-pfc: r8a7791: Add R8A7743 support

[cip-dev] ELCE Workshop wiki page
 2017-08-15  7:17 UTC  (4+ messages)

[cip-dev] CIP testing plan
 2017-08-14 11:10 UTC 

[cip-dev] B@D support Renesas iwg20m board - issue
 2017-08-10 13:53 UTC  (3+ messages)

[cip-dev] Workshop requirements
 2017-08-09 13:43 UTC  (2+ messages)

[cip-dev] Project-X (minimal root filesystem) for renesas board
 2017-08-04  7:18 UTC  (11+ messages)

[cip-dev] CIP testing project. Action 2. Data flow diagram draft
 2017-08-03  9:29 UTC  (3+ messages)

[cip-dev] Kernel maintenance and CIP testing report weeks 28, 29 and 30
 2017-08-01 15:34 UTC  (2+ messages)

[cip-dev] change to the git://git.linaro.org/qa/test-definitions.git repos breaks the BBB health check
 2017-07-26 15:07 UTC  (2+ messages)

[cip-dev] [PATCH 0/3] Add iWave RZ/G1M documentation
 2017-07-21 13:55 UTC  (5+ messages)
` [cip-dev] [PATCH 1/3] of: Add vendor prefix for iWave Systems Technologies Pvt. Ltd
` [cip-dev] [PATCH 2/3] ARM: shmobile: document iW-RainboW-G20M-Qseven-RZG1M system on module
` [cip-dev] [PATCH 3/3] ARM: shmobile: document iW-RainboW-G20D-Qseven-RZG1M board

[cip-dev] CIP testing-kernel maintenance weekly meeting: moved to Thu 15:30 UK time
 2017-07-20  8:53 UTC 

[cip-dev] Procedure to use B@D in Windows 10
 2017-07-19 17:49 UTC  (2+ messages)

[cip-dev] [PATCH 0/6] Basic SoC support for r8a7743/r8a7745
 2017-07-19 14:23 UTC  (13+ messages)
` [cip-dev] [PATCH 1/6] sh_eth: add R8A7743/5 support
` [cip-dev] [PATCH 2/6] DT: irqchip: renesas-irqc: document "
` [cip-dev] [PATCH 3/6] sh-sci: "
` [cip-dev] [PATCH 4/6] ARM: shmobile: r8a7743: basic SoC support
` [cip-dev] [PATCH 5/6] ARM: shmobile: Consolidate R8A7743 and R8A779[234] machine definitions
` [cip-dev] [PATCH 6/6] ARM: shmobile: r8a7745: basic SoC support

[cip-dev] Project-X (minimal root filesystem) : rewrite and renesas iwg20m board support
 2017-07-13  7:39 UTC  (12+ messages)

[cip-dev] About the U-Boot policy
 2017-07-12 10:51 UTC  (2+ messages)

[cip-dev] Distribution of binaries: support to Renesas board in B@D
 2017-07-07 13:31 UTC  (3+ messages)

[cip-dev] Renesas dev CIP repository announcement
 2017-07-07 13:20 UTC  (3+ messages)

[cip-dev] Kernel maintenance and CIP testing report weeks 25 to 27
 2017-07-07 11:16 UTC 

[cip-dev] B@D on Windows 10
 2017-07-07 10:47 UTC  (6+ messages)

[cip-dev] CIP testing project: outcome of the OSSJ
 2017-07-07  9:31 UTC  (5+ messages)

[cip-dev] running health checks from behind a web proxy
 2017-07-07  8:00 UTC  (3+ messages)

[cip-dev] New repos for tests and logs
 2017-07-06 15:49 UTC  (2+ messages)

[cip-dev] Fwd: stable/linux-4.4.y build: 199 builds: 0 failed, 199 passed, 4 warnings (v4.4.76)
 2017-07-05 16:16 UTC 

[cip-dev] LAVA health checks
 2017-07-05 14:24 UTC  (2+ messages)

[cip-dev] Fwd: [Lava-users] OE/Yocto testcase
 2017-07-04 18:49 UTC  (2+ messages)

[cip-dev] Linux 4.4.75-cip6
 2017-07-02 17:38 UTC 

[cip-dev] CIP testing: new wiki page with instructions to build initramfs and CIP kernel
 2017-06-29  8:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox