Rob Herring ([email protected])

Number of posts: 1173 (0.47 per day)
First post: 2011-02-01 22:42:38
Last post: 2017-11-14 16:53:49

Date List Subject
2013-09-16 23:13:27 linux-kernel [PATCH 14/28] microblaze: use early_init_dt_scan
2013-09-16 23:13:04 linux-kernel [PATCH 16/28] openrisc: use early_init_dt_scan
2013-09-16 23:12:45 linux-kernel [PATCH 17/28] xtensa: use early_init_dt_scan
2013-09-16 23:12:24 linux-kernel [PATCH 18/28] of: create default early_init_dt_add_memory_arch
2013-09-16 23:11:56 linux-kernel [PATCH 22/28] openrisc: remove unnecessary prom.c includes
2013-09-16 23:11:54 linux-kernel [PATCH 23/28] of: introduce common FDT machine related functions
2013-09-16 23:11:37 linux-kernel [PATCH 24/28] arc: use common of_flat_dt_match_machine
2013-09-16 23:11:10 linux-kernel [PATCH 25/28] arm: use common of_flat_dt_match_machine
2013-09-16 23:11:06 linux-kernel [PATCH 26/28] arm64: use common of_flat_dt_get_machine_name
2013-09-16 23:10:45 linux-kernel [PATCH 28/28] mips: use common of_flat_dt_get_machine_name
2013-09-16 23:10:06 linux-kernel [PATCH 27/28] metag: use common of_flat_dt_match_machine
2013-09-16 23:10:03 linux-kernel [PATCH 19/28] arm: set initrd_start/initrd_end for fdt scan
2013-09-16 23:10:00 linux-kernel [PATCH 20/28] arm64: set initrd_start/initrd_end for fdt scan
2013-09-16 23:09:56 linux-kernel [PATCH 21/28] of: remove early_init_dt_setup_initrd_arch
2013-09-16 23:09:50 linux-kernel [PATCH 15/28] mips: use early_init_dt_scan
2013-09-16 23:09:47 linux-kernel [PATCH 08/28] metag: use unflatten_and_copy_device_tree
2013-09-16 23:09:45 linux-kernel [PATCH 05/28] openrisc: use unflatten_and_copy_device_tree
2013-09-16 23:09:42 linux-kernel [PATCH 04/28] arc: use unflatten_and_copy_device_tree
2013-09-16 23:09:37 linux-kernel [PATCH 00/28] Early flattened DT init consolidation
2013-09-16 21:29:24 linux-kernel Re: [PATCH 5/9] of/irq: Introduce __of_irq_to_resource()
2013-09-16 21:25:13 linux-kernel Re: [PATCH 4/9] of/irq: Introduce of_irq_get()
2013-09-16 21:17:37 linux-kernel Re: [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()
2013-09-16 12:55:32 linux-kernel Re: [PATCH] memory: add a basic OF-based memory driver
2013-09-13 14:00:51 linux-kernel Re: [PATCH] memory: add a basic OF-based memory driver
2013-09-12 18:20:26 linux-kernel Re: [PATCH] ARM: msm: Move msm devicetrees under a Qualcomm dir
2013-09-10 22:06:47 linux-kernel Re: [GIT PULL] Device tree updates for v3.12
2013-09-10 19:45:30 linux-kernel Re: [PATCH] drivers: of: fix build break if asm/dma-contiguous.h is missing
2013-09-08 19:40:15 linux-kernel [PATCH] openrisc: clean-up prom.h
2013-09-05 18:35:13 linux-kernel Re: [PATCH v5 1/5] ARM: add basic Trusted Foundations support
2013-09-05 18:06:29 linux-kernel [PATCH] of: clean-up ifdefs in of_irq.h
2013-09-03 22:31:22 linux-kernel Re: [PATCH] of_irq.h: fix build warnings when CONFIG_OF is not enabled
2013-09-03 12:46:56 linux-kernel Re: linux-next: build failure after merge of the final tree (arm tree related)
2013-08-29 12:44:08 linux-kernel [PATCH v3] ARM: xen: only set pm function ptrs for Xen guests
2013-08-28 18:20:19 linux-kernel [PATCH v2] ARM: xen: only set pm function ptrs for Xen guests
2013-08-28 18:03:29 linux-kernel Re: [Xen-devel] [PATCH] ARM: xen: only set pm function ptrs for Xen guests
2013-08-28 16:20:08 linux-kernel [PATCH] ARM: xen: only set pm function ptrs for Xen guests
2013-08-27 15:51:46 linux-kernel Re: [PATCH 09/33] ARM: ux500: Supply the I2C clocks lookup to the DBX500 DT
2013-08-27 13:12:36 linux-kernel Re: [PATCH] of: Define of_irq_find_parent dummy for !defined(CONFIG_OF_IRQ)
2013-08-26 22:49:13 linux-kernel [PATCH 02/11] net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
2013-08-26 22:48:53 linux-kernel [PATCH 03/11] net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
2013-08-26 22:48:25 linux-kernel [PATCH 05/11] net: calxedaxgmac: update ring buffer tx_head after barriers
2013-08-26 22:47:42 linux-kernel [PATCH 11/11] net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
2013-08-26 22:46:12 linux-kernel [PATCH 07/11] net: calxedaxgmac: enable interrupts after napi_enable
2013-08-26 22:46:11 linux-kernel [PATCH 08/11] net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
2013-08-26 22:46:09 linux-kernel [PATCH 09/11] net: calxedaxgmac: remove some unused statistic counters
2013-08-26 22:46:06 linux-kernel [PATCH 10/11] net: calxedaxgmac: fix rx DMA mapping API size mismatches
2013-08-26 22:46:00 linux-kernel [PATCH 06/11] net: calxedaxgmac: fix race with tx queue stop/wake
2013-08-26 22:45:57 linux-kernel [PATCH 04/11] net: calxedaxgmac: fix possible skb free before tx complete
2013-08-26 22:45:55 linux-kernel [PATCH 01/11] net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
2013-08-22 02:11:57 linux-kernel [GIT PULL] Devicetree fix for 3.11
2013-08-21 13:23:08 linux-kernel Re: [PATCH 0/3] of: add update device node status via cmdline feature