On Mon, 12 Jul 2010 10:45:25 -0500
Nathan Fontenot wrote:
> This patch introduces the new 'split' file in each memory sysfs
> directory and the associated routines needed to handle splitting
> a directory.
>
> Signed-off-by; Nathan Fontenot
> ---
pleae check diff option...
> drivers/base/me
On Mon, 12 Jul 2010 10:44:10 -0500
Nathan Fontenot wrote:
> This patch moves the register/unregister_memory routines to
> avoid a forward declaration. It also moves the sysfs file
> creation and deletion for each directory into the register/
> unregister routines to avoid duplicating it with the
plz cc linux-mm in the next time...
And please incudes updates for Documentation/memory-hotplug.txt.
On Mon, 12 Jul 2010 10:42:06 -0500
Nathan Fontenot wrote:
> This patch splits the memory_block struct into a memory_block
> struct to cover each sysfs directory and a new memory_block_section
>
Nathan Fontenot wrote:
> The file 'split' allows for splitting the
> directory in two, with each new directory covering half as many
> memory sections as the previous directory.
Just some random thoughts:
1) Why is it needed/helpful?
2) If it is needed, why not take an int to split after n entr
On 07/12/2010 02:30 PM, Bodo Eggert wrote:
> Nathan Fontenot wrote:
>
>> The file 'split' allows for splitting the
>> directory in two, with each new directory covering half as many
>> memory sections as the previous directory.
>
> Just some random thoughts:
> 1) Why is it needed/helpful?
This
After this change, doing a "make xxx_defconfig" will check first for
a file called arch//configs/Kconfig.xxx and use that to generate
the .config (effectively starting from an allnoconfig). If that file
doesn't exist, it will use arch//configs/xxx_defconfig as now.
Signed-off-by: Stephen Rothwell
On Mon, 28 Jun 2010 00:59:00 -0400
Sean MacLennan wrote:
> Anybody else seeing these messages?
>
> ppc_4xxFP-ld: .tmp_vmlinux1: section .data..init_task lma 0xc0374000
> overlaps previous sections ppc_4xxFP-ld: .tmp_vmlinux2:
> section .data..init_task lma 0xc03a2000 overlaps previous sections
>
Please remove all the changes not related to
this Synopsis IP ... and make the OTG functionality
key on the generic OTG symbol, not a DW-specific one.
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc
The Peripheral Controller Driver (PCD) is responsible for translating
requests from the Function Driver into the appropriate actions on the
DWC OTG controller.
Signed-off-by: Fushen Chen
Signed-off-by: Mark Miesfeld
---
drivers/usb/otg/dwc_otg_pcd.c | 1749 ++
Implements DWC OTG USB Host Controller Driver (HCD) interrupt
service routine.
Signed-off-by: Fushen Chen
Signed-off-by: Mark Miesfeld
---
drivers/usb/otg/dwc_otg_hcd_intr.c | 1473
1 files changed, 1473 insertions(+), 0 deletions(-)
create mode 100644 driv
Implements functions to manage Queue Heads and Queue
Transfer Descriptors of DWC USB OTG Controller.
Signed-off-by: Fushen Chen
Signed-off-by: Mark Miesfeld
---
drivers/usb/otg/dwc_otg_hcd_queue.c | 719 +++
1 files changed, 719 insertions(+), 0 deletions(-)
cr
The DWC OTG driver module provides the initialization and cleanup
entry points for the DWC OTG USB driver.
Signed-off-by: Fushen Chen
Signed-off-by: Mark Miesfeld
---
drivers/usb/gadget/Kconfig| 32 +-
drivers/usb/gadget/gadget_chips.h |7 +
drivers/usb/otg/Kconfig | 8
Core Interface Layer Common Interrupt handlers provides common interrupt
handler for both host controller and peripheral controller.
Signed-off-by: Fushen Chen
Signed-off-by: Mark Miesfeld
---
drivers/usb/otg/dwc_otg_cil_intr.c | 642
1 files changed, 642 i
Signed-off-by: Joe Perches
---
arch/powerpc/kvm/timing.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kvm/timing.c b/arch/powerpc/kvm/timing.c
index 7037855..46fa04f 100644
--- a/arch/powerpc/kvm/timing.c
+++ b/arch/powerpc/kvm/timing.c
@@ -182,7 +182,7 @
For some reason. This email was rejected. Resending...
On Sun, Jul 11, 2010 at 11:26 PM, Shawn Jin wrote:
> You're probably getting to the point where udbg is disabled because the
> real serial driver is trying to take over -- and something's going
> wrong with the real serial port driver. Check
This patch updates the powerpc/pseries code to initialize
the memory sysfs directory creation to create sysfs directories
that each cover an LMB's worth of memory.
Signed-off-by; Nathan Fontenot
---
arch/powerpc/platforms/pseries/hotplug-memory.c | 66 +++-
1 file changed,
This patch updates the node sysfs directory routines that create
links to the memory sections under each node. This update makes
the node code aware that a memory sysfs directory can cover
multiple memory sections.
Signed-off-by: Nathan Fontenot
---
drivers/base/node.c | 12
1 f
This patch updates the name of the memory_block mutex
since it is now used for more than just gating changes
to the status of the memory section coveerd by the memory
sysfs directory.
Signed-off-by: Nathan Fontenot
---
drivers/base/memory.c | 20 ++--
include/linux/memory.h |
This patch introduces the new 'split' file in each memory sysfs
directory and the associated routines needed to handle splitting
a directory.
Signed-off-by; Nathan Fontenot
---
drivers/base/memory.c | 99 +-
1 file changed, 98 insertions(+), 1 de
This patch moves the register/unregister_memory routines to
avoid a forward declaration. It also moves the sysfs file
creation and deletion for each directory into the register/
unregister routines to avoid duplicating it with these updates.
Signed-off-by: Nathan Fontenot
---
drivers/base/memor
This patch adds a new 'end_phys_index' file to each memory sysfs
directory to report the physical index of the last memory section
coverd by the sysfs directory.
Signed -off-by: Nathan Fontenot
---
drivers/base/memory.c | 14 +-
include/linux/memory.h |3 +++
2 files changed,
This patch splits the memory_block struct into a memory_block
struct to cover each sysfs directory and a new memory_block_section
struct for each memory section covered by the sysfs directory.
This also updates the routine handling memory_block creation
and manipulation to use these updated struct
This set of patches de-couples the idea that there is a single
directory in sysfs for each memory section. The intent of the
patches is to reduce the number of sysfs directories created to
resolve a boot-time performance issue. On very large systems
boot time are getting very long (as seen on pow
> -Original Message-
> From: kvm-ow...@vger.kernel.org
> [mailto:kvm-ow...@vger.kernel.org] On Behalf Of Alexander Graf
> Sent: Thursday, July 01, 2010 6:43 PM
> To: kvm-...@vger.kernel.org
> Cc: KVM list; linuxppc-dev
> Subject: [PATCH 14/27] KVM: PPC: Magic Page BookE support
>
> As
On Mon, Jul 12, 2010 at 4:30 PM, Wan ZongShun wrote:
> 2010/7/12 Tiefei zang :
>> On Mon, Jul 12, 2010 at 3:08 PM, Wan ZongShun wrote:
>>> 2010/7/12 Roy Zang :
This patch adds the driver for RTC chip DS3232 via I2C bus.
>>>
>>> I noted this patch is the second version, maybe you can des
On Mon, Jul 12, 2010 at 4:37 PM, Wan ZongShun wrote:
> 2010/7/12 Tiefei zang :
>> On Mon, Jul 12, 2010 at 3:08 PM, Wan ZongShun wrote:
>>> 2010/7/12 Roy Zang :
This patch adds the driver for RTC chip DS3232 via I2C bus.
>>>
>>> I noted this patch is the second version, maybe you can des
2010/7/12 Tiefei zang :
> On Mon, Jul 12, 2010 at 3:08 PM, Wan ZongShun wrote:
>> 2010/7/12 Roy Zang :
>>> This patch adds the driver for RTC chip DS3232 via I2C bus.
>>>
>>
>> I noted this patch is the second version, maybe you can describe which
>> modifications you have done here.
>> and add [P
On Mon, Jul 12, 2010 at 3:08 PM, Wan ZongShun wrote:
> 2010/7/12 Roy Zang :
>> This patch adds the driver for RTC chip DS3232 via I2C bus.
>>
>
> I noted this patch is the second version, maybe you can describe which
> modifications you have done here.
> and add [PATCH v2] to mail subject.
I do no
2010/7/12 Tiefei zang :
> On Mon, Jul 12, 2010 at 3:08 PM, Wan ZongShun wrote:
>> 2010/7/12 Roy Zang :
>>> This patch adds the driver for RTC chip DS3232 via I2C bus.
>>>
>>
>> I noted this patch is the second version, maybe you can describe which
>> modifications you have done here.
>> and add [P
2010/7/12 Roy Zang :
> This patch adds the driver for RTC chip DS3232 via I2C bus.
>
I noted this patch is the second version, maybe you can describe which
modifications you have done here.
and add [PATCH v2] to mail subject.
> Signed-off-by: Mingkai Hu
> Signed-off-by: Jingchang Lu
> Signed-of
30 matches
Mail list logo